Test Results

Designed for use with JUnit and Ant.

Properties


Summary

TestsFailuresErrorsSkippedSuccess rateTime
109203997.14%8072.676
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)
10902398072.676

Package

NameTestsErrorsFailuresSkippedTime(s)
280172905.496
8101325167.180
Back to top


TestCase

NameStatusTypeTime(s)LogFile
test_run_contrail_flows_cli_cmds[sanity]Success14.142
test_run_contrail_logs_cli_cmd_with_multiple_different_optional_args[sanity]Success21.015
test_run_contrail_stats_cli_cmds[sanity]Success28.316
test_verify_session_sampling_teardown[sanity]Success226.281
test_basic_as4_ibgp_sanity[sanity]SkippedSkipping Test. At least 1 external router required to run the test2.558
test_basic_bgpaas_local_as[dev_sanity_dpdk,sanity]Success208.862
test_bgp_control_node_zone[sanity]Success242.793
test_bgp_control_node_zones_from_single_vnf[sanity]Success193.632
test_basic_dm[sanity]Skippeddm_mx env needs to be set in testbed.py to run this script2.535
test_apply_policy_fip_on_same_vn_gw_mx[sanity,serial]SkippedSkipping Test. Env variable MX_TEST is not set. Skipping the test2.552
test_with_vxlan_encap_agent_restart[sanity,serial]Success282.078
test_change_of_rt_in_vn[mx_test,sanity,serial]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.562
test_gw_less_fwd_single_vn_ip_fab[cb_sanity,sanity]SkippedSkipping Test. Fabric gateway is required to run the test2.539
test_check_per_peer_on_control[sanity]Success48.701
test_create_md5_on_control[sanity]Success46.432
test_perms2_global_share[ci_sanity,sanity]Success57.000
test_perms2_owner[ci_sanity,sanity,suite1]Success12.495
test_rbac_acl_different_roles[ci_sanity,sanity,suite1]Success15.076
test_rbac_create_delete_vm[sanity,suite1]Success63.906
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success3.354
test_control_node_switchover[cb_sanity,sanity]Success199.290
test_process_restart_in_policy_between_vns[cb_sanity,sanity]Success379.792
test_underlay_broadcast_traffic_handling[sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/tcutils/util.py", line 1041, in wrapper
return f(self, *func_args, **func_kwargs)
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed: Test failed: AssertionError
Python 3.9.21: /usr/bin/python3
Thu Oct 9 04:14:04 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...dcast_traffic_handling[sanity] id=0x7f1ba7f06df0>, *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_underlay_broadcast_traffic_handling>
self = <serial_scripts.vm_regression.test_vm_serial.Tes...dcast_traffic_handling[sanity] id=0x7f1ba7f06df0>
args = ()
kwargs = {}

/contrail-test/serial_scripts/vm_regression/test_vm_serial.py in test_underlay_broadcast_traffic_handling(self=<serial_scripts.vm_regression.test_vm_serial.Tes...dcast_traffic_handling[sanity] id=0x7f1ba7f06df0>)
948
949 # Analyze pcap
950 assert verify_tcpdump_count(self, session, pcap, exp_count=packet_count), "There should only be %s\
951 packet from source %s on compute %s" %(packet_count, broadcast_address, compute_ip)
952 self.logger.info(
global verify_tcpdump_count = <function retry.<locals>.deco_retry.<locals>.f_retry>
self = <serial_scripts.vm_regression.test_vm_serial.Tes...dcast_traffic_handling[sanity] id=0x7f1ba7f06df0>
session = <paramiko.client.SSHClient object>
pcap = '/tmp/ens6_ctest-random-15561267.pcap'
exp_count undefined
packet_count = 10
broadcast_address = '0.0.0.0'
compute_ip = '10.0.0.27'
AssertionError: There should only be 10 packet from source 0.0.0.0 on compute 10.0.0.27
__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 = ('There should only be 10 ... packet from source 0.0.0.0 on compute 10.0.0.27',)
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 950, in test_underlay_broadcast_traffic_handling
assert verify_tcpdump_count(self, session, pcap, exp_count=packet_count), "There should only be %s\
AssertionError: There should only be 10 packet from source 0.0.0.0 on compute 10.0.0.27

36.989 Log File
test_flow_action_drop_stats[dev_reg,sanity]Success97.594
test_fat_flow_aggr_dest_udp_inter_vn_inter_node[dev_reg,sanity]Success324.267
test_fat_flow_intra_vn_inter_node[cb_sanity,sanity]Success175.042
test_precedence_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.535
test_undo_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.542
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.435
test_create_vm_after_RR_set[sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set. Skipping the test1.277
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.824
test_db_nodemgr_status[dev_sanity_dpdk,sanity]Success1.772
test_verify_generator_collector_connections[dev_sanity_dpdk,sanity]Success3.117
test_verify_generator_connections_to_collector_node[dev_sanity_dpdk,sanity]Success2.011
test_verify_process_status_agent[cb_sanity,dev_sanity_dpdk,sanity]Success1.329
test_verify_process_status_analytics_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.676
test_verify_process_status_control_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.347
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success20.992
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success5.801
test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.309
test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.263
test_ecmp_hash_src_ip[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.309
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.320
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.646
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.555
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.028
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.324
test_ecmp_svc_in_network_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.321
test_ecmp_with_svm_deletion[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.394
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.103
test_three_stage_v2_SC[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.273
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found3.396
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]Success177.238
test_mx_gateway[mx_test,sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.536
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.588
test_transit_vn_sym_1_innet[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.562
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as v6 not supported for this test2.533
test_svc_creation_with_heat[dev_sanity_dpdk,sanity,suite1]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.610
test_svc_creation_with_heat[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.616
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]Success9.869
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]Success4.630
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]Success22.312
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]Success40.442
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success28.059
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success95.554
test_policy[quick_sanity,sanity]Success214.868
test_policy_to_deny[quick_sanity,sanity]Success95.956
test_policy_modify_vn_policy[sanity]Success106.870
test_remove_policy_with_ref[ci_sanity,sanity]Success9.554
test_policy_inheritance_src_vn_dst_pol[cb_sanity,sanity,vrouter_gw]Success191.776
test_policy_inheritance_src_pol_dst_any[sanity]Success148.814
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success95.060
test_repeated_policy_modify[sanity]Success138.833
test_multi_vn_repeated_policy_update_with_ping[sanity]Success236.788
test_multi_vn_repeated_policy_update_with_ping[sanity]Success206.698
test_qos_remark_dscp_on_vmi[cb_sanity,sanity]Success73.313
test_rp_interface[ci_sanity,sanity]Success32.069
test_rp_interface_ext_community[sanity]Success25.791
test_rp_interface_static[sanity]Success25.828
test_rp_secondary_routes[sanity]SkippedNeeds MX_GW_TEST to be set0.002
test_rt_CEM_22032[cb_sanity,sanity]Success75.169
test_user_def_rt_entry[cb_sanity,sanity]Success79.972
test_sec_group_basic[sanity,suite1]Success222.566
test_sec_group_basic[sanity,suite1]Success298.699
test_sec_group_basic[cb_sanity,ci_contrail_go_kolla_ocata_sanity,sanity,suite1]Success265.207
test_svc_in_net_nat_with_static_routes[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found24.184
test_svc_v2_transparent_datapath[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found15.301
test_svc_CEM_22032[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found14.735
test_svc_in_network_datapath[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found12.337
test_svc_hc_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found14.761
test_svc_trans_segment_right_hc_fail_svm[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found15.278
test_svc_v2_mirroring[ci_sanity_WIP,quick_sanity,sanity]Success171.087
test_vdns_ping_same_vn[ci_sanity,sanity,suite1]Success187.091
test_sctp_traffic_between_vm[sanity]Success192.491
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]Success20.575
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]Success25.087
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]Success38.946
test_ecmp_with_static_routes[cb_sanity,dev_reg,sanity]Success251.635
test_bond_lacp_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.587
test_dpdk_bond_status[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.557
test_fbit_disable_mbuf_dpdk[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.613
test_dpdk_gro_gso[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.594
test_mtu_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.642
test_vifdump_on_interface[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.570
test_fat_flow_aggr_dest_icmp_intra_vn_inter_node[dev_reg,sanity]Success278.171
test_rt_table_scenario_1[dev_reg,sanity]Success52.729
test_vlan_interface_2[cb_sanity,dev_reg,dev_sanity_dpdk,sanity]Success150.222
test_mtu_probe_intra_node[dev_reg,sanity]Success163.252
test_vif_statistics[dev_reg,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 166.126.94.4
[ubuntu@169.254.0.3] sudo: ping -s 56 -c 3 -W 1 166.126.94.4
[ubuntu@169.254.0.3] out: PING 166.126.94.4 (166.126.94.4) 56(84) bytes of data.
[ubuntu@169.254.0.3] out: 64 bytes from 166.126.94.4: icmp_req=1 ttl=64 time=12.4 ms
[ubuntu@169.254.0.3] out: 64 bytes from 166.126.94.4: icmp_req=2 ttl=64 time=0.967 ms
[ubuntu@169.254.0.3] out: 64 bytes from 166.126.94.4: icmp_req=3 ttl=64 time=0.744 ms
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 166.126.94.4 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
[ubuntu@169.254.0.3] out: rtt min/avg/max/mdev = 0.744/4.709/12.417/5.451 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.9.21: /usr/bin/python3
Thu Oct 9 03:35:49 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.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7fdc6c92adc0>, *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 TestvifStats.test_vif_statistics>
self = <scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7fdc6c92adc0>
args = ()
kwargs = {}

/contrail-test/scripts/vrouter/test_vif_stats.py in test_vif_statistics(self=<scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7fdc6c92adc0>)
89 assert client_fixtures[0].ping_with_certainty(server_fixtures[0].vm_ip, expectation=True), "ping failed"
90 compute_ip = server_fixtures[0].vm_node_ip
91 stats_pre_clr = self.get_vif_stats(compute_ip)
92 self.clear_vif_stats(compute_ip)
93 stats_post_clr = self.get_vif_stats(compute_ip)
stats_pre_clr undefined
self = <scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7fdc6c92adc0>
self.get_vif_stats = <bound method TestvifStats.get_vif_stats of <scr...if_statistics[dev_reg,sanity] id=0x7fdc6c92adc0>>
compute_ip = '10.0.0.27'

/contrail-test/scripts/vrouter/test_vif_stats.py in get_vif_stats(self=<scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7fdc6c92adc0>, compute_ip='10.0.0.27')
28 assert vif_out, "vif stats for %s is not working" % vif_rx_cmd
29 if not "RX packets" in vif_out:
30 assert False, "RX packets is not available"
31 else:
32 result = vif_out.split()

AssertionError: RX packets is not available
__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 = ('RX packets is not available',)
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/vrouter/test_vif_stats.py", line 91, in test_vif_statistics
stats_pre_clr = self.get_vif_stats(compute_ip)
File "/contrail-test/scripts/vrouter/test_vif_stats.py", line 30, in get_vif_stats
assert False, "RX packets is not available"
AssertionError: RX packets is not available

99.035 Log File
Properties »

Back to top