Test Results

Designed for use with JUnit and Ant.

Properties


Summary

TestsFailuresErrorsSkippedSuccess rateTime
110203997.18%9756.901
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)
11002399756.901

Package

NameTestsErrorsFailuresSkippedTime(s)
280173488.241
8201326268.660
Back to top


TestCase

NameStatusTypeTime(s)LogFile
test_run_contrail_flows_cli_cmds[sanity]Success17.138
test_run_contrail_logs_cli_cmd_with_multiple_different_optional_args[sanity]Success22.445
test_run_contrail_stats_cli_cmds[sanity]Success30.131
test_verify_session_sampling_teardown[sanity]Success227.852
test_basic_as4_ibgp_sanity[sanity]SkippedSkipping Test. At least 1 external router required to run the test2.673
test_basic_bgpaas_local_as[dev_sanity_dpdk,sanity]Success211.614
test_bgp_control_node_zone[sanity]Success287.143
test_bgp_control_node_zones_from_single_vnf[sanity]Success208.670
test_basic_dm[sanity]Skippeddm_mx env needs to be set in testbed.py to run this script2.665
test_apply_policy_fip_on_same_vn_gw_mx[sanity,serial]SkippedSkipping Test. Env variable MX_TEST is not set. Skipping the test2.677
test_with_vxlan_encap_agent_restart[sanity,serial]Success306.271
test_change_of_rt_in_vn[mx_test,sanity,serial]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.650
test_gw_less_fwd_single_vn_ip_fab[cb_sanity,sanity]SkippedSkipping Test. Fabric gateway is required to run the test2.634
test_check_per_peer_on_control[sanity]Success88.985
test_create_md5_on_control[sanity]Success83.755
test_perms2_global_share[ci_sanity,sanity]Success83.697
test_perms2_owner[ci_sanity,sanity,suite1]Success19.463
test_rbac_acl_different_roles[ci_sanity,sanity,suite1]Success20.894
test_rbac_create_delete_vm[sanity,suite1]Success69.870
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success3.639
test_control_node_switchover[cb_sanity,sanity]Success162.329
test_process_restart_in_policy_between_vns[cb_sanity,sanity]Success440.716
test_underlay_broadcast_traffic_handling[sanity]Success27.260
test_flow_action_drop_stats[dev_reg,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: IndexError
Python 3.9.25: /usr/bin/python3
Mon Aug 31 04:55:06 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.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>, *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 TestDropStats.test_flow_action_drop_stats>
self = <serial_scripts.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>
args = ()
kwargs = {}

/contrail-test/serial_scripts/vrouter/test_drop_stats.py in test_flow_action_drop_stats(self=<serial_scripts.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>)
36 raise self.skipTest("Skipping test case,this test needs atleast 2 compute nodes")
37
38 assert self.verify_flow_action_drop_stats()
39 return True
40 # end test_drop_stats
self = <serial_scripts.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>
self.verify_flow_action_drop_stats = <bound method BaseDropStats.verify_flow_action_d...on_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>>

/contrail-test/common/vrouter/base_drop_stats.py in verify_flow_action_drop_stats(self=<serial_scripts.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>, drop_type='ds_flow_action_drop')
51 fq_name = intf_details[0]['config_name']
52
53 vif_dict_before = self.get_drop_stats_dict(compute0, fq_name)[1]
54 self.print_drop_stats_dict(vif_dict_before)
55
vif_dict_before undefined
self = <serial_scripts.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>
self.get_drop_stats_dict = <bound method retry.<locals>.deco_retry.<locals>...on_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>>
compute0 = '10.0.0.186'
fq_name = 'default-domain:ctest-TestDropStats-58093616:51988e35-0ed8-4ab9-a7dd-73b14903b619'

/contrail-test/tcutils/util.py in f_retry(*args=(<serial_scripts.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>, '10.0.0.186', 'default-domain:ctest-TestDropStats-58093616:51988e35-0ed8-4ab9-a7dd-73b14903b619'), **kwargs={})
82 mtries, mdelay = tries, delay # make mutable
83
84 result = f(*args, **kwargs) # first attempt
85 rv = result
86 final = False
result undefined
f = <function BaseDropStats.get_drop_stats_dict>
args = (<serial_scripts.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>, '10.0.0.186', 'default-domain:ctest-TestDropStats-58093616:51988e35-0ed8-4ab9-a7dd-73b14903b619')
kwargs = {}

/contrail-test/common/vrouter/base_drop_stats.py in get_drop_stats_dict(self=<serial_scripts.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>, compute='10.0.0.186', fq_name='default-domain:ctest-TestDropStats-58093616:51988e35-0ed8-4ab9-a7dd-73b14903b619', module='vif')
29 drop_stats_list = self.agent_inspect_h[compute].get_agent_vrouter_drop_stats()
30 else:
31 drop_stats_list = self.agent_inspect_h[compute].get_agent_vm_interface_drop_stats(fq_name)
32
33 if drop_stats_list is not None:
drop_stats_list undefined
self = <serial_scripts.vrouter.test_drop_stats.TestDrop...ion_drop_stats[dev_reg,sanity] id=0x7fdf375385b0>
self.agent_inspect_h = {}
compute = '10.0.0.186'
].get_agent_vm_interface_drop_stats undefined
fq_name = 'default-domain:ctest-TestDropStats-58093616:51988e35-0ed8-4ab9-a7dd-73b14903b619'

