Name | Status | Type | Time(s) | LogFile |
test_basic_RR[sanity] | Skipped | Skipping Test. Env variable MX_GW_TEST is not set. Skipping the test | 1.375 | |
test_create_vm_after_RR_set[sanity] | Skipped | Skipping Test. Env variable MX_GW_TEST is not set. Skipping the test | 1.207 | |
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 1.689 | |
test_db_nodemgr_status[dev_sanity_dpdk,sanity] | Success | | 1.709 | |
test_verify_generator_collector_connections[dev_sanity_dpdk,sanity] | Success | | 3.398 | |
test_verify_generator_connections_to_collector_node[dev_sanity_dpdk,sanity] | Success | | 2.093 | |
test_verify_process_status_agent[cb_sanity,dev_sanity_dpdk,sanity] | Success | | 1.268 | |
test_verify_process_status_analytics_node[cb_sanity,dev_sanity_dpdk,sanity] | Success | | 1.707 | |
test_verify_process_status_config[cb_sanity,dev_sanity_dpdk,sanity] | Failure | Details
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 20:45:43 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=0x7f2352521be0>, *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=0x7f2352521be0> 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=0x7f2352521be0>) 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=0x7f2352521be0> 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.244 |
Log File
|
test_verify_process_status_control_node[cb_sanity,dev_sanity_dpdk,sanity] | Success | | 1.269 | |
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 20.017 | |
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Failure | Details
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.846 |
Log File
|
test_ecmp_hash_src_ip[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.307 | |
test_ecmp_svc_v2_in_network_nat_with_3_instance[cb_sanity,sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.284 | |
test_ecmp_svc_in_network_with_static_route_no_policy[sanity] | Skipped | image /contrail-test/images/tinycore-in-network.qcow2 is not found | 2.332 | |
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.400 | |
test_ecmp_svc_in_network_with_static_route_no_policy[sanity] | Skipped | image /contrail-test/images/tinycore-in-network.qcow2 is not found | 1.979 | |
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.220 | |
test_ecmp_svc_in_network_with_3_instance[cb_sanity,sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.337 | |
test_ecmp_with_svm_deletion[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.220 | |
test_svc_fate_sharing_basic[sanity] | Skipped | image /contrail-test/images/tinycore-in-network.qcow2 is not found | 1.934 | |
test_three_stage_v2_SC[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.245 | |
test_svc_fate_sharing_basic[sanity] | Skipped | image /contrail-test/images/tinycore-in-network.qcow2 is not found | 3.094 | |
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw] | Success | | 166.188 | |
test_mx_gateway[mx_test,sanity] | Skipped | Skipping Test. Env variable MX_GW_TEST is not set | 2.511 | |
test_public_access_thru_svc_w_fip[cb_sanity,sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 2.535 | |
test_transit_vn_sym_1_innet[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 2.503 | |
test_public_access_thru_svc_w_fip[cb_sanity,sanity] | Skipped | Skipped as v6 not supported for this test | 2.492 | |
test_svc_creation_with_heat[dev_sanity_dpdk,sanity,suite1] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 2.587 | |
test_svc_creation_with_heat[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 2.535 | |
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 8.735 | |
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 4.377 | |
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 21.331 | |
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 35.038 | |
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 30.164 | |
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Success | | 92.514 | |
test_policy[quick_sanity,sanity] | Success | | 223.961 | |
test_policy_to_deny[quick_sanity,sanity] | Success | | 91.055 | |
test_policy_modify_vn_policy[sanity] | Success | | 110.626 | |
test_remove_policy_with_ref[ci_sanity,sanity] | Success | | 9.161 | |
test_policy_inheritance_src_vn_dst_pol[cb_sanity,sanity,vrouter_gw] | Success | | 193.808 | |
test_policy_inheritance_src_pol_dst_any[sanity] | Success | | 178.209 | |
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Success | | 88.351 | |
test_repeated_policy_modify[sanity] | Success | | 145.907 | |
test_multi_vn_repeated_policy_update_with_ping[sanity] | Success | | 206.116 | |
test_multi_vn_repeated_policy_update_with_ping[sanity] | Success | | 207.615 | |
test_qos_remark_dscp_on_vmi[cb_sanity,sanity] | Success | | 28.479 | |
test_rp_interface[ci_sanity,sanity] | Success | | 26.438 | |
test_rp_interface_ext_community[sanity] | Success | | 25.659 | |
test_rp_interface_static[sanity] | Success | | 25.221 | |
test_rp_secondary_routes[sanity] | Skipped | Needs MX_GW_TEST to be set | 0.002 | |
test_rt_CEM_22032[cb_sanity,sanity] | Success | | 69.966 | |
test_user_def_rt_entry[cb_sanity,sanity] | Success | | 68.112 | |
test_sec_group_basic[sanity,suite1] | Success | | 177.459 | |
test_sec_group_basic[sanity,suite1] | Success | | 207.723 | |
test_sec_group_basic[cb_sanity,ci_contrail_go_kolla_ocata_sanity,sanity,suite1] | Failure | Details
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: <pre>Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() File "/usr/lib64/python3.6/http/client.py", line 1346, in getresponse response.begin() File "/usr/lib64/python3.6/http/client.py", line 307, in begin version, status, reason = self._read_status() File "/usr/lib64/python3.6/http/client.py", line 268, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib64/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) File "/usr/local/lib64/python3.6/site-packages/gevent/_socket3.py", line 498, in recv_into self._wait(self._read_event) File "src/gevent/_hub_primitives.py", line 317, in gevent.__hub_primitives.wait_on_socket File "src/gevent/_hub_primitives.py", line 322, in gevent.__hub_primitives.wait_on_socket File "src/gevent/_hub_primitives.py", line 313, in gevent.__hub_primitives._primitive_wait File "src/gevent/_hub_primitives.py", line 314, in gevent.__hub_primitives._primitive_wait File "src/gevent/_hub_primitives.py", line 46, in gevent.__hub_primitives.WaitOperationsGreenlet.wait File "src/gevent/_hub_primitives.py", line 46, in gevent.__hub_primitives.WaitOperationsGreenlet.wait File "src/gevent/_hub_primitives.py", line 55, in gevent.__hub_primitives.WaitOperationsGreenlet.wait File "src/gevent/_waiter.py", line 151, in gevent.__waiter.Waiter.get File "src/gevent/_greenlet_primitives.py", line 61, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch File "src/gevent/_greenlet_primitives.py", line 61, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch File "src/gevent/_greenlet_primitives.py", line 65, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 410, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise raise value File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 428, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.0.0.49', port=8082): Read timed out. (read timeout=60)
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper result = function(self, *args, **kwargs) File "/contrail-test/scripts/securitygroup/test_regression_basic.py", line 88, in test_sec_group_basic assert vm1_fixture.verify_on_setup() File "/contrail-test/fixtures/vm_test.py", line 712, in verify_on_setup result = self.verify_vm_in_agent() File "/contrail-test/tcutils/util.py", line 84, in f_retry result = f(*args, **kwargs) # first attempt File "/contrail-test/fixtures/vm_test.py", line 1143, in verify_vm_in_agent if not self.local_ip: File "/contrail-test/fixtures/vm_test.py", line 957, in local_ip return self.get_local_ip() File "/contrail-test/fixtures/vm_test.py", line 939, in get_local_ip if self.ping_vm_from_host(vn_fq_name): File "/contrail-test/tcutils/util.py", line 84, in f_retry result = f(*args, **kwargs) # first attempt File "/contrail-test/fixtures/vm_test.py", line 1202, in ping_vm_from_host vn_obj = self.vnc_lib_h.virtual_network_read(fq_name = vn_fq_name.split(":")) File "/usr/local/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 1128, in _request_server retry_after_authn=retry_after_authn, retry_count=retry_count) File "/usr/local/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 1144, in _request url, headers=headers, query_params=data) File "/contrail-test/fixtures/vnc_api_test.py", line 39, in _http_get headers=headers, query_params=query_params) File "/usr/local/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 1000, in _http_get url, headers=headers, params=query_params, verify=False) File "/usr/local/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 282, in get return self.crud('get', url, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 250, in crud result = crud_method(url, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 529, in send raise ReadTimeout(e, request=request) requests.exceptions.ReadTimeout: HTTPConnectionPool(host='10.0.0.49', port=8082): Read timed out. (read timeout=60) </pre>
| 111.839 |
Log File
|
test_svc_in_net_nat_with_static_routes[sanity] | Skipped | image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found | 23.704 | |
test_svc_v2_transparent_datapath[sanity] | Skipped | image /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found | 14.319 | |
test_svc_CEM_22032[ci_sanity_WIP,quick_sanity,sanity,suite1] | Skipped | image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found | 13.904 | |
test_svc_in_network_datapath[ci_sanity_WIP,quick_sanity,sanity,suite1] | Skipped | image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found | 16.674 | |
test_svc_hc_basic[sanity] | Skipped | image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found | 13.793 | |
test_svc_trans_segment_right_hc_fail_svm[sanity] | Skipped | image /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found | 13.802 | |
test_svc_v2_mirroring[ci_sanity_WIP,quick_sanity,sanity] | Success | | 156.983 | |
test_vdns_ping_same_vn[ci_sanity,sanity,suite1] | Success | | 167.766 | |
test_sctp_traffic_between_vm[sanity] | Success | | 178.597 | |
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 25.097 | |
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1] | Success | | 19.233 | |
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1] | Success | | 43.104 | |
test_ecmp_with_static_routes[cb_sanity,dev_reg,sanity] | Success | | 247.074 | |
test_bond_lacp_config[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.528 | |
test_dpdk_bond_status[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.505 | |
test_fbit_disable_mbuf_dpdk[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.541 | |
test_dpdk_gro_gso[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.529 | |
test_mtu_config[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.519 | |
test_vifdump_on_interface[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.504 | |
test_fat_flow_aggr_dest_icmp_intra_vn_inter_node[dev_reg,sanity] | Success | | 241.108 | |
test_rt_table_scenario_1[dev_reg,sanity] | Success | | 56.351 | |
test_vlan_interface_2[cb_sanity,dev_reg,dev_sanity_dpdk,sanity] | Success | | 178.158 | |
test_mtu_probe_intra_node[dev_reg,sanity] | Success | | 162.954 | |
test_vif_statistics[dev_reg,sanity] | Success | | 94.209 | |
Name | Status | Type | Time(s) | LogFile |
test_run_contrail_flows_cli_cmds[sanity] | Success | | 13.011 | |
test_run_contrail_logs_cli_cmd_with_multiple_different_optional_args[sanity] | Success | | 20.736 | |
test_run_contrail_stats_cli_cmds[sanity] | Success | | 14.959 | |
test_verify_session_sampling_teardown[sanity] | Success | | 225.867 | |
test_basic_as4_ibgp_sanity[sanity] | Skipped | Skipping Test. At least 1 external router required to run the test | 2.493 | |
test_basic_bgpaas_local_as[dev_sanity_dpdk,sanity] | Success | | 180.640 | |
test_bgp_control_node_zone[sanity] | Success | | 234.298 | |
test_bgp_control_node_zones_from_single_vnf[sanity] | Success | | 164.128 | |
test_basic_dm[sanity] | Skipped | dm_mx env needs to be set in testbed.py to run this script | 2.507 | |
test_apply_policy_fip_on_same_vn_gw_mx[sanity,serial] | Skipped | Skipping Test. Env variable MX_TEST is not set. Skipping the test | 2.492 | |
test_with_vxlan_encap_agent_restart[sanity,serial] | Success | | 260.911 | |
test_change_of_rt_in_vn[mx_test,sanity,serial] | Skipped | Skipping Test. Env variable MX_GW_TEST is not set | 2.487 | |
test_gw_less_fwd_single_vn_ip_fab[cb_sanity,sanity] | Skipped | Skipping Test. Fabric gateway is required to run the test | 2.477 | |
test_check_per_peer_on_control[sanity] | Success | | 45.038 | |
test_create_md5_on_control[sanity] | Success | | 44.160 | |
test_perms2_global_share[ci_sanity,sanity] | Success | | 51.775 | |
test_perms2_owner[ci_sanity,sanity,suite1] | Success | | 12.083 | |
test_rbac_acl_different_roles[ci_sanity,sanity,suite1] | Success | | 13.292 | |
test_rbac_create_delete_vm[sanity,suite1] | Success | | 57.711 | |
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 3.264 | |
test_control_node_switchover[cb_sanity,sanity] | Success | | 193.762 | |
test_process_restart_in_policy_between_vns[cb_sanity,sanity] | Failure | Details
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=9.78 ms [ubuntu@169.254.0.3] out: 64 bytes from 192.168.2.252: icmp_req=2 ttl=63 time=0.916 ms [ubuntu@169.254.0.3] out: 64 bytes from 192.168.2.252: icmp_req=3 ttl=63 time=0.898 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.898/3.866/9.784/4.184 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 22:37:37 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=0x7f6fea246278>, *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=0x7f6fea246278> 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=0x7f6fea246278>) 433 434 result = self.verification_after_process_restart_in_rr() 435 assert result[0], result[1] 436 for cfgm_name in self.inputs.cfgm_names: 437 assert self.analytics_obj.verify_cfgm_uve_module_state\ result = (False, 'verify_process_and_connection_infos_config too m...lueError: too many values to unpack (expected 2)\n') AssertionError: verify_process_and_connection_infos_config too many values to unpack (expected 2) Traceback (most recent call last): File "/contrail-test/serial_scripts/vm_regression/test_vm_serial.py", line 470, in verification_after_process_restart_in_rr 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)
__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 m...lueError: too many values to unpack (expected 2)\n',) 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 435, 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) Traceback (most recent call last): File "/contrail-test/serial_scripts/vm_regression/test_vm_serial.py", line 470, in verification_after_process_restart_in_rr 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)
| 320.004 |
Log File
|
test_underlay_broadcast_traffic_handling[sanity] | Success | | 26.775 | |
test_flow_action_drop_stats[dev_reg,sanity] | Success | | 96.192 | |
test_fat_flow_aggr_dest_udp_inter_vn_inter_node[dev_reg,sanity] | Success | | 284.047 | |
test_fat_flow_intra_vn_inter_node[cb_sanity,sanity] | Success | | 158.831 | |
test_precedence_xmpp_auth[sanity] | Skipped | Xmpp auth should be set before running tests | 2.505 | |
test_undo_xmpp_auth[sanity] | Skipped | Xmpp auth should be set before running tests | 2.492 | |