| Name | Status | Type | Time(s) | LogFile |
| test_run_contrail_flows_cli_cmds[sanity] | Success | | 13.899 | |
| test_run_contrail_logs_cli_cmd_with_multiple_different_optional_args[sanity] | Success | | 21.185 | |
| test_run_contrail_stats_cli_cmds[sanity] | Success | | 29.339 | |
| test_verify_session_sampling_teardown[sanity] | Failure | Details
Traceback (most recent call last):
testtools.testresult.real._StringException: stdout: {{{
[cirros@169.254.0.5] sudo: ping -s 56 -c 3 -W 1 84.113.185.3
[cirros@169.254.0.5] sudo: ping -s 56 -c 3 -W 1 84.113.185.3
[cirros@169.254.0.5] out: PING 84.113.185.3 (84.113.185.3): 56 data bytes
[cirros@169.254.0.5] out: 64 bytes from 84.113.185.3: seq=0 ttl=63 time=5.076 ms
[cirros@169.254.0.5] out: 64 bytes from 84.113.185.3: seq=1 ttl=63 time=1.456 ms
[cirros@169.254.0.5] out: 64 bytes from 84.113.185.3: seq=2 ttl=63 time=1.620 ms
[cirros@169.254.0.5] out:
[cirros@169.254.0.5] out: --- 84.113.185.3 ping statistics ---
[cirros@169.254.0.5] out: 3 packets transmitted, 3 packets received, 0% packet loss
[cirros@169.254.0.5] out: round-trip min/avg/max = 1.456/2.717/5.076 ms
[cirros@169.254.0.5] 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.25: /usr/bin/python3
Thu May 28 04:01:16 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.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fadb48435e0>, *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 AnalyticsTestSanityWithResource.test_verify_session_sampling_teardown>
self = <serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fadb48435e0>
args = ()
kwargs = {}
/contrail-test/serial_scripts/analytics/test_analytics_resource.py in test_verify_session_sampling_teardown(self=<serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fadb48435e0>)
1281 src_vn = self.res.vn1_fixture.vn_fq_name
1282 dst_vn = self.res.vn2_fixture.vn_fq_name
1283 result = self.verify_session_sampling_teardown(start_time, src_vn, dst_vn)
1284
1285 assert result,'Failed to get expected number of samples'
result = True
self = <serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fadb48435e0>
self.verify_session_sampling_teardown = <bound method AnalyticsBaseTest.verify_session_s...ion_sampling_teardown[sanity] id=0x7fadb48435e0>>
start_time = '1779940659039703'
src_vn = 'default-domain:ctest-AnalyticsTestSanityWithResource-37162985:ctest-vn1-55555788'
dst_vn = 'default-domain:ctest-AnalyticsTestSanityWithResource-37162985:ctest-vn2-17884740'
/contrail-test/serial_scripts/analytics/base.py in verify_session_sampling_teardown(self=<serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fadb48435e0>, start_time='1779940659039703', src_vn='default-domain:ctest-AnalyticsTestSanityWithResource-37162985:ctest-vn1-55555788', dst_vn='default-domain:ctest-AnalyticsTestSanityWithResource-37162985:ctest-vn2-17884740')
486 flow_record = self.analytics_obj.get_flows_vrouter_uve(
487 vrouter=vm_host)
488 assert not flow_record,'flows not got deleted even after 240 sec'
489
490 res = self.analytics_obj.ops_inspect[ip].post_query(
flow_record = 6
AssertionError: flows not got deleted even after 240 sec
__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 = ('flows not got deleted even after 240 sec',)
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/analytics/test_analytics_resource.py", line 1283, in test_verify_session_sampling_teardown
result = self.verify_session_sampling_teardown(start_time, src_vn, dst_vn)
File "/contrail-test/serial_scripts/analytics/base.py", line 488, in verify_session_sampling_teardown
assert not flow_record,'flows not got deleted even after 240 sec'
AssertionError: flows not got deleted even after 240 sec
| 224.395 |
Log File
|
| test_basic_as4_ibgp_sanity[sanity] | Skipped | Skipping Test. At least 1 external router required to run the test | 2.624 | |
| test_basic_bgpaas_local_as[dev_sanity_dpdk,sanity] | Success | | 236.984 | |
| test_bgp_control_node_zone[sanity] | Success | | 293.325 | |
| test_bgp_control_node_zones_from_single_vnf[sanity] | Success | | 230.788 | |
| test_basic_dm[sanity] | Skipped | dm_mx env needs to be set in testbed.py to run this script | 2.704 | |
| 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.632 | |
| test_with_vxlan_encap_agent_restart[sanity,serial] | Success | | 301.296 | |
| test_change_of_rt_in_vn[mx_test,sanity,serial] | Skipped | Skipping Test. Env variable MX_GW_TEST is not set | 2.610 | |
| test_gw_less_fwd_single_vn_ip_fab[cb_sanity,sanity] | Skipped | Skipping Test. Fabric gateway is required to run the test | 2.636 | |
| test_check_per_peer_on_control[sanity] | Success | | 52.506 | |
| test_create_md5_on_control[sanity] | Success | | 54.862 | |
| test_perms2_global_share[ci_sanity,sanity] | Success | | 55.105 | |
| test_perms2_owner[ci_sanity,sanity,suite1] | Success | | 18.925 | |
| test_rbac_acl_different_roles[ci_sanity,sanity,suite1] | Success | | 19.817 | |
| test_rbac_create_delete_vm[sanity,suite1] | Success | | 72.793 | |
| test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 3.664 | |
| test_control_node_switchover[cb_sanity,sanity] | Success | | 221.409 | |
| test_process_restart_in_policy_between_vns[cb_sanity,sanity] | Success | | 440.902 | |
| test_underlay_broadcast_traffic_handling[sanity] | Success | | 27.430 | |
| test_flow_action_drop_stats[dev_reg,sanity] | Success | | 86.976 | |
| test_fat_flow_aggr_dest_udp_inter_vn_inter_node[dev_reg,sanity] | Success | | 381.874 | |
| test_fat_flow_intra_vn_inter_node[cb_sanity,sanity] | Success | | 312.274 | |
| test_precedence_xmpp_auth[sanity] | Skipped | Xmpp auth should be set before running tests | 2.696 | |
| test_undo_xmpp_auth[sanity] | Skipped | Xmpp auth should be set before running tests | 2.748 | |
| 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.513 | |
| test_create_vm_after_RR_set[sanity] | Skipped | Skipping Test. Env variable MX_GW_TEST is not set. Skipping the test | 1.343 | |
| test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 1.996 | |
| test_db_nodemgr_status[dev_sanity_dpdk,sanity] | Success | | 1.999 | |
| test_verify_generator_collector_connections[dev_sanity_dpdk,sanity] | Success | | 3.647 | |
| test_verify_generator_connections_to_collector_node[dev_sanity_dpdk,sanity] | Success | | 2.305 | |
| test_verify_process_status_agent[cb_sanity,dev_sanity_dpdk,sanity] | Success | | 1.389 | |
| test_verify_process_status_analytics_node[cb_sanity,dev_sanity_dpdk,sanity] | Success | | 1.762 | |
| test_verify_process_status_control_node[cb_sanity,dev_sanity_dpdk,sanity] | Success | | 1.444 | |
| test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 27.188 | |
| test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 6.915 | |
| test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 1.383 | |
| test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success | | 1.378 | |
| test_ecmp_hash_src_ip[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.472 | |
| 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.681 | |
| test_ecmp_svc_in_network_with_static_route_no_policy[sanity] | Skipped | image /contrail-test/images/tinycore-in-network.qcow2 is not found | 3.141 | |
| 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.919 | |
| test_ecmp_svc_in_network_with_static_route_no_policy[sanity] | Skipped | image /contrail-test/images/tinycore-in-network.qcow2 is not found | 2.247 | |
| 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.402 | |
| 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.394 | |
| test_ecmp_with_svm_deletion[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.410 | |
| test_svc_fate_sharing_basic[sanity] | Skipped | image /contrail-test/images/tinycore-in-network.qcow2 is not found | 2.170 | |
| test_three_stage_v2_SC[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 1.356 | |
| test_svc_fate_sharing_basic[sanity] | Skipped | image /contrail-test/images/tinycore-in-network.qcow2 is not found | 3.603 | |
| test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw] | Success | | 247.347 | |
| test_mx_gateway[mx_test,sanity] | Skipped | Skipping Test. Env variable MX_GW_TEST is not set | 2.636 | |
| test_public_access_thru_svc_w_fip[cb_sanity,sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 2.675 | |
| test_transit_vn_sym_1_innet[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 2.625 | |
| test_public_access_thru_svc_w_fip[cb_sanity,sanity] | Skipped | Skipped as v6 not supported for this test | 2.627 | |
| test_svc_creation_with_heat[dev_sanity_dpdk,sanity,suite1] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 2.641 | |
| test_svc_creation_with_heat[sanity] | Skipped | Skipped as test requires at least 3 nodes, but only 2 found | 2.644 | |
| test_router_crud[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 11.226 | |
| test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 5.243 | |
| test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 28.114 | |
| test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity] | Success | | 39.660 | |
| test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 34.392 | |
| test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Success | | 111.081 | |
| test_policy[quick_sanity,sanity] | Success | | 269.838 | |
| test_policy_to_deny[quick_sanity,sanity] | Success | | 107.774 | |
| test_policy_modify_vn_policy[sanity] | Success | | 125.413 | |
| test_remove_policy_with_ref[ci_sanity,sanity] | Success | | 10.990 | |
| test_policy_inheritance_src_vn_dst_pol[cb_sanity,sanity,vrouter_gw] | Success | | 190.234 | |
| test_policy_inheritance_src_pol_dst_any[sanity] | Success | | 206.737 | |
| test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Success | | 111.229 | |
| test_repeated_policy_modify[sanity] | Success | | 152.677 | |
| test_multi_vn_repeated_policy_update_with_ping[sanity] | Success | | 235.053 | |
| test_multi_vn_repeated_policy_update_with_ping[sanity] | Success | | 237.381 | |
| test_qos_remark_dscp_on_vmi[cb_sanity,sanity] | Success | | 31.429 | |
| test_rp_interface[ci_sanity,sanity] | Success | | 28.257 | |
| test_rp_interface_ext_community[sanity] | Success | | 27.726 | |
| test_rp_interface_static[sanity] | Success | | 32.527 | |
| test_rp_secondary_routes[sanity] | Skipped | Needs MX_GW_TEST to be set | 0.004 | |
| test_rt_CEM_22032[cb_sanity,sanity] | Success | | 90.647 | |
| test_user_def_rt_entry[cb_sanity,sanity] | Success | | 83.413 | |
| test_sec_group_basic[sanity,suite1] | Failure | Details
Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/scripts/securitygroup/test_regression.py", line 2149, in test_sec_group_basic
super(SecurityGroupBasicRegressionTests1Ipv6, self).test_sec_group_basic()
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 May 28 03:07:35 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=<scripts.securitygroup.test_regression.SecurityG...sec_group_basic[sanity,suite1] id=0x7f31a860e430>, *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 SecurityGroupBasicRegressionTests1.test_sec_group_basic>
self = <scripts.securitygroup.test_regression.SecurityG...sec_group_basic[sanity,suite1] id=0x7f31a860e430>
args = ()
kwargs = {}
/contrail-test/scripts/securitygroup/test_regression_basic.py in test_sec_group_basic(self=<scripts.securitygroup.test_regression.SecurityG...sec_group_basic[sanity,suite1] id=0x7f31a860e430>)
127 errmsg = "Security group deleted, when it is attached to a VM."
128 self.logger.error(errmsg)
129 assert False, errmsg
130
131 #Ping test, should fail
errmsg = 'Security group deleted, when it is attached to a VM.'
AssertionError: Security group deleted, when it is attached to a VM.
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = NoIdError('Error: oper 1 url /fqname-to-id body ...\n \'ctest-test_sec_group-17407472\'] not found')
__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 = ('Security group deleted, when it is attached to a VM.',)
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/scripts/securitygroup/test_regression_basic.py", line 122, in test_sec_group_basic
secgroup = self.vnc_lib.security_group_read(
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 700, in _object_read
(args_ok, result) = self._read_args_to_id(
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1114, in _read_args_to_id
return (True, self.fq_name_to_id(res_type, fq_name))
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1395, in fq_name_to_id
content = self._request_server(OP_POST, uri, data=json_body)
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server
return self._request(
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1180, in _request
raise NoIdError('Error: oper %s url %s body %s response %s'
vnc_api.exceptions.NoIdError: Unknown id: Error: oper 1 url /fqname-to-id body {"type": "security-group", "fq_name": ["default-domain", "ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093", "ctest-test_sec_group-17407472"]} response Name ['default-domain',
'ctest-SecurityGroupBasicRegressionTests1Ipv6-89484093',
'ctest-test_sec_group-17407472'] not found
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 129, in test_sec_group_basic
assert False, errmsg
AssertionError: Security group deleted, when it is attached to a VM.
| 192.080 |
Log File
|
| test_sec_group_basic[sanity,suite1] | Failure | Details
Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{Warning: sudo() received nonzero return code 1 while executing 'ping -s 56 -c 3 -W 1 197.44.185.4'!}}}
stdout: {{{
[ubuntu@169.254.0.4] sudo: ping -s 56 -c 3 -W 1 197.44.185.4
[ubuntu@169.254.0.4] out: sudo: unable to resolve host ctest-securitygroupbasicregressiontests1-contrail-73410089-2716
[ubuntu@169.254.0.4] out: PING 197.44.185.4 (197.44.185.4) 56(84) bytes of data.
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] out: --- 197.44.185.4 ping statistics ---
[ubuntu@169.254.0.4] out: 3 packets transmitted, 0 received, 100% packet loss, time 2011ms
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] sudo: nohup rm -f testfile;ls -la;nc -ll -p 10000 > testfile &
[ubuntu@169.254.0.4] out: sudo: unable to resolve host ctest-securitygroupbasicregressiontests1-contrail-73410089-6875
[ubuntu@169.254.0.4] out: total 132
[ubuntu@169.254.0.4] out: drwxr-xr-x 11 ubuntu ubuntu 4096 Dec 29 2017 .
[ubuntu@169.254.0.4] out: drwxr-xr-x 3 root root 4096 Jan 4 2013 ..
[ubuntu@169.254.0.4] out: -rw------- 1 ubuntu ubuntu 2689 Dec 29 2017 .bash_history
[ubuntu@169.254.0.4] out: -rw-r--r-- 1 ubuntu ubuntu 220 Apr 3 2012 .bash_logout
[ubuntu@169.254.0.4] out: -rw-r--r-- 1 ubuntu ubuntu 3486 Apr 3 2012 .bashrc
[ubuntu@169.254.0.4] out: drwx------ 2 ubuntu ubuntu 4096 Jan 9 2013 .cache
[ubuntu@169.254.0.4] out: -rwxrwxr-x 1 ubuntu ubuntu 1431 Feb 5 2015 flow_test_pktgen.sh
[ubuntu@169.254.0.4] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 9 2013 .fontconfig
[ubuntu@169.254.0.4] out: drwxrwxr-x 2 ubuntu ubuntu 4096 Jan 9 2013 .fvwm
[ubuntu@169.254.0.4] out: drwxrwxr-x 3 ubuntu ubuntu 4096 Nov 29 2016 .jenkins
[ubuntu@169.254.0.4] out: -rw------- 1 ubuntu ubuntu 52 Jul 2 2014 .lesshst
[ubuntu@169.254.0.4] out: drwx------ 4 ubuntu ubuntu 4096 Jan 9 2013 .mozilla
[ubuntu@169.254.0.4] out: -rwxrwxr-x 1 ubuntu ubuntu 1378 Jun 27 2014 pktgen_new.sh
[ubuntu@169.254.0.4] out: -rw-r--r-- 1 ubuntu ubuntu 675 Apr 3 2012 .profile
[ubuntu@169.254.0.4] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 27 2014 scr
[ubuntu@169.254.0.4] out: drwx------ 2 ubuntu ubuntu 4096 Feb 3 2015 .ssh
[ubuntu@169.254.0.4] out: -rw-r--r-- 1 ubuntu ubuntu 0 Jan 9 2013 .sudo_as_admin_successful
[ubuntu@169.254.0.4] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 27 2014 traffic
[ubuntu@169.254.0.4] out: drwxr-xr-x 4 root root 4096 Jun 27 2014 traffic-1.0
[ubuntu@169.254.0.4] out: -rw-rw-r-- 1 ubuntu ubuntu 16361 Jan 9 2015 traffic-1.0.tar.gz
[ubuntu@169.254.0.4] out: -rw------- 1 root root 4695 Dec 17 2017 .viminfo
[ubuntu@169.254.0.4] out: -rw------- 1 ubuntu ubuntu 152 Jul 2 2014 .Xauthority
[ubuntu@169.254.0.4] out: -rw------- 1 ubuntu ubuntu 29828 Jan 9 2013 .xsession-errors
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] sudo: nohup nc -ll 10000 > testfile &
[ubuntu@169.254.0.4] out: sudo: unable to resolve host ctest-securitygroupbasicregressiontests1-contrail-73410089-6875
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] sudo: dd bs=100 count=1 if=/dev/zero of=testfile;nc -p 10001 197.44.185.4 10000 < testfile
[ubuntu@169.254.0.4] out: sudo: unable to resolve host ctest-securitygroupbasicregressiontests1-contrail-73410089-2716
[ubuntu@169.254.0.4] out: 1+0 records in
[ubuntu@169.254.0.4] out: 1+0 records out
[ubuntu@169.254.0.4] out: 100 bytes (100 B) copied, 0.000963392 s, 104 kB/s
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] run: ls -l testfile
[ubuntu@169.254.0.4] out: -rw-r--r-- 1 root root 100 May 28 03:12 testfile
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] sudo: ping -s 56 -c 3 -W 1 197.44.185.4
[ubuntu@169.254.0.4] out: sudo: unable to resolve host ctest-securitygroupbasicregressiontests1-contrail-73410089-2716
[ubuntu@169.254.0.4] out: PING 197.44.185.4 (197.44.185.4) 56(84) bytes of data.
[ubuntu@169.254.0.4] out: 64 bytes from 197.44.185.4: icmp_req=1 ttl=64 time=4.78 ms
[ubuntu@169.254.0.4] out: 64 bytes from 197.44.185.4: icmp_req=2 ttl=64 time=1.82 ms
[ubuntu@169.254.0.4] out: 64 bytes from 197.44.185.4: icmp_req=3 ttl=64 time=1.46 ms
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] out: --- 197.44.185.4 ping statistics ---
[ubuntu@169.254.0.4] out: 3 packets transmitted, 3 received, 0% packet loss, time 2005ms
[ubuntu@169.254.0.4] out: rtt min/avg/max/mdev = 1.469/2.690/4.782/1.486 ms
[ubuntu@169.254.0.4] out:
}}}
Traceback (most recent call last):
File "/contrail-test/scripts/securitygroup/test_regression.py", line 2077, in test_sec_group_basic
super(SecurityGroupBasicRegressionTests1_contrail, self).test_sec_group_basic()
File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
raise TestFailed("\n ".join(errmsg))
tcutils.cores.TestFailed
| 237.843 |
Log File
|
| 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: AssertionError
Python 3.9.25: /usr/bin/python3
Thu May 28 03:15:47 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=<scripts.securitygroup.test_regression_basic.Sec...la_ocata_sanity,sanity,suite1] id=0x7f31a85cf4f0>, *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 SecurityGroupBasicRegressionTests1.test_sec_group_basic>
self = <scripts.securitygroup.test_regression_basic.Sec...la_ocata_sanity,sanity,suite1] id=0x7f31a85cf4f0>
args = ()
kwargs = {}
/contrail-test/scripts/securitygroup/test_regression_basic.py in test_sec_group_basic(self=<scripts.securitygroup.test_regression_basic.Sec...la_ocata_sanity,sanity,suite1] id=0x7f31a85cf4f0>)
127 errmsg = "Security group deleted, when it is attached to a VM."
128 self.logger.error(errmsg)
129 assert False, errmsg
130
131 #Ping test, should fail
errmsg = 'Security group deleted, when it is attached to a VM.'
AssertionError: Security group deleted, when it is attached to a VM.
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = NoIdError('Error: oper 1 url /fqname-to-id body ...\n \'ctest-test_sec_group-09932374\'] not found')
__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 = ('Security group deleted, when it is attached to a VM.',)
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/scripts/securitygroup/test_regression_basic.py", line 122, in test_sec_group_basic
secgroup = self.vnc_lib.security_group_read(
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 700, in _object_read
(args_ok, result) = self._read_args_to_id(
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1114, in _read_args_to_id
return (True, self.fq_name_to_id(res_type, fq_name))
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1395, in fq_name_to_id
content = self._request_server(OP_POST, uri, data=json_body)
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server
return self._request(
File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1180, in _request
raise NoIdError('Error: oper %s url %s body %s response %s'
vnc_api.exceptions.NoIdError: Unknown id: Error: oper 1 url /fqname-to-id body {"type": "security-group", "fq_name": ["default-domain", "ctest-SecurityGroupBasicRegressionTests1-49861309", "ctest-test_sec_group-09932374"]} response Name ['default-domain',
'ctest-SecurityGroupBasicRegressionTests1-49861309',
'ctest-test_sec_group-09932374'] not found
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 129, in test_sec_group_basic
assert False, errmsg
AssertionError: Security group deleted, when it is attached to a VM.
| 181.749 |
Log File
|
| test_svc_in_net_nat_with_static_routes[sanity] | Skipped | image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found | 28.293 | |
| test_svc_v2_transparent_datapath[sanity] | Skipped | image /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found | 19.012 | |
| test_svc_CEM_22032[ci_sanity_WIP,quick_sanity,sanity,suite1] | Skipped | image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found | 18.174 | |
| 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 | 14.942 | |
| test_svc_hc_basic[sanity] | Skipped | image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found | 17.062 | |
| test_svc_trans_segment_right_hc_fail_svm[sanity] | Skipped | image /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found | 17.950 | |
| test_svc_v2_mirroring[ci_sanity_WIP,quick_sanity,sanity] | Success | | 193.154 | |
| test_vdns_ping_same_vn[ci_sanity,sanity,suite1] | Success | | 210.929 | |
| test_sctp_traffic_between_vm[sanity] | Success | | 243.437 | |
| test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success | | 21.752 | |
| test_metadata_service[cb_sanity,ci_sanity,sanity,suite1] | Success | | 22.024 | |
| test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1] | Success | | 49.177 | |
| test_ecmp_with_static_routes[cb_sanity,dev_reg,sanity] | Success | | 307.816 | |
| test_bond_lacp_config[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.647 | |
| test_dpdk_bond_status[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.639 | |
| test_fbit_disable_mbuf_dpdk[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.647 | |
| test_dpdk_gro_gso[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.678 | |
| test_mtu_config[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.683 | |
| test_vifdump_on_interface[dev_reg,sanity] | Skipped | Skipped as test is not supported if dpdk_cluster=False | 2.674 | |
| test_fat_flow_aggr_dest_icmp_intra_vn_inter_node[dev_reg,sanity] | Success | | 312.146 | |
| test_rt_table_scenario_1[dev_reg,sanity] | Success | | 53.155 | |
| test_vlan_interface_2[cb_sanity,dev_reg,dev_sanity_dpdk,sanity] | Success | | 174.718 | |
| test_mtu_probe_intra_node[dev_reg,sanity] | Success | | 197.363 | |
| test_vif_statistics[dev_reg,sanity] | Success | | 112.087 | |