/contrail-test/tcutils/agent/vna_introspect_utils.py in get_agent_vm_interface_drop_stats(self=<tcutils.agent.vna_introspect_utils.AgentInspect object>, fq_name='default-domain:ctest-TestDropStats-58093616:51988e35-0ed8-4ab9-a7dd-73b14903b619')
1039 except IndexError:
1040 return None
1041 return l[0]
1042 # end get_agent_vm_interface_drop_stats
1043
l = []
IndexError: list index out of range
__cause__ = None
__class__ = <class 'IndexError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of IndexError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of IndexError object>
__doc__ = 'Sequence index out of range.'
__eq__ = <method-wrapper '__eq__' of IndexError object>
__format__ = <built-in method __format__ of IndexError object>
__ge__ = <method-wrapper '__ge__' of IndexError object>
__getattribute__ = <method-wrapper '__getattribute__' of IndexError object>
__gt__ = <method-wrapper '__gt__' of IndexError object>
__hash__ = <method-wrapper '__hash__' of IndexError object>
__init__ = <method-wrapper '__init__' of IndexError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of IndexError object>
__lt__ = <method-wrapper '__lt__' of IndexError object>
__ne__ = <method-wrapper '__ne__' of IndexError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of IndexError object>
__reduce_ex__ = <built-in method __reduce_ex__ of IndexError object>
__repr__ = <method-wrapper '__repr__' of IndexError object>
__setattr__ = <method-wrapper '__setattr__' of IndexError object>
__setstate__ = <built-in method __setstate__ of IndexError object>
__sizeof__ = <built-in method __sizeof__ of IndexError object>
__str__ = <method-wrapper '__str__' of IndexError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ('list index out of range',)
with_traceback = <built-in method with_traceback of IndexError 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/vrouter/test_drop_stats.py", line 38, in test_flow_action_drop_stats
assert self.verify_flow_action_drop_stats()
File "/contrail-test/common/vrouter/base_drop_stats.py", line 53, in verify_flow_action_drop_stats
vif_dict_before = self.get_drop_stats_dict(compute0, fq_name)[1]
File "/contrail-test/tcutils/util.py", line 84, in f_retry
result = f(*args, **kwargs) # first attempt
File "/contrail-test/common/vrouter/base_drop_stats.py", line 31, in get_drop_stats_dict
drop_stats_list = self.agent_inspect_h[compute].get_agent_vm_interface_drop_stats(fq_name)
File "/contrail-test/tcutils/agent/vna_introspect_utils.py", line 1041, in get_agent_vm_interface_drop_stats
return l[0]
IndexError: list index out of range

