Test Results

Designed for use with JUnit and Ant.

Properties


Summary

TestsFailuresErrorsSkippedSuccess rateTime
107303995.59%7116.850
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)
10703397116.850

Package

NameTestsErrorsFailuresSkippedTime(s)
260372052.182
8100325064.668
Back to top


TestCase

NameStatusTypeTime(s)LogFile
setUpClass (serial_scripts.analytics.test_analytics_resource.AnalyticsTestSanityWithMin)FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/serial_scripts/analytics/test_analytics_resource.py", line 33, in setUpClass
cls.res.setUp(cls.inputs, cls.connections)
File "/contrail-test/serial_scripts/analytics/base.py", line 709, in setUp
super(AnalyticsTestSanityWithMinResource , self).setUp(inputs,connections)
File "/contrail-test/serial_scripts/analytics/base.py", line 550, in setUp
self.setup_sanity_common_objects(self.inputs , self.connections)
File "/contrail-test/serial_scripts/analytics/base.py", line 580, in setup_sanity_common_objects
self.verify_sanity_common_objects()
File "/contrail-test/serial_scripts/analytics/base.py", line 585, in verify_sanity_common_objects
assert self.vn1_vm1_fixture.wait_till_vm_is_up()
AssertionError

0.000 Log File
setUpClass (serial_scripts.analytics.test_analytics_resource.AnalyticsTestSanityWithResource)FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/serial_scripts/analytics/test_analytics_resource.py", line 249, in setUpClass
cls.res.setUp(cls.inputs, cls.connections)
File "/contrail-test/serial_scripts/analytics/base.py", line 773, in setUp
super(AnalyticsTestSanityWithResourceResource , self).setUp(inputs,connections)
File "/contrail-test/serial_scripts/analytics/base.py", line 593, in setUp
super(BaseResource , self).setUp(inputs, connections)
File "/contrail-test/serial_scripts/analytics/base.py", line 550, in setUp
self.setup_sanity_common_objects(self.inputs , self.connections)
File "/contrail-test/serial_scripts/analytics/base.py", line 580, in setup_sanity_common_objects
self.verify_sanity_common_objects()
File "/contrail-test/serial_scripts/analytics/base.py", line 585, in verify_sanity_common_objects
assert self.vn1_vm1_fixture.wait_till_vm_is_up()
AssertionError

