Test Results

Designed for use with JUnit and Ant.

Properties


Summary

TestsFailuresErrorsSkippedSuccess rateTime
108403994.20%7154.008
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresSkippedTime(s)
10804397154.008

Package

NameTestsErrorsFailuresSkippedTime(s)
280172732.376
8003324421.632
Back to top


TestCase

NameStatusTypeTime(s)LogFile
test_run_contrail_flows_cli_cmds[sanity]Success13.260
test_run_contrail_logs_cli_cmd_with_multiple_different_optional_args[sanity]Success20.316
test_run_contrail_stats_cli_cmds[sanity]Success14.972
test_verify_session_sampling_teardown[sanity]Success226.278
test_basic_as4_ibgp_sanity[sanity]SkippedSkipping Test. At least 1 external router required to run the test2.481
test_basic_bgpaas_local_as[dev_sanity_dpdk,sanity]Success180.085
test_bgp_control_node_zone[sanity]Success225.041
test_bgp_control_node_zones_from_single_vnf[sanity]Success165.572
test_basic_dm[sanity]Skippeddm_mx env needs to be set in testbed.py to run this script2.480
test_apply_policy_fip_on_same_vn_gw_mx[sanity,serial]SkippedSkipping Test. Env variable MX_TEST is not set. Skipping the test2.477
test_with_vxlan_encap_agent_restart[sanity,serial]Success261.827
test_change_of_rt_in_vn[mx_test,sanity,serial]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.484
test_gw_less_fwd_single_vn_ip_fab[cb_sanity,sanity]SkippedSkipping Test. Fabric gateway is required to run the test2.478
test_check_per_peer_on_control[sanity]Success45.164
test_create_md5_on_control[sanity]Success44.187
test_perms2_global_share[ci_sanity,sanity]Success74.361
test_perms2_owner[ci_sanity,sanity,suite1]Success11.420
test_rbac_acl_different_roles[ci_sanity,sanity,suite1]Success12.424
test_rbac_create_delete_vm[sanity,suite1]Success68.528
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success3.315
test_control_node_switchover[cb_sanity,sanity]Success194.017
test_process_restart_in_policy_between_vns[cb_sanity,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stdout: {{{
[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 192.168.2.252
[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 192.168.2.252
[ubuntu@169.254.0.3] out: PING 192.168.2.252 (192.168.2.252) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.2.252: icmp_req=1 ttl=63 time=6.48 ms
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.2.252: icmp_req=2 ttl=63 time=0.883 ms
[ubuntu@169.254.0.3] out: 64 bytes from 192.168.2.252: icmp_req=3 ttl=63 time=1.00 ms
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 192.168.2.252 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 3 received, 0% packet loss, time 2002ms
[ubuntu@169.254.0.3] out: rtt min/avg/max/mdev = 0.883/2.792/6.486/2.612 ms
[ubuntu@169.254.0.3] out:
}}}

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: AssertionError
Python 3.6.8: /usr/bin/python3
Sun Aug 10 12:51:21 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7fd453b0e1d0>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function TestBasicVMVN0.test_process_restart_in_policy_between_vns>
self = <serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7fd453b0e1d0>
args = ()
kwargs = {}

/contrail-test/serial_scripts/vm_regression/test_vm_serial.py in test_process_restart_in_policy_between_vns(self=<serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7fd453b0e1d0>)
431
432 result = self.verification_after_process_restart_in_rr()
433 assert result[0], result[1]
434 for cfgm_name in self.inputs.cfgm_names:
435 assert self.analytics_obj.verify_cfgm_uve_module_state\
result = (False, 'verify_process_and_connection_infos_config too many values to unpack (expected 2)')
AssertionError: verify_process_and_connection_infos_config too many values to unpack (expected 2)
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ('verify_process_and_connection_infos_config too many values to unpack (expected 2)',)
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/serial_scripts/vm_regression/test_vm_serial.py", line 433, in test_process_restart_in_policy_between_vns
assert result[0], result[1]
AssertionError: verify_process_and_connection_infos_config too many values to unpack (expected 2)

319.825 Log File
test_underlay_broadcast_traffic_handling[sanity]Success26.739
test_flow_action_drop_stats[dev_reg,sanity]Success95.518
test_fat_flow_aggr_dest_udp_inter_vn_inter_node[dev_reg,sanity]Success303.976
test_fat_flow_intra_vn_inter_node[cb_sanity,sanity]Success216.049
test_precedence_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.487
test_undo_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.480
Properties »

Back to top

TestCase

NameStatusTypeTime(s)LogFile
test_basic_RR[sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set. Skipping the test1.329
test_create_vm_after_RR_set[sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set. Skipping the test1.184
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.698
test_db_nodemgr_status[dev_sanity_dpdk,sanity]Success1.753
test_verify_generator_collector_connections[dev_sanity_dpdk,sanity]Success3.384
test_verify_generator_connections_to_collector_node[dev_sanity_dpdk,sanity]Success1.924
test_verify_process_status_agent[cb_sanity,dev_sanity_dpdk,sanity]Success1.240
test_verify_process_status_analytics_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.607
test_verify_process_status_config[cb_sanity,dev_sanity_dpdk,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: ValueError
Python 3.6.8: /usr/bin/python3
Sun Aug 10 11:03:33 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.analytics.test_analytics.AnalyticsTestS...sanity,dev_sanity_dpdk,sanity] id=0x7f911a6ced68>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function AnalyticsTestSanity3.test_verify_process_status_config>
self = <scripts.analytics.test_analytics.AnalyticsTestS...sanity,dev_sanity_dpdk,sanity] id=0x7f911a6ced68>
args = ()
kwargs = {}

/contrail-test/scripts/analytics/test_analytics.py in test_verify_process_status_config(self=<scripts.analytics.test_analytics.AnalyticsTestS...sanity,dev_sanity_dpdk,sanity] id=0x7f911a6ced68>)
333
334 '''
335 self.analytics_obj.verify_process_and_connection_infos_config()
336
337 @test.attr(type=['cb_sanity', 'sanity', 'dev_sanity_dpdk'])
self = <scripts.analytics.test_analytics.AnalyticsTestS...sanity,dev_sanity_dpdk,sanity] id=0x7f911a6ced68>
self.analytics_obj = <tcutils.collector.analytics_tests.AnalyticsVerification object>
self.analytics_obj.verify_process_and_connection_infos_config = <bound method AnalyticsVerification.verify_proce...or.analytics_tests.AnalyticsVerification object>>

/contrail-test/tcutils/collector/analytics_tests.py in verify_process_and_connection_infos_config(self=<tcutils.collector.analytics_tests.AnalyticsVerification object>)
4145 ops_inspect = self.ops_inspect[
4146 self.inputs.collector_ips[0]].get_ops_config(cfgm)
4147 for k, v in module_connection_dict:
4148 result1 = self.verify_process_status(ops_inspect, k)
4149 assert result1, f'status is invalid for {k}'
k undefined
v undefined
module_connection_dict = {'contrail-api': ['zookeeper', 'collector', 'cassandra', 'api', 'ifmap', 'rmq'], 'contrail-device-manager': ['zookeeper', 'rmq', 'collector', 'cassandra', 'api'], 'contrail-schema': ['zookeeper', 'collector', 'cassandra', 'api'], 'contrail-svc-monitor': ['zookeeper', 'collector', 'cassandra', 'api']}
ValueError: too many values to unpack (expected 2)
__cause__ = None
__class__ = <class 'ValueError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of ValueError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of ValueError object>
__doc__ = 'Inappropriate argument value (of correct type).'
__eq__ = <method-wrapper '__eq__' of ValueError object>
__format__ = <built-in method __format__ of ValueError object>
__ge__ = <method-wrapper '__ge__' of ValueError object>
__getattribute__ = <method-wrapper '__getattribute__' of ValueError object>
__gt__ = <method-wrapper '__gt__' of ValueError object>
__hash__ = <method-wrapper '__hash__' of ValueError object>
__init__ = <method-wrapper '__init__' of ValueError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of ValueError object>
__lt__ = <method-wrapper '__lt__' of ValueError object>
__ne__ = <method-wrapper '__ne__' of ValueError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of ValueError object>
__reduce_ex__ = <built-in method __reduce_ex__ of ValueError object>
__repr__ = <method-wrapper '__repr__' of ValueError object>
__setattr__ = <method-wrapper '__setattr__' of ValueError object>
__setstate__ = <built-in method __setstate__ of ValueError object>
__sizeof__ = <built-in method __sizeof__ of ValueError object>
__str__ = <method-wrapper '__str__' of ValueError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ('too many values to unpack (expected 2)',)
with_traceback = <built-in method with_traceback of ValueError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/analytics/test_analytics.py", line 335, in test_verify_process_status_config
self.analytics_obj.verify_process_and_connection_infos_config()
File "/contrail-test/tcutils/collector/analytics_tests.py", line 4147, in verify_process_and_connection_infos_config
for k, v in module_connection_dict:
ValueError: too many values to unpack (expected 2)

1.225 Log File
test_verify_process_status_control_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.267
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success20.237
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed

3.407 Log File
test_ecmp_hash_src_ip[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.241
test_ecmp_svc_v2_in_network_nat_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.252
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.290
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.317
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found1.895
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.195
test_ecmp_svc_in_network_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.224
test_ecmp_with_svm_deletion[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.274
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found1.939
test_three_stage_v2_SC[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.280
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found3.208
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]Success162.206
test_mx_gateway[mx_test,sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.489
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.548
test_transit_vn_sym_1_innet[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.503
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as v6 not supported for this test2.499
test_svc_creation_with_heat[dev_sanity_dpdk,sanity,suite1]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.499
test_svc_creation_with_heat[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.515
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]Success8.846
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]Success4.353
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]Success21.061
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]Success38.959
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success30.348
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success88.453
test_policy[quick_sanity,sanity]Success236.879
test_policy_to_deny[quick_sanity,sanity]Success88.959
test_policy_modify_vn_policy[sanity]Success86.552
test_remove_policy_with_ref[ci_sanity,sanity]Success9.003
test_policy_inheritance_src_vn_dst_pol[cb_sanity,sanity,vrouter_gw]Success164.432
test_policy_inheritance_src_pol_dst_any[sanity]Success178.350
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success87.560
test_repeated_policy_modify[sanity]Success146.140
test_multi_vn_repeated_policy_update_with_ping[sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stdout: {{{creating project default IPAM ctest-TestDetailedPolicy1-37233455-default-ipam}}}

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: AssertionError
Python 3.6.8: /usr/bin/python3
Sun Aug 10 11:31:47 2025

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.policy.test_policy_detailed.TestDetaile...olicy_update_with_ping[sanity] id=0x7f911c58ef28>, *args=(), **kwargs={})
78 log.info('Initial checks done. Running the testcase now')
79 log.info('')
80 result = function(self, *args, **kwargs)
81 if self.inputs.upgrade:
82 pid = os.getpid()
result = None
function = <function TestDetailedPolicy1.test_multi_vn_repeated_policy_update_with_ping>
self = <scripts.policy.test_policy_detailed.TestDetaile...olicy_update_with_ping[sanity] id=0x7f911c58ef28>
args = ()
kwargs = {}

/contrail-test/scripts/policy/test_policy_detailed.py in test_multi_vn_repeated_policy_update_with_ping(self=<scripts.policy.test_policy_detailed.TestDetaile...olicy_update_with_ping[sanity] id=0x7f911c58ef28>)
58 except NameError:
59 topo = topology_class_name()
60 return self.repeated_policy_update_test_with_ping(topo)
61
62 def repeated_policy_update_test_with_ping(self, topo):
self = <scripts.policy.test_policy_detailed.TestDetaile...olicy_update_with_ping[sanity] id=0x7f911c58ef28>
self.repeated_policy_update_test_with_ping = <bound method TestDetailedPolicy1.repeated_polic...licy_update_with_ping[sanity] id=0x7f911c58ef28>>
topo = <scripts.policy.sdn_policy_traffic_test_topo.sdn_2vn_2vm_config object>

/contrail-test/scripts/policy/test_policy_detailed.py in repeated_policy_update_test_with_ping(self=<scripts.policy.test_policy_detailed.TestDetaile...olicy_update_with_ping[sanity] id=0x7f911c58ef28>, topo=<scripts.policy.sdn_policy_traffic_test_topo.sdn_2vn_2vm_config object>)
73 setup_obj = self.useFixture(
74 sdnTopoSetupFixture(self.connections, topo))
75 out = setup_obj.topo_setup()
76 #out= setup_obj.topo_setup(vm_verify='yes', skip_cleanup='yes')
77 self.logger.info("Setup completed with result %s" % (out['result']))
out undefined
setup_obj = <tcutils.topo.sdn_topo_setup.sdnTopoSetupFixture object>
setup_obj.topo_setup = <bound method sdnTopoSetupFixture.topo_setup of ....topo.sdn_topo_setup.sdnTopoSetupFixture object>>

/contrail-test/tcutils/topo/sdn_topo_setup.py in topo_setup(self=<tcutils.topo.sdn_topo_setup.sdnTopoSetupFixture object>, config_option='openstack', skip_verify='no', flavor='contrail_flavor_small', vms_on_single_compute=False, VmToNodeMapping=None)
92 self, config_option, vms_on_single_compute, VmToNodeMapping)
93 else:
94 topo_steps.createVMNova(self, config_option, vms_on_single_compute)
95 topo_steps.createPublicVN(self)
96 topo_steps.verifySystemPolicy(self)
global topo_steps = <module 'tcutils.topo.topo_steps' from '/contrail-test/tcutils/topo/topo_steps.py'>
topo_steps.createVMNova = <function createVMNova>
self = <tcutils.topo.sdn_topo_setup.sdnTopoSetupFixture object>
config_option = 'openstack'
vms_on_single_compute = False

/contrail-test/tcutils/topo/topo_steps.py in createVMNova(self=<tcutils.topo.sdn_topo_setup.sdnTopoSetupFixture object>, option='openstack', vms_on_single_compute=False, VmToNodeMapping=None)
528 for vm in self.topo.vmc_list:
529 assert self.vm_fixture[vm].wait_till_vm_is_up(),(
530 'VM Failed to come up')
531 #Even though VM verification is not run, we need to set verify_is_run
532 #to make sure cleanup is verified in VM fixture

AssertionError: VM Failed to come up
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ('VM Failed to come up',)
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/policy/test_policy_detailed.py", line 60, in test_multi_vn_repeated_policy_update_with_ping
return self.repeated_policy_update_test_with_ping(topo)
File "/contrail-test/scripts/policy/test_policy_detailed.py", line 75, in repeated_policy_update_test_with_ping
out = setup_obj.topo_setup()
File "/contrail-test/tcutils/topo/sdn_topo_setup.py", line 94, in topo_setup
topo_steps.createVMNova(self, config_option, vms_on_single_compute)
File "/contrail-test/tcutils/topo/topo_steps.py", line 530, in createVMNova
'VM Failed to come up')
AssertionError: VM Failed to come up

87.179 Log File
test_multi_vn_repeated_policy_update_with_ping[sanity]Success207.594
test_qos_remark_dscp_on_vmi[cb_sanity,sanity]Success28.145
test_rp_interface[ci_sanity,sanity]Success26.052
test_rp_interface_ext_community[sanity]Success25.492
test_rp_interface_static[sanity]Success25.049
test_rp_secondary_routes[sanity]SkippedNeeds MX_GW_TEST to be set0.002
test_rt_CEM_22032[cb_sanity,sanity]Success70.072
test_user_def_rt_entry[cb_sanity,sanity]Success68.115
test_sec_group_basic[sanity,suite1]Success150.324
test_sec_group_basic[sanity,suite1]Success174.424
test_sec_group_basic[cb_sanity,ci_contrail_go_kolla_ocata_sanity,sanity,suite1]Success177.908
test_svc_in_net_nat_with_static_routes[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found22.828
test_svc_v2_transparent_datapath[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found13.875
test_svc_CEM_22032[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found13.702
test_svc_in_network_datapath[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found11.175
test_svc_hc_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found13.493
test_svc_trans_segment_right_hc_fail_svm[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found13.730
test_svc_v2_mirroring[ci_sanity_WIP,quick_sanity,sanity]Success159.530
test_vdns_ping_same_vn[ci_sanity,sanity,suite1]Success168.408
test_sctp_traffic_between_vm[sanity]Success178.939
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]Success24.987
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]Success18.002
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]Success39.661
test_ecmp_with_static_routes[cb_sanity,dev_reg,sanity]Success200.357
test_bond_lacp_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.537
test_dpdk_bond_status[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.495
test_fbit_disable_mbuf_dpdk[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.513
test_dpdk_gro_gso[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.584
test_mtu_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.511
test_vifdump_on_interface[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.502
test_fat_flow_aggr_dest_icmp_intra_vn_inter_node[dev_reg,sanity]Success244.035
test_rt_table_scenario_1[dev_reg,sanity]Success46.041
test_vlan_interface_2[cb_sanity,dev_reg,dev_sanity_dpdk,sanity]Success137.412
test_mtu_probe_intra_node[dev_reg,sanity]Success157.778
test_vif_statistics[dev_reg,sanity]Success96.600
Properties »

Back to top