85.804 Log File
test_fat_flow_aggr_dest_udp_inter_vn_inter_node[dev_reg,sanity]Success422.154
test_fat_flow_intra_vn_inter_node[cb_sanity,sanity]Success303.443
test_precedence_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.650
test_undo_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.623
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.535
test_create_vm_after_RR_set[sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set. Skipping the test1.336
test_contrail_status[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

44.166 Log File
test_db_nodemgr_status[dev_sanity_dpdk,sanity]Success1.931
test_verify_generator_collector_connections[dev_sanity_dpdk,sanity]Success3.328
test_verify_generator_connections_to_collector_node[dev_sanity_dpdk,sanity]Success2.228
test_verify_process_status_agent[cb_sanity,dev_sanity_dpdk,sanity]Success1.409
test_verify_process_status_analytics_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.833
test_verify_process_status_control_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.496
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success49.735
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success6.876
test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.340
test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.383
test_ecmp_hash_src_ip[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.385
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.344
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.155
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.371
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.109
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.361
test_ecmp_svc_in_network_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.368
test_ecmp_with_svm_deletion[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.349
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.156
test_three_stage_v2_SC[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.358
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found3.433
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]Success221.793
test_mx_gateway[mx_test,sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.622
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.689
test_transit_vn_sym_1_innet[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.603
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as v6 not supported for this test2.651
test_svc_creation_with_heat[dev_sanity_dpdk,sanity,suite1]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.651
test_svc_creation_with_heat[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.671
test_network_tags_crud[ci_sanity,sanity]Success9.589
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]Success11.221
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]Success5.449
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]Success45.938
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]Success65.386
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success53.056
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success162.466
test_policy[quick_sanity,sanity]Success262.883
test_policy_to_deny[quick_sanity,sanity]Success150.832
test_policy_modify_vn_policy[sanity]Success110.403
test_remove_policy_with_ref[ci_sanity,sanity]Success10.576
test_policy_inheritance_src_vn_dst_pol[cb_sanity,sanity,vrouter_gw]Success190.394
test_policy_inheritance_src_pol_dst_any[sanity]Success178.328
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success140.860
test_repeated_policy_modify[sanity]Success184.784
test_multi_vn_repeated_policy_update_with_ping[sanity]Success262.554
test_multi_vn_repeated_policy_update_with_ping[sanity]Success238.146
test_qos_remark_dscp_on_vmi[cb_sanity,sanity]Success68.073
test_rp_interface[ci_sanity,sanity]Success52.411
test_rp_interface_ext_community[sanity]Success58.920
test_rp_interface_static[sanity]Success54.957
test_rp_secondary_routes[sanity]SkippedNeeds MX_GW_TEST to be set0.002
test_rt_CEM_22032[cb_sanity,sanity]Success96.350
test_user_def_rt_entry[cb_sanity,sanity]Success96.034
test_sec_group_basic[sanity,suite1]Success176.893
test_sec_group_basic[sanity,suite1]Success237.994
test_sec_group_basic[cb_sanity,ci_contrail_go_kolla_ocata_sanity,sanity,suite1]Success235.227
test_svc_in_net_nat_with_static_routes[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found49.237
test_svc_v2_transparent_datapath[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found13.683
test_svc_CEM_22032[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found13.030
test_svc_in_network_datapath[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found10.506
test_svc_hc_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found12.311
test_svc_trans_segment_right_hc_fail_svm[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found13.280
test_svc_v2_mirroring[ci_sanity_WIP,quick_sanity,sanity]Success209.180
test_vdns_ping_same_vn[ci_sanity,sanity,suite1]Success204.296
test_sctp_traffic_between_vm[sanity]Success217.509
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]Success47.815
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]Success45.209
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]Success80.815
test_ecmp_with_static_routes[cb_sanity,dev_reg,sanity]Success285.521
test_bond_lacp_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.685
test_dpdk_bond_status[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.624
test_fbit_disable_mbuf_dpdk[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.642
test_dpdk_gro_gso[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.671
test_mtu_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.640
test_vifdump_on_interface[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.632
test_fat_flow_aggr_dest_icmp_intra_vn_inter_node[dev_reg,sanity]Success348.745
test_rt_table_scenario_1[dev_reg,sanity]Success56.648
test_vlan_interface_2[cb_sanity,dev_reg,dev_sanity_dpdk,sanity]Success198.659
test_mtu_probe_intra_node[dev_reg,sanity]Success205.735
test_vif_statistics[dev_reg,sanity]Success133.709
Properties »

Back to top