0.000 Log File
test_basic_as4_ibgp_sanity[sanity]SkippedSkipping Test. At least 1 external router required to run the test1.231
test_basic_bgpaas_local_as[dev_sanity_dpdk,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stdout: {{{
[localhost] local: mkdir -p /contrail-test/images
[localhost] local: wget -nv http://nexus.opensdn.io/repository///images/converts//ubuntu-bird.vmdk.gz -O /contrail-test/images/ubuntu-bird.vmdk.gz
[localhost] local: gunzip -f /contrail-test/images/ubuntu-bird.vmdk.gz
[localhost] local: rm -f /contrail-test/images/ubuntu-bird.vmdk
}}}

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.9.25: /usr/bin/python3
Thu Jun 18 17:00:14 2026

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.bgpaas.test_bgpaas_local_as.Test...cal_as[dev_sanity_dpdk,sanity] id=0x7f4323b9ca00>, *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 TestBGPaaSlocalAS.test_basic_bgpaas_local_as>
self = <serial_scripts.bgpaas.test_bgpaas_local_as.Test...cal_as[dev_sanity_dpdk,sanity] id=0x7f4323b9ca00>
args = ()
kwargs = {}

/contrail-test/serial_scripts/bgpaas/test_bgpaas_local_as.py in test_basic_bgpaas_local_as(self=<serial_scripts.bgpaas.test_bgpaas_local_as.Test...cal_as[dev_sanity_dpdk,sanity] id=0x7f4323b9ca00>)
31 2. Make sure BGP with vm comes up.
32 '''
33 ret_dict = self.config_basic(image_name='ubuntu-bird')
34 vn_fixture = ret_dict['vn_fixture']
35 test_vm = ret_dict['test_vm']
ret_dict undefined
self = <serial_scripts.bgpaas.test_bgpaas_local_as.Test...cal_as[dev_sanity_dpdk,sanity] id=0x7f4323b9ca00>
self.config_basic = <bound method LocalASBase.config_basic of <seria...al_as[dev_sanity_dpdk,sanity] id=0x7f4323b9ca00>>
image_name undefined

/contrail-test/serial_scripts/bgpaas/base.py in config_basic(self=<serial_scripts.bgpaas.test_bgpaas_local_as.Test...cal_as[dev_sanity_dpdk,sanity] id=0x7f4323b9ca00>, image_name='ubuntu-bird')
46 vn_fixture, 'bgpaas_vm1', image_name=image_name)
47
48 assert test_vm.wait_till_vm_is_up()
49 assert bgpaas_vm1.wait_till_vm_is_up()
50 ret_dict = {
test_vm = <VMFixture: test_vm>
test_vm.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: test_vm>>
AssertionError:
__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 = ()
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/bgpaas/test_bgpaas_local_as.py", line 33, in test_basic_bgpaas_local_as
ret_dict = self.config_basic(image_name='ubuntu-bird')
File "/contrail-test/serial_scripts/bgpaas/base.py", line 48, in config_basic
assert test_vm.wait_till_vm_is_up()
AssertionError

26.734 Log File
test_bgp_control_node_zone[sanity]Success187.080
test_bgp_control_node_zones_from_single_vnf[sanity]Success138.559
test_basic_dm[sanity]Skippeddm_mx env needs to be set in testbed.py to run this script2.537
test_apply_policy_fip_on_same_vn_gw_mx[sanity,serial]SkippedSkipping Test. Env variable MX_TEST is not set. Skipping the test2.493
test_with_vxlan_encap_agent_restart[sanity,serial]Success252.164
test_change_of_rt_in_vn[mx_test,sanity,serial]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.500
test_gw_less_fwd_single_vn_ip_fab[cb_sanity,sanity]SkippedSkipping Test. Fabric gateway is required to run the test2.525
test_check_per_peer_on_control[sanity]Success53.589
test_create_md5_on_control[sanity]Success50.422
test_perms2_global_share[ci_sanity,sanity]Success57.477
test_perms2_owner[ci_sanity,sanity,suite1]Success16.362
test_rbac_acl_different_roles[ci_sanity,sanity,suite1]Success17.554
test_rbac_create_delete_vm[sanity,suite1]Success79.296
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success3.427
test_control_node_switchover[cb_sanity,sanity]Success172.215
test_process_restart_in_policy_between_vns[cb_sanity,sanity]Success312.236
test_underlay_broadcast_traffic_handling[sanity]Success26.820
test_flow_action_drop_stats[dev_reg,sanity]Success87.240
test_fat_flow_aggr_dest_udp_inter_vn_inter_node[dev_reg,sanity]Success249.539
test_fat_flow_intra_vn_inter_node[cb_sanity,sanity]Success199.622
test_precedence_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.527
test_undo_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.627
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.384
test_create_vm_after_RR_set[sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set. Skipping the test1.243
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.769
test_db_nodemgr_status[dev_sanity_dpdk,sanity]Success1.741
test_verify_generator_collector_connections[dev_sanity_dpdk,sanity]Success3.412
test_verify_generator_connections_to_collector_node[dev_sanity_dpdk,sanity]Success2.073
test_verify_process_status_agent[cb_sanity,dev_sanity_dpdk,sanity]Success1.246
test_verify_process_status_analytics_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.599
test_verify_process_status_control_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.319
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success32.878
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success6.020
test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.254
test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.246
test_ecmp_hash_src_ip[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.289
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.246
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.060
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.254
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found1.882
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.260
test_ecmp_svc_in_network_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.249
test_ecmp_with_svm_deletion[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.221
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found1.883
test_three_stage_v2_SC[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.275
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found3.174
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]Success146.959
test_mx_gateway[mx_test,sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.535
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.563
test_transit_vn_sym_1_innet[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.546
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as v6 not supported for this test2.535
test_svc_creation_with_heat[dev_sanity_dpdk,sanity,suite1]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.537
test_svc_creation_with_heat[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.646
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]Success9.828
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]Success4.690
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]Success27.662
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]Success44.354
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success32.045
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success138.512
test_policy[quick_sanity,sanity]Success218.841
test_policy_to_deny[quick_sanity,sanity]Success89.476
test_policy_modify_vn_policy[sanity]Success84.386
test_remove_policy_with_ref[ci_sanity,sanity]Success9.447
test_policy_inheritance_src_vn_dst_pol[cb_sanity,sanity,vrouter_gw]Success163.463
test_policy_inheritance_src_pol_dst_any[sanity]Success178.130
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success72.611
test_repeated_policy_modify[sanity]Success131.611
test_multi_vn_repeated_policy_update_with_ping[sanity]Success206.349
test_multi_vn_repeated_policy_update_with_ping[sanity]Success206.007
test_qos_remark_dscp_on_vmi[cb_sanity,sanity]Success55.622
test_rp_interface[ci_sanity,sanity]Success31.827
test_rp_interface_ext_community[sanity]Success31.516
test_rp_interface_static[sanity]Success30.727
test_rp_secondary_routes[sanity]SkippedNeeds MX_GW_TEST to be set0.002
test_rt_CEM_22032[cb_sanity,sanity]Success69.574
test_user_def_rt_entry[cb_sanity,sanity]Success66.698
test_sec_group_basic[sanity,suite1]Success249.110
test_sec_group_basic[sanity,suite1]Success296.146
test_sec_group_basic[cb_sanity,ci_contrail_go_kolla_ocata_sanity,sanity,suite1]Success296.005
test_svc_in_net_nat_with_static_routes[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found31.767
test_svc_v2_transparent_datapath[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found12.466
test_svc_CEM_22032[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found11.948
test_svc_in_network_datapath[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found14.952
test_svc_hc_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found12.126
test_svc_trans_segment_right_hc_fail_svm[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found12.723
test_svc_v2_mirroring[ci_sanity_WIP,quick_sanity,sanity]Success145.409
test_vdns_ping_same_vn[ci_sanity,sanity,suite1]Success136.010
test_sctp_traffic_between_vm[sanity]Success152.762
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]Success26.167
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]Success27.566
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]Success45.271
test_ecmp_with_static_routes[cb_sanity,dev_reg,sanity]Success245.740
test_bond_lacp_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.739
test_dpdk_bond_status[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.565
test_fbit_disable_mbuf_dpdk[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.541
test_dpdk_gro_gso[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.651
test_mtu_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.524
test_vifdump_on_interface[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.599
test_fat_flow_aggr_dest_icmp_intra_vn_inter_node[dev_reg,sanity]Success225.457
test_rt_table_scenario_1[dev_reg,sanity]Success59.773
test_vlan_interface_2[cb_sanity,dev_reg,dev_sanity_dpdk,sanity]Success136.320
test_mtu_probe_intra_node[dev_reg,sanity]Success168.048
test_vif_statistics[dev_reg,sanity]Success110.446
Properties »

Back to top