Test Results

Designed for use with JUnit and Ant.

Properties


Summary

TestsFailuresErrorsSkippedSuccess rateTime
1091503978.57%7875.031
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)
109015397875.031

Package

NameTestsErrorsFailuresSkippedTime(s)
280672364.590
8109325510.441
Back to top


TestCase

NameStatusTypeTime(s)LogFile
test_run_contrail_flows_cli_cmds[sanity]Success13.999
test_run_contrail_logs_cli_cmd_with_multiple_different_optional_args[sanity]Success21.383
test_run_contrail_stats_cli_cmds[sanity]Success28.779
test_verify_session_sampling_teardown[sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stdout: {{{
[cirros@169.254.0.6] sudo: ping -s 56 -c 3 -W 1 15.228.143.131
[cirros@169.254.0.6] sudo: ping -s 56 -c 3 -W 1 15.228.143.131
[cirros@169.254.0.6] out: PING 15.228.143.131 (15.228.143.131): 56 data bytes
[cirros@169.254.0.6] out: 64 bytes from 15.228.143.131: seq=0 ttl=63 time=8.983 ms
[cirros@169.254.0.6] out: 64 bytes from 15.228.143.131: seq=1 ttl=63 time=1.663 ms
[cirros@169.254.0.6] out: 64 bytes from 15.228.143.131: seq=2 ttl=63 time=2.083 ms
[cirros@169.254.0.6] out:
[cirros@169.254.0.6] out: --- 15.228.143.131 ping statistics ---
[cirros@169.254.0.6] out: 3 packets transmitted, 3 packets received, 0% packet loss
[cirros@169.254.0.6] out: round-trip min/avg/max = 1.663/4.243/8.983 ms
[cirros@169.254.0.6] 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
Fri Jun 5 13:26:23 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=0x7fcc861dd5b0>, *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=0x7fcc861dd5b0>
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=0x7fcc861dd5b0>)
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=0x7fcc861dd5b0>
self.verify_session_sampling_teardown = <bound method AnalyticsBaseTest.verify_session_s...ion_sampling_teardown[sanity] id=0x7fcc861dd5b0>>
start_time = '1780665767024911'
src_vn = 'default-domain:ctest-AnalyticsTestSanityWithResource-64198127:ctest-vn1-34912203'
dst_vn = 'default-domain:ctest-AnalyticsTestSanityWithResource-64198127:ctest-vn2-83318571'

/contrail-test/serial_scripts/analytics/base.py in verify_session_sampling_teardown(self=<serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fcc861dd5b0>, start_time='1780665767024911', src_vn='default-domain:ctest-AnalyticsTestSanityWithResource-64198127:ctest-vn1-34912203', dst_vn='default-domain:ctest-AnalyticsTestSanityWithResource-64198127:ctest-vn2-83318571')
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 = 18
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

223.781 Log File
test_basic_as4_ibgp_sanity[sanity]SkippedSkipping Test. At least 1 external router required to run the test2.563
test_basic_bgpaas_local_as[dev_sanity_dpdk,sanity]Success235.322
test_bgp_control_node_zone[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: AssertionError
Python 3.9.25: /usr/bin/python3
Fri Jun 5 13:33:12 2026

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20>, *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 TestBGPaasZone.test_bgp_control_node_zone>
self = <serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20>
args = ()
kwargs = {}

/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py in test_bgp_control_node_zone(self=<serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20>)
57 cnt = 0
58 self.logger.info('executing bgp_control_zone test')
59 assert self.basic_control_node_zone_setup()
60 # update control node zone with different bgp routers
61 self.update_control_node_zones(self.cnzs)
self = <serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20>
self.basic_control_node_zone_setup = <bound method TestBGPaasZone.basic_control_node_...bgp_control_node_zone[sanity] id=0x7fcc860b6b20>>

/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py in basic_control_node_zone_setup(self=<serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20>, ctrl_zone=None)
31 self.vms.append(self.create_vm(vn_fixture=self.vn, image_name='ubuntu-bird'))
32 self.client_vm = self.create_vm(vn_fixture=self.vn, image_name='ubuntu-bird')
33 self.check_vms_booted(self.vms + [self.client_vm])
34 for bgp_name in self.inputs.bgp_names:
35 self.cnzs += self.create_control_node_zones("test-zone",[bgp_name])
self = <serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20>
self.check_vms_booted = <bound method GenericTestBase.check_vms_booted o...scripts.bgpaas.test_bgpaas_zone.TestBGPaasZone'>>
self.vms = [<VMFixture: ctest-TestBGPaasZone-04745795-86799985>, <VMFixture: ctest-TestBGPaasZone-04745795-01236644>]
self.client_vm = <VMFixture: ctest-TestBGPaasZone-04745795-37111586>

/contrail-test/common/base.py in check_vms_booted(cls=<class 'serial_scripts.bgpaas.test_bgpaas_zone.TestBGPaasZone'>, vms_list=[<VMFixture: ctest-TestBGPaasZone-04745795-86799985>, <VMFixture: ctest-TestBGPaasZone-04745795-01236644>, <VMFixture: ctest-TestBGPaasZone-04745795-37111586>], do_assert=True)
719 if failed and do_assert:
720 for vm_fixture in vms_list:
721 vm_fixture.cleanUp()
722 assert False, 'One or more vm-boots failed. Check logs'
723 if failed:
vm_fixture = <VMFixture: ctest-TestBGPaasZone-04745795-37111586>
vm_fixture.cleanUp = <bound method VMFixture.cleanUp of <VMFixture: ctest-TestBGPaasZone-04745795-37111586>>

/contrail-test/fixtures/vm_test.py in cleanUp(self=<VMFixture: ctest-TestBGPaasZone-04745795-37111586>)
2050
2051 def cleanUp(self):
2052 self.delete()
2053 super(VMFixture, self).cleanUp()
2054
self = <VMFixture: ctest-TestBGPaasZone-04745795-37111586>
self.delete = <bound method VMFixture.delete of <VMFixture: ctest-TestBGPaasZone-04745795-37111586>>

/contrail-test/fixtures/vm_test.py in delete(self=<VMFixture: ctest-TestBGPaasZone-04745795-37111586>, verify=False, force=False)
2080 self.webui.delete_vm(self)
2081 else:
2082 self.orch.delete_vm(vm_obj, force=force)
2083 self.vm_objs.remove(vm_obj)
2084 if self.inputs.ns_agilio_vrouter_data:
self = <VMFixture: ctest-TestBGPaasZone-04745795-37111586>
self.orch = <openstack.OpenstackOrchestrator object>
self.orch.delete_vm = <bound method OpenstackOrchestrator.delete_vm of <openstack.OpenstackOrchestrator object>>
vm_obj = <Server: ctest-TestBGPaasZone-04745795-37111586>
force = False

/contrail-test/fixtures/openstack.py in delete_vm(self=<openstack.OpenstackOrchestrator object>, vm_obj=<Server: ctest-TestBGPaasZone-04745795-37111586>, **kwargs={'force': False})
119
120 def delete_vm(self, vm_obj, **kwargs):
121 return self.nova_h.delete_vm(vm_obj, **kwargs)
122
123 def is_vm_deleted(self, vm_obj, **kwargs):
self = <openstack.OpenstackOrchestrator object>
self.nova_h = <nova_test.NovaHelper object>
self.nova_h.delete_vm = <bound method NovaHelper.delete_vm of <nova_test.NovaHelper object>>
vm_obj = <Server: ctest-TestBGPaasZone-04745795-37111586>
kwargs = {'force': False}

/contrail-test/fixtures/nova_test.py in delete_vm(self=<nova_test.NovaHelper object>, vm_obj=<Server: ctest-TestBGPaasZone-04745795-37111586>, force=False)
763 def delete_vm(self, vm_obj, force=False):
764 if not force:
765 self.get_nova_host_of_vm(vm_obj)
766 vm_obj.delete()
767 # end _delete_vm
self = <nova_test.NovaHelper object>
self.get_nova_host_of_vm = <bound method NovaHelper.get_nova_host_of_vm of <nova_test.NovaHelper object>>
vm_obj = <Server: ctest-TestBGPaasZone-04745795-37111586>

/contrail-test/fixtures/nova_test.py in get_nova_host_of_vm(self=<nova_test.NovaHelper object>, vm_obj=<Server: ctest-TestBGPaasZone-04745795-37111586>)
734 self.logger.error('VM %s has failed to come up' % vm_obj.name)
735 self.logger.error('Fault seen in nova show <vm-uuid> is: %s' % vm_obj.__dict__['fault'])
736 assert False, 'Fault seen in nova show %s is: %s' % (
737 vm_obj.id, vm_obj.__dict__['fault'])
738 else:
vm_obj = <Server: ctest-TestBGPaasZone-04745795-37111586>
vm_obj.id = 'e59ad5cd-6582-4927-b0c0-6975543cdb93'
vm_obj.__dict__ = {'OS-DCF:diskConfig': 'MANUAL', 'OS-EXT-AZ:availability_zone': 'nova', 'OS-EXT-SRV-ATTR:host': None, 'OS-EXT-SRV-ATTR:hypervisor_hostname': None, 'OS-EXT-SRV-ATTR:instance_name': 'instance-00000009', 'OS-EXT-STS:power_state': 0, 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'error', 'OS-SRV-USG:launched_at': None, 'OS-SRV-USG:terminated_at': None, ...}
AssertionError: Fault seen in nova show e59ad5cd-6582-4927-b0c0-6975543cdb93 is: {'code': 500, 'created': '2026-06-05T13:30:50Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 1581, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 942, in _schedule_instances\n return_alternates=return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 192, in call\n retry=self.retry, transport_options=self.transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py", line 128, in _send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 691, in send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'}
__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 = (r"Fault seen in nova show e59ad5cd-6582-4927-b0c0-...tion.NoValidHost: No valid host was found. \n\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/bgpaas/test_bgpaas_zone.py", line 59, in test_bgp_control_node_zone
assert self.basic_control_node_zone_setup()
File "/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py", line 33, in basic_control_node_zone_setup
self.check_vms_booted(self.vms + [self.client_vm])
File "/contrail-test/common/base.py", line 721, in check_vms_booted
vm_fixture.cleanUp()
File "/contrail-test/fixtures/vm_test.py", line 2052, in cleanUp
self.delete()
File "/contrail-test/fixtures/vm_test.py", line 2082, in delete
self.orch.delete_vm(vm_obj, force=force)
File "/contrail-test/fixtures/openstack.py", line 121, in delete_vm
return self.nova_h.delete_vm(vm_obj, **kwargs)
File "/contrail-test/fixtures/nova_test.py", line 765, in delete_vm
self.get_nova_host_of_vm(vm_obj)
File "/contrail-test/fixtures/nova_test.py", line 736, in get_nova_host_of_vm
assert False, 'Fault seen in nova show %s is: %s' % (
AssertionError: Fault seen in nova show e59ad5cd-6582-4927-b0c0-6975543cdb93 is: {'code': 500, 'created': '2026-06-05T13:30:50Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 1581, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 942, in _schedule_instances\n return_alternates=return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 192, in call\n retry=self.retry, transport_options=self.transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py", line 128, in _send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 691, in send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'}

154.236 Log File
test_bgp_control_node_zones_from_single_vnf[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: AssertionError
Python 3.9.25: /usr/bin/python3
Fri Jun 5 13:35:38 2026

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

/contrail-test/tcutils/wrappers.py in wrapper(self=<serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60>, *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 TestBGPaasZone.test_bgp_control_node_zones_from_single_vnf>
self = <serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60>
args = ()
kwargs = {}

/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py in test_bgp_control_node_zones_from_single_vnf(self=<serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60>)
145 self.logger.info('executing bgp_control_zone agent restart test')
146 host_ips = []
147 assert self.basic_control_node_zone_setup('both-zones')
148 for vm in self.vms:
149 assert self.verify_bgpaas_in_control_nodes_and_agent(self.bgpaas_fixtures[cnt],vm)
self = <serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60>
self.basic_control_node_zone_setup = <bound method TestBGPaasZone.basic_control_node_...zones_from_single_vnf[sanity] id=0x7fcc860b6d60>>

/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py in basic_control_node_zone_setup(self=<serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60>, ctrl_zone='both-zones')
31 self.vms.append(self.create_vm(vn_fixture=self.vn, image_name='ubuntu-bird'))
32 self.client_vm = self.create_vm(vn_fixture=self.vn, image_name='ubuntu-bird')
33 self.check_vms_booted(self.vms + [self.client_vm])
34 for bgp_name in self.inputs.bgp_names:
35 self.cnzs += self.create_control_node_zones("test-zone",[bgp_name])
self = <serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60>
self.check_vms_booted = <bound method GenericTestBase.check_vms_booted o...scripts.bgpaas.test_bgpaas_zone.TestBGPaasZone'>>
self.vms = [<VMFixture: ctest-TestBGPaasZone-04745795-50435527>, <VMFixture: ctest-TestBGPaasZone-04745795-69145819>]
self.client_vm = <VMFixture: ctest-TestBGPaasZone-04745795-97061723>

/contrail-test/common/base.py in check_vms_booted(cls=<class 'serial_scripts.bgpaas.test_bgpaas_zone.TestBGPaasZone'>, vms_list=[<VMFixture: ctest-TestBGPaasZone-04745795-50435527>, <VMFixture: ctest-TestBGPaasZone-04745795-69145819>, <VMFixture: ctest-TestBGPaasZone-04745795-97061723>], do_assert=True)
719 if failed and do_assert:
720 for vm_fixture in vms_list:
721 vm_fixture.cleanUp()
722 assert False, 'One or more vm-boots failed. Check logs'
723 if failed:
vm_fixture = <VMFixture: ctest-TestBGPaasZone-04745795-97061723>
vm_fixture.cleanUp = <bound method VMFixture.cleanUp of <VMFixture: ctest-TestBGPaasZone-04745795-97061723>>

/contrail-test/fixtures/vm_test.py in cleanUp(self=<VMFixture: ctest-TestBGPaasZone-04745795-97061723>)
2050
2051 def cleanUp(self):
2052 self.delete()
2053 super(VMFixture, self).cleanUp()
2054
self = <VMFixture: ctest-TestBGPaasZone-04745795-97061723>
self.delete = <bound method VMFixture.delete of <VMFixture: ctest-TestBGPaasZone-04745795-97061723>>

/contrail-test/fixtures/vm_test.py in delete(self=<VMFixture: ctest-TestBGPaasZone-04745795-97061723>, verify=False, force=False)
2080 self.webui.delete_vm(self)
2081 else:
2082 self.orch.delete_vm(vm_obj, force=force)
2083 self.vm_objs.remove(vm_obj)
2084 if self.inputs.ns_agilio_vrouter_data:
self = <VMFixture: ctest-TestBGPaasZone-04745795-97061723>
self.orch = <openstack.OpenstackOrchestrator object>
self.orch.delete_vm = <bound method OpenstackOrchestrator.delete_vm of <openstack.OpenstackOrchestrator object>>
vm_obj = <Server: ctest-TestBGPaasZone-04745795-97061723>
force = False

/contrail-test/fixtures/openstack.py in delete_vm(self=<openstack.OpenstackOrchestrator object>, vm_obj=<Server: ctest-TestBGPaasZone-04745795-97061723>, **kwargs={'force': False})
119
120 def delete_vm(self, vm_obj, **kwargs):
121 return self.nova_h.delete_vm(vm_obj, **kwargs)
122
123 def is_vm_deleted(self, vm_obj, **kwargs):
self = <openstack.OpenstackOrchestrator object>
self.nova_h = <nova_test.NovaHelper object>
self.nova_h.delete_vm = <bound method NovaHelper.delete_vm of <nova_test.NovaHelper object>>
vm_obj = <Server: ctest-TestBGPaasZone-04745795-97061723>
kwargs = {'force': False}

/contrail-test/fixtures/nova_test.py in delete_vm(self=<nova_test.NovaHelper object>, vm_obj=<Server: ctest-TestBGPaasZone-04745795-97061723>, force=False)
763 def delete_vm(self, vm_obj, force=False):
764 if not force:
765 self.get_nova_host_of_vm(vm_obj)
766 vm_obj.delete()
767 # end _delete_vm
self = <nova_test.NovaHelper object>
self.get_nova_host_of_vm = <bound method NovaHelper.get_nova_host_of_vm of <nova_test.NovaHelper object>>
vm_obj = <Server: ctest-TestBGPaasZone-04745795-97061723>

/contrail-test/fixtures/nova_test.py in get_nova_host_of_vm(self=<nova_test.NovaHelper object>, vm_obj=<Server: ctest-TestBGPaasZone-04745795-97061723>)
734 self.logger.error('VM %s has failed to come up' % vm_obj.name)
735 self.logger.error('Fault seen in nova show <vm-uuid> is: %s' % vm_obj.__dict__['fault'])
736 assert False, 'Fault seen in nova show %s is: %s' % (
737 vm_obj.id, vm_obj.__dict__['fault'])
738 else:
vm_obj = <Server: ctest-TestBGPaasZone-04745795-97061723>
vm_obj.id = 'ca1f510c-6798-4480-880b-4f24e564cebe'
vm_obj.__dict__ = {'OS-DCF:diskConfig': 'MANUAL', 'OS-EXT-AZ:availability_zone': 'nova', 'OS-EXT-SRV-ATTR:host': None, 'OS-EXT-SRV-ATTR:hypervisor_hostname': None, 'OS-EXT-SRV-ATTR:instance_name': 'instance-0000000a', 'OS-EXT-STS:power_state': 0, 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'error', 'OS-SRV-USG:launched_at': None, 'OS-SRV-USG:terminated_at': None, ...}
AssertionError: Fault seen in nova show ca1f510c-6798-4480-880b-4f24e564cebe is: {'code': 500, 'created': '2026-06-05T13:33:22Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 1581, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 942, in _schedule_instances\n return_alternates=return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 192, in call\n retry=self.retry, transport_options=self.transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py", line 128, in _send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 691, in send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'}
__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 = (r"Fault seen in nova show ca1f510c-6798-4480-880b-...tion.NoValidHost: No valid host was found. \n\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/bgpaas/test_bgpaas_zone.py", line 147, in test_bgp_control_node_zones_from_single_vnf
assert self.basic_control_node_zone_setup('both-zones')
File "/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py", line 33, in basic_control_node_zone_setup
self.check_vms_booted(self.vms + [self.client_vm])
File "/contrail-test/common/base.py", line 721, in check_vms_booted
vm_fixture.cleanUp()
File "/contrail-test/fixtures/vm_test.py", line 2052, in cleanUp
self.delete()
File "/contrail-test/fixtures/vm_test.py", line 2082, in delete
self.orch.delete_vm(vm_obj, force=force)
File "/contrail-test/fixtures/openstack.py", line 121, in delete_vm
return self.nova_h.delete_vm(vm_obj, **kwargs)
File "/contrail-test/fixtures/nova_test.py", line 765, in delete_vm
self.get_nova_host_of_vm(vm_obj)
File "/contrail-test/fixtures/nova_test.py", line 736, in get_nova_host_of_vm
assert False, 'Fault seen in nova show %s is: %s' % (
AssertionError: Fault seen in nova show ca1f510c-6798-4480-880b-4f24e564cebe is: {'code': 500, 'created': '2026-06-05T13:33:22Z', 'message': 'No valid host was found. ', 'details': 'Traceback (most recent call last):\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 1581, in schedule_and_build_instances\n instance_uuids, return_alternates=True)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py", line 942, in _schedule_instances\n return_alternates=return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n instance_uuids, return_objects, return_alternates)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations\n return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 192, in call\n retry=self.retry, transport_options=self.transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py", line 128, in _send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 691, in send\n transport_options=transport_options)\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 681, in _send\n raise result\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \nTraceback (most recent call last):\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner\n return func(*args, **kwargs)\n\n File "/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py", line 209, in select_destinations\n raise exception.NoValidHost(reason="")\n\nnova.exception.NoValidHost: No valid host was found. \n\n'}

146.053 Log File
test_basic_dm[sanity]Skippeddm_mx env needs to be set in testbed.py to run this script2.561
test_apply_policy_fip_on_same_vn_gw_mx[sanity,serial]SkippedSkipping Test. Env variable MX_TEST is not set. Skipping the test2.566
test_with_vxlan_encap_agent_restart[sanity,serial]Success285.526
test_change_of_rt_in_vn[mx_test,sanity,serial]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.590
test_gw_less_fwd_single_vn_ip_fab[cb_sanity,sanity]SkippedSkipping Test. Fabric gateway is required to run the test2.598
test_check_per_peer_on_control[sanity]Success55.149
test_create_md5_on_control[sanity]Success48.307
test_perms2_global_share[ci_sanity,sanity]Success62.622
test_perms2_owner[ci_sanity,sanity,suite1]Success18.466
test_rbac_acl_different_roles[ci_sanity,sanity,suite1]Success18.266
test_rbac_create_delete_vm[sanity,suite1]Success73.905
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success3.873
test_control_node_switchover[cb_sanity,sanity]Success250.376
test_process_restart_in_policy_between_vns[cb_sanity,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stdout: {{{
[ubuntu@169.254.0.5] sudo: ping -s 56 -c 3 -W 1 192.168.2.252
[ubuntu@169.254.0.5] sudo: ping -s 56 -c 3 -W 1 192.168.2.252
[ubuntu@169.254.0.5] out: PING 192.168.2.252 (192.168.2.252) 56(84) bytes of data.
[ubuntu@169.254.0.5] out: 64 bytes from 192.168.2.252: icmp_req=1 ttl=63 time=14.9 ms
[ubuntu@169.254.0.5] out: 64 bytes from 192.168.2.252: icmp_req=2 ttl=63 time=1.41 ms
[ubuntu@169.254.0.5] out: 64 bytes from 192.168.2.252: icmp_req=3 ttl=63 time=1.40 ms
[ubuntu@169.254.0.5] out:
[ubuntu@169.254.0.5] out: --- 192.168.2.252 ping statistics ---
[ubuntu@169.254.0.5] out: 3 packets transmitted, 3 received, 0% packet loss, time 2005ms
[ubuntu@169.254.0.5] out: rtt min/avg/max/mdev = 1.403/5.919/14.938/6.377 ms
[ubuntu@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
Fri Jun 5 13:53:39 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.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7fcc857b9790>, *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=0x7fcc857b9790>
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=0x7fcc857b9790>)
448
449 vm3_fixture = self.create_vm(vn1_fixture, vn1_vm2_name)
450 assert vm3_fixture.verify_on_setup()
451 vm4_fixture = self.create_vm(vn2_fixture, vn2_vm2_name)
452 assert vm4_fixture.verify_on_setup()
vm3_fixture = <VMFixture: ctest-vn1_vm2-54724712>
vm3_fixture.verify_on_setup = <bound method VMFixture.verify_on_setup of <VMFixture: ctest-vn1_vm2-54724712>>
AssertionError:
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ()
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/serial_scripts/vm_regression/test_vm_serial.py", line 450, in test_process_restart_in_policy_between_vns
assert vm3_fixture.verify_on_setup()
AssertionError

215.779 Log File
test_underlay_broadcast_traffic_handling[sanity]Success27.539
test_flow_action_drop_stats[dev_reg,sanity]Success93.187
test_fat_flow_aggr_dest_udp_inter_vn_inter_node[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: TestFailed
Python 3.9.25: /usr/bin/python3
Fri Jun 5 13:57:09 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_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>, *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 FatFlowAggrIpv6Serial.test_fat_flow_aggr_dest_udp_inter_vn_inter_node>
self = <serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>
args = ()
kwargs = {}

/contrail-test/serial_scripts/vrouter/test_fat_flow_aggr_serial.py in test_fat_flow_aggr_dest_udp_inter_vn_inter_node(self=<serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>)
91
92 """
93 self.inputs.set_af('dual')
94 super(FatFlowAggrIpv6Serial, self).test_fat_flow_aggr_dest_udp_inter_vn_inter_node()
95
builtinsuper = <class 'super'>
global FatFlowAggrIpv6Serial = <class 'serial_scripts.vrouter.test_fat_flow_aggr_serial.FatFlowAggrIpv6Serial'>
self = <serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>
).test_fat_flow_aggr_dest_udp_inter_vn_inter_node = <bound method FatFlowAggrIpv6Serial.test_fat_flo...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>>

/contrail-test/tcutils/wrappers.py in wrapper(self=<serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>, *args=(), **kwargs={})
174 if 'ci_image' in list(os.environ.keys()):
175 os.environ['stop_execution_flag'] = 'set'
176 raise TestFailed("\n ".join(errmsg))
177 elif testskip:
178 log.info('')
global TestFailed = <class 'tcutils.cores.TestFailed'>
"\n ".join undefined
errmsg = ['Test failed: AssertionError\nPython 3.9.25: /usr/...assert fix.wait_till_vm_is_up()\nAssertionError\n\n\n']
TestFailed: Test failed: AssertionError
Python 3.9.25: /usr/bin/python3
Fri Jun 5 13:57:05 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_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>, *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 FatFlowAggrSerial.test_fat_flow_aggr_dest_udp_inter_vn_inter_node>
self = <serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>
args = ()
kwargs = {}

/contrail-test/serial_scripts/vrouter/test_fat_flow_aggr_serial.py in test_fat_flow_aggr_dest_udp_inter_vn_inter_node(self=<serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>)
56 policy_deny = False
57 vn_policy = True
58 self.fat_flow_with_prefix_aggr(prefix_length=prefix_length,
59 inter_node=inter_node,inter_vn=inter_vn, proto=proto,
60 port=port, vn_policy=vn_policy, policy_deny=policy_deny,
self = <serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>
self.fat_flow_with_prefix_aggr = <bound method BaseVrouterTest.fat_flow_with_pref...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>>
prefix_length = 29
inter_node = True
inter_vn = True
proto = 'udp'
port = 55
vn_policy = True
policy_deny = False
dual undefined
ipv6 = True
prefix_length6 = 125
only_v6 = True

/contrail-test/common/vrouter/base.py in fat_flow_with_prefix_aggr(self=<serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>, prefix_length=29, prefix_length6=125, inter_node=True, inter_vn=True, dual=True, traffic_recvr=False, unidirectional_traffic=True, ignore_address=None, proto='udp', port=55, portv6=56, svc_chain=False, only_v6=True, af='v4', icmp_error=False, hc=None, vn_policy=True, policy_deny=False, svm_inter_node=False, resources=True, scale=False)
414 fixed_ips.append({'subnet_id' : subnet_ipv6,'ip_address': next_subnet_ipv6})
415 if not self.client2_fix:
416 self.client2_fix = self.create_vm_using_fixed_ips(
417 vn_fixture=src_vn_fixture, fixed_ips=fixed_ips,
418 vm_name='client2_vm')
self = <serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>
self.client2_fix = None
self.create_vm_using_fixed_ips = <bound method BaseVrouterTest.create_vm_using_fi...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>>
vn_fixture undefined
src_vn_fixture = <vn_test.VNFixture object>
fixed_ips = [{'ip_address': '133.196.41.75', 'subnet_id': '3111f9ad-127e-459d-aee1-b168b73013fd'}, {'ip_address': '23c7:78b1:fd10:2213:acca:4043:0:b', 'subnet_id': 'c7476bc2-79ba-414f-bbbb-98b27d552f08'}]
vm_name undefined

/contrail-test/common/vrouter/base.py in create_vm_using_fixed_ips(self=<serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>, vn_fixture=<vn_test.VNFixture object>, fixed_ips=[{'ip_address': '133.196.41.75', 'subnet_id': '3111f9ad-127e-459d-aee1-b168b73013fd'}, {'ip_address': '23c7:78b1:fd10:2213:acca:4043:0:b', 'subnet_id': 'c7476bc2-79ba-414f-bbbb-98b27d552f08'}], vm_name='client2_vm', image_name='ubuntu')
732 image_name=image_name,
733 port_ids=[port.uuid])
734 assert fix.wait_till_vm_is_up()
735 return fix
736 # end create_vm_using_fixed_ips
fix = <VMFixture: client2_vm>
fix.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: client2_vm>>
AssertionError:
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ()
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/serial_scripts/vrouter/test_fat_flow_aggr_serial.py", line 58, in test_fat_flow_aggr_dest_udp_inter_vn_inter_node
self.fat_flow_with_prefix_aggr(prefix_length=prefix_length,
File "/contrail-test/common/vrouter/base.py", line 416, in fat_flow_with_prefix_aggr
self.client2_fix = self.create_vm_using_fixed_ips(
File "/contrail-test/common/vrouter/base.py", line 734, in create_vm_using_fixed_ips
assert fix.wait_till_vm_is_up()
AssertionError



__cause__ = None
__class__ = <class 'tcutils.cores.TestFailed'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of TestFailed object>
__dict__ = {}
__dir__ = <built-in method __dir__ of TestFailed object>
__doc__ = None
__eq__ = <method-wrapper '__eq__' of TestFailed object>
__format__ = <built-in method __format__ of TestFailed object>
__ge__ = <method-wrapper '__ge__' of TestFailed object>
__getattribute__ = <method-wrapper '__getattribute__' of TestFailed object>
__gt__ = <method-wrapper '__gt__' of TestFailed object>
__hash__ = <method-wrapper '__hash__' of TestFailed object>
__init__ = <method-wrapper '__init__' of TestFailed object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of TestFailed object>
__lt__ = <method-wrapper '__lt__' of TestFailed object>
__module__ = 'tcutils.cores'
__ne__ = <method-wrapper '__ne__' of TestFailed object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of TestFailed object>
__reduce_ex__ = <built-in method __reduce_ex__ of TestFailed object>
__repr__ = <method-wrapper '__repr__' of TestFailed object>
__setattr__ = <method-wrapper '__setattr__' of TestFailed object>
__setstate__ = <built-in method __setstate__ of TestFailed object>
__sizeof__ = <built-in method __sizeof__ of TestFailed object>
__str__ = <method-wrapper '__str__' of TestFailed object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
args = ('Test failed: AssertionError\nPython 3.9.25: /usr/...assert fix.wait_till_vm_is_up()\nAssertionError\n\n\n',)
with_traceback = <built-in method with_traceback of TestFailed 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_fat_flow_aggr_serial.py", line 94, in test_fat_flow_aggr_dest_udp_inter_vn_inter_node
super(FatFlowAggrIpv6Serial, self).test_fat_flow_aggr_dest_udp_inter_vn_inter_node()
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
Fri Jun 5 13:57:05 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_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>, *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 FatFlowAggrSerial.test_fat_flow_aggr_dest_udp_inter_vn_inter_node>
self = <serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>
args = ()
kwargs = {}

/contrail-test/serial_scripts/vrouter/test_fat_flow_aggr_serial.py in test_fat_flow_aggr_dest_udp_inter_vn_inter_node(self=<serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>)
56 policy_deny = False
57 vn_policy = True
58 self.fat_flow_with_prefix_aggr(prefix_length=prefix_length,
59 inter_node=inter_node,inter_vn=inter_vn, proto=proto,
60 port=port, vn_policy=vn_policy, policy_deny=policy_deny,
self = <serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>
self.fat_flow_with_prefix_aggr = <bound method BaseVrouterTest.fat_flow_with_pref...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>>
prefix_length = 29
inter_node = True
inter_vn = True
proto = 'udp'
port = 55
vn_policy = True
policy_deny = False
dual undefined
ipv6 = True
prefix_length6 = 125
only_v6 = True

/contrail-test/common/vrouter/base.py in fat_flow_with_prefix_aggr(self=<serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>, prefix_length=29, prefix_length6=125, inter_node=True, inter_vn=True, dual=True, traffic_recvr=False, unidirectional_traffic=True, ignore_address=None, proto='udp', port=55, portv6=56, svc_chain=False, only_v6=True, af='v4', icmp_error=False, hc=None, vn_policy=True, policy_deny=False, svm_inter_node=False, resources=True, scale=False)
414 fixed_ips.append({'subnet_id' : subnet_ipv6,'ip_address': next_subnet_ipv6})
415 if not self.client2_fix:
416 self.client2_fix = self.create_vm_using_fixed_ips(
417 vn_fixture=src_vn_fixture, fixed_ips=fixed_ips,
418 vm_name='client2_vm')
self = <serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>
self.client2_fix = None
self.create_vm_using_fixed_ips = <bound method BaseVrouterTest.create_vm_using_fi...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>>
vn_fixture undefined
src_vn_fixture = <vn_test.VNFixture object>
fixed_ips = [{'ip_address': '133.196.41.75', 'subnet_id': '3111f9ad-127e-459d-aee1-b168b73013fd'}, {'ip_address': '23c7:78b1:fd10:2213:acca:4043:0:b', 'subnet_id': 'c7476bc2-79ba-414f-bbbb-98b27d552f08'}]
vm_name undefined

/contrail-test/common/vrouter/base.py in create_vm_using_fixed_ips(self=<serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40>, vn_fixture=<vn_test.VNFixture object>, fixed_ips=[{'ip_address': '133.196.41.75', 'subnet_id': '3111f9ad-127e-459d-aee1-b168b73013fd'}, {'ip_address': '23c7:78b1:fd10:2213:acca:4043:0:b', 'subnet_id': 'c7476bc2-79ba-414f-bbbb-98b27d552f08'}], vm_name='client2_vm', image_name='ubuntu')
732 image_name=image_name,
733 port_ids=[port.uuid])
734 assert fix.wait_till_vm_is_up()
735 return fix
736 # end create_vm_using_fixed_ips
fix = <VMFixture: client2_vm>
fix.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: client2_vm>>
AssertionError:
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ()
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/serial_scripts/vrouter/test_fat_flow_aggr_serial.py", line 58, in test_fat_flow_aggr_dest_udp_inter_vn_inter_node
self.fat_flow_with_prefix_aggr(prefix_length=prefix_length,
File "/contrail-test/common/vrouter/base.py", line 416, in fat_flow_with_prefix_aggr
self.client2_fix = self.create_vm_using_fixed_ips(
File "/contrail-test/common/vrouter/base.py", line 734, in create_vm_using_fixed_ips
assert fix.wait_till_vm_is_up()
AssertionError

78.778 Log File
test_fat_flow_intra_vn_inter_node[cb_sanity,sanity]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/contrail-test/serial_scripts/vrouter/test_fat_flow_serial.py", line 600, in test_fat_flow_intra_vn_inter_node
super(FatFlowSerialIpv6, self).test_fat_flow_intra_vn_inter_node()
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
Fri Jun 5 13:58:20 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_fat_flow_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7fcc857da910>, *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 FatFlowSerial.test_fat_flow_intra_vn_inter_node>
self = <serial_scripts.vrouter.test_fat_flow_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7fcc857da910>
args = ()
kwargs = {}

/contrail-test/serial_scripts/vrouter/test_fat_flow_serial.py in test_fat_flow_intra_vn_inter_node(self=<serial_scripts.vrouter.test_fat_flow_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7fcc857da910>)
42 server_fixtures = self.create_vms(vn_fixture= vn1_fixture,count=1,
43 node_name=compute_hosts[1])
44 self.verify_vms(client_fixtures)
45 self.verify_vms(server_fixtures)
46
self = <serial_scripts.vrouter.test_fat_flow_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7fcc857da910>
self.verify_vms = <bound method BaseVrouterTest.verify_vms of <ser..._inter_node[cb_sanity,sanity] id=0x7fcc857da910>>
client_fixtures = [<VMFixture: ctest-FatFlowSerialIpv6-08358719-31629232>, <VMFixture: ctest-FatFlowSerialIpv6-08358719-75153750>]

/contrail-test/common/vrouter/base.py in verify_vms(self=<serial_scripts.vrouter.test_fat_flow_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7fcc857da910>, vm_fixtures=[<VMFixture: ctest-FatFlowSerialIpv6-08358719-31629232>, <VMFixture: ctest-FatFlowSerialIpv6-08358719-75153750>])
198 def verify_vms(self, vm_fixtures):
199 for vm_fixture in vm_fixtures:
200 assert vm_fixture.wait_till_vm_is_up()
201
202 def add_static_routes_on_vms(self,prefix, vm_fixtures, ip=None):
vm_fixture = <VMFixture: ctest-FatFlowSerialIpv6-08358719-75153750>
vm_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <V...ture: ctest-FatFlowSerialIpv6-08358719-75153750>>
AssertionError:
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ()
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/serial_scripts/vrouter/test_fat_flow_serial.py", line 44, in test_fat_flow_intra_vn_inter_node
self.verify_vms(client_fixtures)
File "/contrail-test/common/vrouter/base.py", line 200, in verify_vms
assert vm_fixture.wait_till_vm_is_up()
AssertionError

69.771 Log File
test_precedence_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.602
test_undo_xmpp_auth[sanity]SkippedXmpp auth should be set before running tests2.614
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.521
test_create_vm_after_RR_set[sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set. Skipping the test1.366
test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.997
test_db_nodemgr_status[dev_sanity_dpdk,sanity]Success2.033
test_verify_generator_collector_connections[dev_sanity_dpdk,sanity]Success3.934
test_verify_generator_connections_to_collector_node[dev_sanity_dpdk,sanity]Success2.236
test_verify_process_status_agent[cb_sanity,dev_sanity_dpdk,sanity]Success1.425
test_verify_process_status_analytics_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.846
test_verify_process_status_control_node[cb_sanity,dev_sanity_dpdk,sanity]Success1.421
test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success27.250
test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success7.109
test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.385
test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]Success1.390
test_ecmp_hash_src_ip[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.428
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.463
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.769
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.641
test_ecmp_svc_in_network_with_static_route_no_policy[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.335
test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.452
test_ecmp_svc_in_network_with_3_instance[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.447
test_ecmp_with_svm_deletion[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.445
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found2.151
test_three_stage_v2_SC[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found1.397
test_svc_fate_sharing_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network.qcow2 is not found3.601
test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]Success229.208
test_mx_gateway[mx_test,sanity]SkippedSkipping Test. Env variable MX_GW_TEST is not set2.616
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.627
test_transit_vn_sym_1_innet[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.639
test_public_access_thru_svc_w_fip[cb_sanity,sanity]SkippedSkipped as v6 not supported for this test2.645
test_svc_creation_with_heat[dev_sanity_dpdk,sanity,suite1]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.674
test_svc_creation_with_heat[sanity]SkippedSkipped as test requires at least 3 nodes, but only 2 found2.669
test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]Success10.856
test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]Success5.183
test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]Success28.524
test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]Success52.892
test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]Success34.291
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success152.929
test_policy[quick_sanity,sanity]Success282.600
test_policy_to_deny[quick_sanity,sanity]Success160.981
test_policy_modify_vn_policy[sanity]Success99.344
test_remove_policy_with_ref[ci_sanity,sanity]Success10.549
test_policy_inheritance_src_vn_dst_pol[cb_sanity,sanity,vrouter_gw]Success191.217
test_policy_inheritance_src_pol_dst_any[sanity]Success207.375
test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]Success146.705
test_repeated_policy_modify[sanity]Success147.858
test_multi_vn_repeated_policy_update_with_ping[sanity]Success236.260
test_multi_vn_repeated_policy_update_with_ping[sanity]Success295.697
test_qos_remark_dscp_on_vmi[cb_sanity,sanity]Success60.678
test_rp_interface[ci_sanity,sanity]Success32.800
test_rp_interface_ext_community[sanity]Success33.907
test_rp_interface_static[sanity]Success32.586
test_rp_secondary_routes[sanity]SkippedNeeds MX_GW_TEST to be set0.002
test_rt_CEM_22032[cb_sanity,sanity]Success80.871
test_user_def_rt_entry[cb_sanity,sanity]Success96.040
test_sec_group_basic[sanity,suite1]FailureDetails

Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{Warning: sudo() received nonzero return code 1 while executing 'ping6 -s 56 -c 3 -W 1 2806:918f:48ac:1461:c799:183d:0:4'!}}}
stdout: {{{
[ubuntu@169.254.0.3] sudo: ping6 -s 56 -c 3 -W 1 2806:918f:48ac:1461:c799:183d:0:4
[ubuntu@169.254.0.3] sudo: ping6 -s 56 -c 3 -W 1 2806:918f:48ac:1461:c799:183d:0:4
[ubuntu@169.254.0.3] out: PING 2806:918f:48ac:1461:c799:183d:0:4(2806:918f:48ac:1461:c799:183d:0:4) 56 data bytes
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 2806:918f:48ac:1461:c799:183d:0:4 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 0 received, 100% packet loss, time 2005ms
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: nohup rm -f testfile;ls -la;nc -6 -ll -p 10000 > testfile &
[ubuntu@169.254.0.3] out: total 132
[ubuntu@169.254.0.3] out: drwxr-xr-x 11 ubuntu ubuntu 4096 Dec 29 2017 .
[ubuntu@169.254.0.3] out: drwxr-xr-x 3 root root 4096 Jan 4 2013 ..
[ubuntu@169.254.0.3] out: -rw------- 1 ubuntu ubuntu 2689 Dec 29 2017 .bash_history
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 ubuntu ubuntu 220 Apr 3 2012 .bash_logout
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 ubuntu ubuntu 3486 Apr 3 2012 .bashrc
[ubuntu@169.254.0.3] out: drwx------ 2 ubuntu ubuntu 4096 Jan 9 2013 .cache
[ubuntu@169.254.0.3] out: -rwxrwxr-x 1 ubuntu ubuntu 1431 Feb 5 2015 flow_test_pktgen.sh
[ubuntu@169.254.0.3] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 9 2013 .fontconfig
[ubuntu@169.254.0.3] out: drwxrwxr-x 2 ubuntu ubuntu 4096 Jan 9 2013 .fvwm
[ubuntu@169.254.0.3] out: drwxrwxr-x 3 ubuntu ubuntu 4096 Nov 29 2016 .jenkins
[ubuntu@169.254.0.3] out: -rw------- 1 ubuntu ubuntu 52 Jul 2 2014 .lesshst
[ubuntu@169.254.0.3] out: drwx------ 4 ubuntu ubuntu 4096 Jan 9 2013 .mozilla
[ubuntu@169.254.0.3] out: -rwxrwxr-x 1 ubuntu ubuntu 1378 Jun 27 2014 pktgen_new.sh
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 ubuntu ubuntu 675 Apr 3 2012 .profile
[ubuntu@169.254.0.3] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 27 2014 scr
[ubuntu@169.254.0.3] out: drwx------ 2 ubuntu ubuntu 4096 Feb 3 2015 .ssh
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 ubuntu ubuntu 0 Jan 9 2013 .sudo_as_admin_successful
[ubuntu@169.254.0.3] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 27 2014 traffic
[ubuntu@169.254.0.3] out: drwxr-xr-x 4 root root 4096 Jun 27 2014 traffic-1.0
[ubuntu@169.254.0.3] out: -rw-rw-r-- 1 ubuntu ubuntu 16361 Jan 9 2015 traffic-1.0.tar.gz
[ubuntu@169.254.0.3] out: -rw------- 1 root root 4695 Dec 17 2017 .viminfo
[ubuntu@169.254.0.3] out: -rw------- 1 ubuntu ubuntu 152 Jul 2 2014 .Xauthority
[ubuntu@169.254.0.3] out: -rw------- 1 ubuntu ubuntu 29828 Jan 9 2013 .xsession-errors
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: nohup nc -6 -ll 10000 > testfile &
[ubuntu@169.254.0.3] sudo: dd bs=100 count=1 if=/dev/zero of=testfile;nc -6 -p 10001 2806:918f:48ac:1461:c799:183d:0:4 10000 < testfile
[ubuntu@169.254.0.3] out: 1+0 records in
[ubuntu@169.254.0.3] out: 1+0 records out
[ubuntu@169.254.0.3] out: 100 bytes (100 B) copied, 0.000743005 s, 135 kB/s
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] run: ls -l testfile
[ubuntu@169.254.0.3] out: -rw-r--r-- 1 root root 100 Jun 5 12:43 testfile
[ubuntu@169.254.0.3] out:

[ubuntu@169.254.0.3] sudo: ping6 -s 56 -c 3 -W 1 2806:918f:48ac:1461:c799:183d:0:4
[ubuntu@169.254.0.3] out: PING 2806:918f:48ac:1461:c799:183d:0:4(2806:918f:48ac:1461:c799:183d:0:4) 56 data bytes
[ubuntu@169.254.0.3] out: 64 bytes from 2806:918f:48ac:1461:c799:183d:0:4: icmp_seq=1 ttl=64 time=5.64 ms
[ubuntu@169.254.0.3] out: 64 bytes from 2806:918f:48ac:1461:c799:183d:0:4: icmp_seq=2 ttl=64 time=1.61 ms
[ubuntu@169.254.0.3] out: 64 bytes from 2806:918f:48ac:1461:c799:183d:0:4: icmp_seq=3 ttl=64 time=1.45 ms
[ubuntu@169.254.0.3] out:
[ubuntu@169.254.0.3] out: --- 2806:918f:48ac:1461:c799:183d:0:4 ping statistics ---
[ubuntu@169.254.0.3] out: 3 packets transmitted, 3 received, 0% packet loss, time 2004ms
[ubuntu@169.254.0.3] out: rtt min/avg/max/mdev = 1.455/2.905/5.643/1.937 ms
[ubuntu@169.254.0.3] out:
}}}

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: NotFound
Python 3.9.25: /usr/bin/python3
Fri Jun 5 12:43:33 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=0x7f5652d32400>, *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=0x7f5652d32400>
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=0x7f5652d32400>)
170 self.logger.info(
171 "Delete test VMs and VN early to free compute for parallel sanity")
172 vm1_fixture.cleanUp()
173 self.remove_from_cleanups(vm1_fixture)
174 vm2_fixture.cleanUp()
vm1_fixture = <VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866>
vm1_fixture.cleanUp = <bound method VMFixture.cleanUp of <VMFixture: c...roupBasicRegressionTests1Ipv6-57670106-47694866>>

/contrail-test/fixtures/vm_test.py in cleanUp(self=<VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866>)
2050
2051 def cleanUp(self):
2052 self.delete()
2053 super(VMFixture, self).cleanUp()
2054
self = <VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866>
self.delete = <bound method VMFixture.delete of <VMFixture: ct...roupBasicRegressionTests1Ipv6-57670106-47694866>>

/contrail-test/fixtures/vm_test.py in delete(self=<VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866>, verify=False, force=False)
2075 self.logger.info("Removing the security group"
2076 " from VM %s" % (vm_obj.name))
2077 self.remove_security_group(sec_grp)
2078 self.logger.info("Deleting VM %s" % (vm_obj.name))
2079 if self.inputs.is_gui_based_config():
self = <VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866>
self.remove_security_group = <bound method VMFixture.remove_security_group of...roupBasicRegressionTests1Ipv6-57670106-47694866>>
sec_grp = 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'

/contrail-test/fixtures/vm_test.py in remove_security_group(self=<VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866>, secgrp='f267fa6a-72f1-46d6-9f81-14f4aaa8b366')
503
504 def remove_security_group(self, secgrp):
505 self.orch.remove_security_group(vm_id=self.vm_obj.id, sg_id=secgrp)
506
507 def verify_security_group(self, secgrp):
self = <VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866>
self.orch = <openstack.OpenstackOrchestrator object>
self.orch.remove_security_group = <bound method OpenstackOrchestrator.remove_secur...roup of <openstack.OpenstackOrchestrator object>>
vm_id undefined
self.vm_obj = <Server: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866>
self.vm_obj.id = 'b5245700-d3ab-4871-bfd6-073270bc5a2e'
sg_id undefined
secgrp = 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'

/contrail-test/fixtures/openstack.py in remove_security_group(self=<openstack.OpenstackOrchestrator object>, vm_id='b5245700-d3ab-4871-bfd6-073270bc5a2e', sg_id='f267fa6a-72f1-46d6-9f81-14f4aaa8b366', option='orch', **kwargs={})
251 if option == 'contrail':
252 return super(OpenstackOrchestrator, self).remove_security_group(vm_id=vm_id, sg_id=sg_id, **kwargs)
253 return self.nova_h.remove_security_group(vm_id, sg_id)
254
255 def create_security_group(self, sg_name, parent_fqname, sg_entries, option='orch', **kwargs):
self = <openstack.OpenstackOrchestrator object>
self.nova_h = <nova_test.NovaHelper object>
self.nova_h.remove_security_group = <bound method NovaHelper.remove_security_group of <nova_test.NovaHelper object>>
vm_id = 'b5245700-d3ab-4871-bfd6-073270bc5a2e'
sg_id = 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'

/contrail-test/fixtures/nova_test.py in remove_security_group(self=<nova_test.NovaHelper object>, vm_id='b5245700-d3ab-4871-bfd6-073270bc5a2e', secgrp='f267fa6a-72f1-46d6-9f81-14f4aaa8b366')
622
623 def remove_security_group(self, vm_id, secgrp):
624 self.obj.servers.remove_security_group(vm_id, secgrp)
625
626 def get_vm_obj(self, vm_obj, wait_time=30):
self = <nova_test.NovaHelper object>
self.obj = <novaclient.v2.client.Client object>
self.obj.servers = <novaclient.v2.servers.ServerManager object>
self.obj.servers.remove_security_group = <bound method ServerManager.remove_security_group of <novaclient.v2.servers.ServerManager object>>
vm_id = 'b5245700-d3ab-4871-bfd6-073270bc5a2e'
secgrp = 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'

/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in remove_security_group(self=<novaclient.v2.servers.ServerManager object>, server='b5245700-d3ab-4871-bfd6-073270bc5a2e', security_group='f267fa6a-72f1-46d6-9f81-14f4aaa8b366')
1938 :returns: An instance of novaclient.base.TupleWithMeta
1939 """
1940 return self._action('removeSecurityGroup', server,
1941 {'name': security_group})
1942
self = <novaclient.v2.servers.ServerManager object>
self._action = <bound method ServerManager._action of <novaclient.v2.servers.ServerManager object>>
server = 'b5245700-d3ab-4871-bfd6-073270bc5a2e'
security_group = 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'

/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in _action(self=<novaclient.v2.servers.ServerManager object>, action='removeSecurityGroup', server='b5245700-d3ab-4871-bfd6-073270bc5a2e', info={'name': 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'}, **kwargs={})
2117 Perform a server "action" -- reboot/rebuild/resize/etc.
2118 """
2119 resp, body = self._action_return_resp_and_body(action, server,
2120 info=info, **kwargs)
2121 return self.convert_into_with_meta(body, resp)
resp undefined
body undefined
self = <novaclient.v2.servers.ServerManager object>
self._action_return_resp_and_body = <bound method ServerManager._action_return_resp_... of <novaclient.v2.servers.ServerManager object>>
action = 'removeSecurityGroup'
server = 'b5245700-d3ab-4871-bfd6-073270bc5a2e'
info = {'name': 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'}
kwargs = {}

/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in _action_return_resp_and_body(self=<novaclient.v2.servers.ServerManager object>, action='removeSecurityGroup', server='b5245700-d3ab-4871-bfd6-073270bc5a2e', info={'name': 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'}, **kwargs={})
2129 self.run_hooks('modify_body_for_action', body, **kwargs)
2130 url = '/servers/%s/action' % base.getid(server)
2131 return self.api.client.post(url, body=body)
2132
2133 @api_versions.wraps('2.26')
self = <novaclient.v2.servers.ServerManager object>
self.api = <novaclient.v2.client.Client object>
self.api.client = <novaclient.client.SessionClient object>
self.api.client.post = <bound method Adapter.post of <novaclient.client.SessionClient object>>
url = '/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action'
body = {'removeSecurityGroup': {'name': 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'}}

/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py in post(self=<novaclient.client.SessionClient object>, url='/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action', **kwargs={'body': {'removeSecurityGroup': {'name': 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'}}})
390
391 def post(self, url, **kwargs):
392 return self.request(url, 'POST', **kwargs)
393
394 def put(self, url, **kwargs):
self = <novaclient.client.SessionClient object>
self.request = <bound method SessionClient.request of <novaclient.client.SessionClient object>>
url = '/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action'
kwargs = {'body': {'removeSecurityGroup': {'name': 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'}}}

/usr/local/lib/python3.9/site-packages/novaclient/client.py in request(self=<novaclient.client.SessionClient object>, url='/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action', method='POST', **kwargs={'body': {'removeSecurityGroup': {'name': 'f267fa6a-72f1-46d6-9f81-14f4aaa8b366'}}, 'headers': {'Accept': 'application/json', 'Content-Type': 'application/json', 'User-Agent': 'python-novaclient', 'X-Auth-Token': 'gAAAAABqIsO-93Fvn3VPCO6Gsvbxinjk8ab3-Cp818GqXX2r...jgZHOaGzInuZG8PQ1r3N8UuDbBFetkdojK6krVSuVTy7Mn5LE'}})
76 # api_versions.check_headers(resp, self.api_version)
77 if raise_exc and resp.status_code >= 400:
78 raise exceptions.from_response(resp, body, url, method)
79
80 return resp, body
global exceptions = <module 'novaclient.exceptions' from '/usr/local...ython3.9/site-packages/novaclient/exceptions.py'>
exceptions.from_response = <function from_response>
resp = <Response [404]>
body = {'itemNotFound': {'code': 404, 'message': 'Security group f267fa6a-72f1-46d6-9f81-14f4aaa8b...ound for project 9cbe1d36485849bca772f4a7c4005102'}}
url = '/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action'
method = 'POST'
NotFound: Security group f267fa6a-72f1-46d6-9f81-14f4aaa8b366 is not found for project 9cbe1d36485849bca772f4a7c4005102 (HTTP 404) (Request-ID: req-d7a7487d-320d-4598-8b53-c7b3cff702d9)
__cause__ = None
__class__ = <class 'novaclient.exceptions.NotFound'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of NotFound object>
__dict__ = {'code': 404, 'details': None, 'message': 'Security group f267fa6a-72f1-46d6-9f81-14f4aaa8b...ound for project 9cbe1d36485849bca772f4a7c4005102', 'method': 'POST', 'request_id': 'req-d7a7487d-320d-4598-8b53-c7b3cff702d9', 'url': '/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action'}
__dir__ = <built-in method __dir__ of NotFound object>
__doc__ = '\n HTTP 404 - Not found\n '
__eq__ = <method-wrapper '__eq__' of NotFound object>
__format__ = <built-in method __format__ of NotFound object>
__ge__ = <method-wrapper '__ge__' of NotFound object>
__getattribute__ = <method-wrapper '__getattribute__' of NotFound object>
__gt__ = <method-wrapper '__gt__' of NotFound object>
__hash__ = <method-wrapper '__hash__' of NotFound object>
__init__ = <bound method ClientException.__init__ of NotFound()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NotFound object>
__lt__ = <method-wrapper '__lt__' of NotFound object>
__module__ = 'novaclient.exceptions'
__ne__ = <method-wrapper '__ne__' of NotFound object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NotFound object>
__reduce_ex__ = <built-in method __reduce_ex__ of NotFound object>
__repr__ = <method-wrapper '__repr__' of NotFound object>
__setattr__ = <method-wrapper '__setattr__' of NotFound object>
__setstate__ = <built-in method __setstate__ of NotFound object>
__sizeof__ = <built-in method __sizeof__ of NotFound object>
__str__ = <bound method ClientException.__str__ of NotFound()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
args = ()
code = 404
details = None
http_status = 404
message = 'Security group f267fa6a-72f1-46d6-9f81-14f4aaa8b...ound for project 9cbe1d36485849bca772f4a7c4005102'
method = 'POST'
request_id = 'req-d7a7487d-320d-4598-8b53-c7b3cff702d9'
url = '/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action'
with_traceback = <built-in method with_traceback of NotFound 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/securitygroup/test_regression_basic.py", line 172, in test_sec_group_basic
vm1_fixture.cleanUp()
File "/contrail-test/fixtures/vm_test.py", line 2052, in cleanUp
self.delete()
File "/contrail-test/fixtures/vm_test.py", line 2077, in delete
self.remove_security_group(sec_grp)
File "/contrail-test/fixtures/vm_test.py", line 505, in remove_security_group
self.orch.remove_security_group(vm_id=self.vm_obj.id, sg_id=secgrp)
File "/contrail-test/fixtures/openstack.py", line 253, in remove_security_group
return self.nova_h.remove_security_group(vm_id, sg_id)
File "/contrail-test/fixtures/nova_test.py", line 624, in remove_security_group
self.obj.servers.remove_security_group(vm_id, secgrp)
File "/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py", line 1940, in remove_security_group
return self._action('removeSecurityGroup', server,
File "/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py", line 2119, in _action
resp, body = self._action_return_resp_and_body(action, server,
File "/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py", line 2131, in _action_return_resp_and_body
return self.api.client.post(url, body=body)
File "/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py", line 392, in post
return self.request(url, 'POST', **kwargs)
File "/usr/local/lib/python3.9/site-packages/novaclient/client.py", line 78, in request
raise exceptions.from_response(resp, body, url, method)
novaclient.exceptions.NotFound: Security group f267fa6a-72f1-46d6-9f81-14f4aaa8b366 is not found for project 9cbe1d36485849bca772f4a7c4005102 (HTTP 404) (Request-ID: req-d7a7487d-320d-4598-8b53-c7b3cff702d9)

285.958 Log File
test_sec_group_basic[sanity,suite1]FailureDetails

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 166.59.71.132'!}}}
stdout: {{{
[ubuntu@169.254.0.4] sudo: ping -s 56 -c 3 -W 1 166.59.71.132
[ubuntu@169.254.0.4] out: sudo: unable to resolve host ctest-securitygroupbasicregressiontests1-contrail-78979397-1492
[ubuntu@169.254.0.4] out: PING 166.59.71.132 (166.59.71.132) 56(84) bytes of data.
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] out: --- 166.59.71.132 ping statistics ---
[ubuntu@169.254.0.4] out: 3 packets transmitted, 0 received, 100% packet loss, time 2001ms
[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-78979397-5576
[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-78979397-5576
[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 166.59.71.132 10000 < testfile
[ubuntu@169.254.0.4] out: sudo: unable to resolve host ctest-securitygroupbasicregressiontests1-contrail-78979397-1492
[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.000744742 s, 134 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 Jun 5 12:49 testfile
[ubuntu@169.254.0.4] out:

[ubuntu@169.254.0.4] sudo: ping -s 56 -c 3 -W 1 166.59.71.132
[ubuntu@169.254.0.4] out: sudo: unable to resolve host ctest-securitygroupbasicregressiontests1-contrail-78979397-1492
[ubuntu@169.254.0.4] out: PING 166.59.71.132 (166.59.71.132) 56(84) bytes of data.
[ubuntu@169.254.0.4] out: 64 bytes from 166.59.71.132: icmp_req=1 ttl=64 time=5.73 ms
[ubuntu@169.254.0.4] out: 64 bytes from 166.59.71.132: icmp_req=2 ttl=64 time=1.24 ms
[ubuntu@169.254.0.4] out: 64 bytes from 166.59.71.132: icmp_req=3 ttl=64 time=1.36 ms
[ubuntu@169.254.0.4] out:
[ubuntu@169.254.0.4] out: --- 166.59.71.132 ping statistics ---
[ubuntu@169.254.0.4] out: 3 packets transmitted, 3 received, 0% packet loss, time 2004ms
[ubuntu@169.254.0.4] out: rtt min/avg/max/mdev = 1.243/2.782/5.736/2.089 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: Test failed: NotFound
Python 3.9.25: /usr/bin/python3
Fri Jun 5 12:49:34 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=0x7f5652d32b50>, *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=0x7f5652d32b50>
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=0x7f5652d32b50>)
170 self.logger.info(
171 "Delete test VMs and VN early to free compute for parallel sanity")
172 vm1_fixture.cleanUp()
173 self.remove_from_cleanups(vm1_fixture)
174 vm2_fixture.cleanUp()
vm1_fixture = <VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644>
vm1_fixture.cleanUp = <bound method VMFixture.cleanUp of <VMFixture: c...asicRegressionTests1_contrail-78979397-14928644>>

/contrail-test/fixtures/vm_test.py in cleanUp(self=<VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644>)
2050
2051 def cleanUp(self):
2052 self.delete()
2053 super(VMFixture, self).cleanUp()
2054
self = <VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644>
self.delete = <bound method VMFixture.delete of <VMFixture: ct...asicRegressionTests1_contrail-78979397-14928644>>

/contrail-test/fixtures/vm_test.py in delete(self=<VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644>, verify=False, force=False)
2075 self.logger.info("Removing the security group"
2076 " from VM %s" % (vm_obj.name))
2077 self.remove_security_group(sec_grp)
2078 self.logger.info("Deleting VM %s" % (vm_obj.name))
2079 if self.inputs.is_gui_based_config():
self = <VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644>
self.remove_security_group = <bound method VMFixture.remove_security_group of...asicRegressionTests1_contrail-78979397-14928644>>
sec_grp = '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'

/contrail-test/fixtures/vm_test.py in remove_security_group(self=<VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644>, secgrp='1fd0f15c-b3ac-4746-a16b-122901ea0e1b')
503
504 def remove_security_group(self, secgrp):
505 self.orch.remove_security_group(vm_id=self.vm_obj.id, sg_id=secgrp)
506
507 def verify_security_group(self, secgrp):
self = <VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644>
self.orch = <openstack.OpenstackOrchestrator object>
self.orch.remove_security_group = <bound method OpenstackOrchestrator.remove_secur...roup of <openstack.OpenstackOrchestrator object>>
vm_id undefined
self.vm_obj = <Server: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644>
self.vm_obj.id = '7f0d4a67-b5d2-4241-905d-92d1a79a3e4f'
sg_id undefined
secgrp = '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'

/contrail-test/fixtures/openstack.py in remove_security_group(self=<openstack.OpenstackOrchestrator object>, vm_id='7f0d4a67-b5d2-4241-905d-92d1a79a3e4f', sg_id='1fd0f15c-b3ac-4746-a16b-122901ea0e1b', option='orch', **kwargs={})
251 if option == 'contrail':
252 return super(OpenstackOrchestrator, self).remove_security_group(vm_id=vm_id, sg_id=sg_id, **kwargs)
253 return self.nova_h.remove_security_group(vm_id, sg_id)
254
255 def create_security_group(self, sg_name, parent_fqname, sg_entries, option='orch', **kwargs):
self = <openstack.OpenstackOrchestrator object>
self.nova_h = <nova_test.NovaHelper object>
self.nova_h.remove_security_group = <bound method NovaHelper.remove_security_group of <nova_test.NovaHelper object>>
vm_id = '7f0d4a67-b5d2-4241-905d-92d1a79a3e4f'
sg_id = '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'

/contrail-test/fixtures/nova_test.py in remove_security_group(self=<nova_test.NovaHelper object>, vm_id='7f0d4a67-b5d2-4241-905d-92d1a79a3e4f', secgrp='1fd0f15c-b3ac-4746-a16b-122901ea0e1b')
622
623 def remove_security_group(self, vm_id, secgrp):
624 self.obj.servers.remove_security_group(vm_id, secgrp)
625
626 def get_vm_obj(self, vm_obj, wait_time=30):
self = <nova_test.NovaHelper object>
self.obj = <novaclient.v2.client.Client object>
self.obj.servers = <novaclient.v2.servers.ServerManager object>
self.obj.servers.remove_security_group = <bound method ServerManager.remove_security_group of <novaclient.v2.servers.ServerManager object>>
vm_id = '7f0d4a67-b5d2-4241-905d-92d1a79a3e4f'
secgrp = '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'

/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in remove_security_group(self=<novaclient.v2.servers.ServerManager object>, server='7f0d4a67-b5d2-4241-905d-92d1a79a3e4f', security_group='1fd0f15c-b3ac-4746-a16b-122901ea0e1b')
1938 :returns: An instance of novaclient.base.TupleWithMeta
1939 """
1940 return self._action('removeSecurityGroup', server,
1941 {'name': security_group})
1942
self = <novaclient.v2.servers.ServerManager object>
self._action = <bound method ServerManager._action of <novaclient.v2.servers.ServerManager object>>
server = '7f0d4a67-b5d2-4241-905d-92d1a79a3e4f'
security_group = '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'

/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in _action(self=<novaclient.v2.servers.ServerManager object>, action='removeSecurityGroup', server='7f0d4a67-b5d2-4241-905d-92d1a79a3e4f', info={'name': '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'}, **kwargs={})
2117 Perform a server "action" -- reboot/rebuild/resize/etc.
2118 """
2119 resp, body = self._action_return_resp_and_body(action, server,
2120 info=info, **kwargs)
2121 return self.convert_into_with_meta(body, resp)
resp undefined
body undefined
self = <novaclient.v2.servers.ServerManager object>
self._action_return_resp_and_body = <bound method ServerManager._action_return_resp_... of <novaclient.v2.servers.ServerManager object>>
action = 'removeSecurityGroup'
server = '7f0d4a67-b5d2-4241-905d-92d1a79a3e4f'
info = {'name': '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'}
kwargs = {}

/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in _action_return_resp_and_body(self=<novaclient.v2.servers.ServerManager object>, action='removeSecurityGroup', server='7f0d4a67-b5d2-4241-905d-92d1a79a3e4f', info={'name': '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'}, **kwargs={})
2129 self.run_hooks('modify_body_for_action', body, **kwargs)
2130 url = '/servers/%s/action' % base.getid(server)
2131 return self.api.client.post(url, body=body)
2132
2133 @api_versions.wraps('2.26')
self = <novaclient.v2.servers.ServerManager object>
self.api = <novaclient.v2.client.Client object>
self.api.client = <novaclient.client.SessionClient object>
self.api.client.post = <bound method Adapter.post of <novaclient.client.SessionClient object>>
url = '/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action'
body = {'removeSecurityGroup': {'name': '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'}}

/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py in post(self=<novaclient.client.SessionClient object>, url='/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action', **kwargs={'body': {'removeSecurityGroup': {'name': '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'}}})
390
391 def post(self, url, **kwargs):
392 return self.request(url, 'POST', **kwargs)
393
394 def put(self, url, **kwargs):
self = <novaclient.client.SessionClient object>
self.request = <bound method SessionClient.request of <novaclient.client.SessionClient object>>
url = '/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action'
kwargs = {'body': {'removeSecurityGroup': {'name': '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'}}}

/usr/local/lib/python3.9/site-packages/novaclient/client.py in request(self=<novaclient.client.SessionClient object>, url='/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action', method='POST', **kwargs={'body': {'removeSecurityGroup': {'name': '1fd0f15c-b3ac-4746-a16b-122901ea0e1b'}}, 'headers': {'Accept': 'application/json', 'Content-Type': 'application/json', 'User-Agent': 'python-novaclient', 'X-Auth-Token': 'gAAAAABqIsUfpKXquog81gYboVaIla1IHG7rNkteO_g6YrVg...3fje96pZqhf3pq52euamfcYDf7U_ecX3YkCfT2Km51elXoYsk'}})
76 # api_versions.check_headers(resp, self.api_version)
77 if raise_exc and resp.status_code >= 400:
78 raise exceptions.from_response(resp, body, url, method)
79
80 return resp, body
global exceptions = <module 'novaclient.exceptions' from '/usr/local...ython3.9/site-packages/novaclient/exceptions.py'>
exceptions.from_response = <function from_response>
resp = <Response [404]>
body = {'itemNotFound': {'code': 404, 'message': 'Security group 1fd0f15c-b3ac-4746-a16b-122901ea0...ound for project 623cfd8d481b42e8abb8d57538bb7eb7'}}
url = '/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action'
method = 'POST'
NotFound: Security group 1fd0f15c-b3ac-4746-a16b-122901ea0e1b is not found for project 623cfd8d481b42e8abb8d57538bb7eb7 (HTTP 404) (Request-ID: req-ff70c089-0811-4087-9692-3140a887aba1)
__cause__ = None
__class__ = <class 'novaclient.exceptions.NotFound'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of NotFound object>
__dict__ = {'code': 404, 'details': None, 'message': 'Security group 1fd0f15c-b3ac-4746-a16b-122901ea0...ound for project 623cfd8d481b42e8abb8d57538bb7eb7', 'method': 'POST', 'request_id': 'req-ff70c089-0811-4087-9692-3140a887aba1', 'url': '/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action'}
__dir__ = <built-in method __dir__ of NotFound object>
__doc__ = '\n HTTP 404 - Not found\n '
__eq__ = <method-wrapper '__eq__' of NotFound object>
__format__ = <built-in method __format__ of NotFound object>
__ge__ = <method-wrapper '__ge__' of NotFound object>
__getattribute__ = <method-wrapper '__getattribute__' of NotFound object>
__gt__ = <method-wrapper '__gt__' of NotFound object>
__hash__ = <method-wrapper '__hash__' of NotFound object>
__init__ = <bound method ClientException.__init__ of NotFound()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NotFound object>
__lt__ = <method-wrapper '__lt__' of NotFound object>
__module__ = 'novaclient.exceptions'
__ne__ = <method-wrapper '__ne__' of NotFound object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NotFound object>
__reduce_ex__ = <built-in method __reduce_ex__ of NotFound object>
__repr__ = <method-wrapper '__repr__' of NotFound object>
__setattr__ = <method-wrapper '__setattr__' of NotFound object>
__setstate__ = <built-in method __setstate__ of NotFound object>
__sizeof__ = <built-in method __sizeof__ of NotFound object>
__str__ = <bound method ClientException.__str__ of NotFound()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
args = ()
code = 404
details = None
http_status = 404
message = 'Security group 1fd0f15c-b3ac-4746-a16b-122901ea0...ound for project 623cfd8d481b42e8abb8d57538bb7eb7'
method = 'POST'
request_id = 'req-ff70c089-0811-4087-9692-3140a887aba1'
url = '/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action'
with_traceback = <built-in method with_traceback of NotFound 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/securitygroup/test_regression_basic.py", line 172, in test_sec_group_basic
vm1_fixture.cleanUp()
File "/contrail-test/fixtures/vm_test.py", line 2052, in cleanUp
self.delete()
File "/contrail-test/fixtures/vm_test.py", line 2077, in delete
self.remove_security_group(sec_grp)
File "/contrail-test/fixtures/vm_test.py", line 505, in remove_security_group
self.orch.remove_security_group(vm_id=self.vm_obj.id, sg_id=secgrp)
File "/contrail-test/fixtures/openstack.py", line 253, in remove_security_group
return self.nova_h.remove_security_group(vm_id, sg_id)
File "/contrail-test/fixtures/nova_test.py", line 624, in remove_security_group
self.obj.servers.remove_security_group(vm_id, secgrp)
File "/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py", line 1940, in remove_security_group
return self._action('removeSecurityGroup', server,
File "/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py", line 2119, in _action
resp, body = self._action_return_resp_and_body(action, server,
File "/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py", line 2131, in _action_return_resp_and_body
return self.api.client.post(url, body=body)
File "/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py", line 392, in post
return self.request(url, 'POST', **kwargs)
File "/usr/local/lib/python3.9/site-packages/novaclient/client.py", line 78, in request
raise exceptions.from_response(resp, body, url, method)
novaclient.exceptions.NotFound: Security group 1fd0f15c-b3ac-4746-a16b-122901ea0e1b is not found for project 623cfd8d481b42e8abb8d57538bb7eb7 (HTTP 404) (Request-ID: req-ff70c089-0811-4087-9692-3140a887aba1)

292.863 Log File
test_sec_group_basic[cb_sanity,ci_contrail_go_kolla_ocata_sanity,sanity,suite1]FailureDetails

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 155.68.249.196'!}}}
stdout: {{{
[ubuntu@169.254.0.5] sudo: ping -s 56 -c 3 -W 1 155.68.249.196
[ubuntu@169.254.0.5] out: PING 155.68.249.196 (155.68.249.196) 56(84) bytes of data.
[ubuntu@169.254.0.5] out:
[ubuntu@169.254.0.5] out: --- 155.68.249.196 ping statistics ---
[ubuntu@169.254.0.5] out: 3 packets transmitted, 0 received, 100% packet loss, time 2004ms
[ubuntu@169.254.0.5] out:
[ubuntu@169.254.0.5] out:

[ubuntu@169.254.0.5] sudo: nohup rm -f testfile;ls -la;nc -ll -p 10000 > testfile &
[ubuntu@169.254.0.5] out: total 132
[ubuntu@169.254.0.5] out: drwxr-xr-x 11 ubuntu ubuntu 4096 Dec 29 2017 .
[ubuntu@169.254.0.5] out: drwxr-xr-x 3 root root 4096 Jan 4 2013 ..
[ubuntu@169.254.0.5] out: -rw------- 1 ubuntu ubuntu 2689 Dec 29 2017 .bash_history
[ubuntu@169.254.0.5] out: -rw-r--r-- 1 ubuntu ubuntu 220 Apr 3 2012 .bash_logout
[ubuntu@169.254.0.5] out: -rw-r--r-- 1 ubuntu ubuntu 3486 Apr 3 2012 .bashrc
[ubuntu@169.254.0.5] out: drwx------ 2 ubuntu ubuntu 4096 Jan 9 2013 .cache
[ubuntu@169.254.0.5] out: -rwxrwxr-x 1 ubuntu ubuntu 1431 Feb 5 2015 flow_test_pktgen.sh
[ubuntu@169.254.0.5] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 9 2013 .fontconfig
[ubuntu@169.254.0.5] out: drwxrwxr-x 2 ubuntu ubuntu 4096 Jan 9 2013 .fvwm
[ubuntu@169.254.0.5] out: drwxrwxr-x 3 ubuntu ubuntu 4096 Nov 29 2016 .jenkins
[ubuntu@169.254.0.5] out: -rw------- 1 ubuntu ubuntu 52 Jul 2 2014 .lesshst
[ubuntu@169.254.0.5] out: drwx------ 4 ubuntu ubuntu 4096 Jan 9 2013 .mozilla
[ubuntu@169.254.0.5] out: -rwxrwxr-x 1 ubuntu ubuntu 1378 Jun 27 2014 pktgen_new.sh
[ubuntu@169.254.0.5] out: -rw-r--r-- 1 ubuntu ubuntu 675 Apr 3 2012 .profile
[ubuntu@169.254.0.5] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 27 2014 scr
[ubuntu@169.254.0.5] out: drwx------ 2 ubuntu ubuntu 4096 Feb 3 2015 .ssh
[ubuntu@169.254.0.5] out: -rw-r--r-- 1 ubuntu ubuntu 0 Jan 9 2013 .sudo_as_admin_successful
[ubuntu@169.254.0.5] out: drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 27 2014 traffic
[ubuntu@169.254.0.5] out: drwxr-xr-x 4 root root 4096 Jun 27 2014 traffic-1.0
[ubuntu@169.254.0.5] out: -rw-rw-r-- 1 ubuntu ubuntu 16361 Jan 9 2015 traffic-1.0.tar.gz
[ubuntu@169.254.0.5] out: -rw------- 1 root root 4695 Dec 17 2017 .viminfo
[ubuntu@169.254.0.5] out: -rw------- 1 ubuntu ubuntu 152 Jul 2 2014 .Xauthority
[ubuntu@169.254.0.5] out: -rw------- 1 ubuntu ubuntu 29828 Jan 9 2013 .xsession-errors
[ubuntu@169.254.0.5] out:

[ubuntu@169.254.0.5] sudo: nohup nc -ll 10000 > testfile &
[ubuntu@169.254.0.5] sudo: dd bs=100 count=1 if=/dev/zero of=testfile;nc -p 10001 155.68.249.196 10000 < testfile
[ubuntu@169.254.0.5] out: 1+0 records in
[ubuntu@169.254.0.5] out: 1+0 records out
[ubuntu@169.254.0.5] out: 100 bytes (100 B) copied, 0.00117467 s, 85.1 kB/s
[ubuntu@169.254.0.5] out:

[ubuntu@169.254.0.5] run: ls -l testfile
[ubuntu@169.254.0.5] out: -rw-r--r-- 1 root root 100 Jun 5 12:55 testfile
[ubuntu@169.254.0.5] out:

[ubuntu@169.254.0.5] sudo: ping -s 56 -c 3 -W 1 155.68.249.196
[ubuntu@169.254.0.5] out: PING 155.68.249.196 (155.68.249.196) 56(84) bytes of data.
[ubuntu@169.254.0.5] out: 64 bytes from 155.68.249.196: icmp_req=1 ttl=64 time=2.97 ms
[ubuntu@169.254.0.5] out: 64 bytes from 155.68.249.196: icmp_req=2 ttl=64 time=1.15 ms
[ubuntu@169.254.0.5] out: 64 bytes from 155.68.249.196: icmp_req=3 ttl=64 time=1.73 ms
[ubuntu@169.254.0.5] out:
[ubuntu@169.254.0.5] out: --- 155.68.249.196 ping statistics ---
[ubuntu@169.254.0.5] out: 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
[ubuntu@169.254.0.5] out: rtt min/avg/max/mdev = 1.153/1.952/2.973/0.760 ms
[ubuntu@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: NotFound
Python 3.9.25: /usr/bin/python3
Fri Jun 5 12:55:31 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=0x7f5652cf34c0>, *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=0x7f5652cf34c0>
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=0x7f5652cf34c0>)
170 self.logger.info(
171 "Delete test VMs and VN early to free compute for parallel sanity")
172 vm1_fixture.cleanUp()
173 self.remove_from_cleanups(vm1_fixture)
174 vm2_fixture.cleanUp()
vm1_fixture = <VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708>
vm1_fixture.cleanUp = <bound method VMFixture.cleanUp of <VMFixture: c...ityGroupBasicRegressionTests1-05647008-70152708>>

/contrail-test/fixtures/vm_test.py in cleanUp(self=<VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708>)
2050
2051 def cleanUp(self):
2052 self.delete()
2053 super(VMFixture, self).cleanUp()
2054
self = <VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708>
self.delete = <bound method VMFixture.delete of <VMFixture: ct...ityGroupBasicRegressionTests1-05647008-70152708>>

/contrail-test/fixtures/vm_test.py in delete(self=<VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708>, verify=False, force=False)
2075 self.logger.info("Removing the security group"
2076 " from VM %s" % (vm_obj.name))
2077 self.remove_security_group(sec_grp)
2078 self.logger.info("Deleting VM %s" % (vm_obj.name))
2079 if self.inputs.is_gui_based_config():
self = <VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708>
self.remove_security_group = <bound method VMFixture.remove_security_group of...ityGroupBasicRegressionTests1-05647008-70152708>>
sec_grp = '560bf582-da24-494b-a1ce-079d396c3249'

/contrail-test/fixtures/vm_test.py in remove_security_group(self=<VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708>, secgrp='560bf582-da24-494b-a1ce-079d396c3249')
503
504 def remove_security_group(self, secgrp):
505 self.orch.remove_security_group(vm_id=self.vm_obj.id, sg_id=secgrp)
506
507 def verify_security_group(self, secgrp):
self = <VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708>
self.orch = <openstack.OpenstackOrchestrator object>
self.orch.remove_security_group = <bound method OpenstackOrchestrator.remove_secur...roup of <openstack.OpenstackOrchestrator object>>
vm_id undefined
self.vm_obj = <Server: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708>
self.vm_obj.id = 'd275bc28-083e-4f3a-8bf6-b0be33e9dd38'
sg_id undefined
secgrp = '560bf582-da24-494b-a1ce-079d396c3249'

/contrail-test/fixtures/openstack.py in remove_security_group(self=<openstack.OpenstackOrchestrator object>, vm_id='d275bc28-083e-4f3a-8bf6-b0be33e9dd38', sg_id='560bf582-da24-494b-a1ce-079d396c3249', option='orch', **kwargs={})
251 if option == 'contrail':
252 return super(OpenstackOrchestrator, self).remove_security_group(vm_id=vm_id, sg_id=sg_id, **kwargs)
253 return self.nova_h.remove_security_group(vm_id, sg_id)
254
255 def create_security_group(self, sg_name, parent_fqname, sg_entries, option='orch', **kwargs):
self = <openstack.OpenstackOrchestrator object>
self.nova_h = <nova_test.NovaHelper object>
self.nova_h.remove_security_group = <bound method NovaHelper.remove_security_group of <nova_test.NovaHelper object>>
vm_id = 'd275bc28-083e-4f3a-8bf6-b0be33e9dd38'
sg_id = '560bf582-da24-494b-a1ce-079d396c3249'

/contrail-test/fixtures/nova_test.py in remove_security_group(self=<nova_test.NovaHelper object>, vm_id='d275bc28-083e-4f3a-8bf6-b0be33e9dd38', secgrp='560bf582-da24-494b-a1ce-079d396c3249')
622
623 def remove_security_group(self, vm_id, secgrp):
624 self.obj.servers.remove_security_group(vm_id, secgrp)
625
626 def get_vm_obj(self, vm_obj, wait_time=30):
self = <nova_test.NovaHelper object>
self.obj = <novaclient.v2.client.Client object>
self.obj.servers = <novaclient.v2.servers.ServerManager object>
self.obj.servers.remove_security_group = <bound method ServerManager.remove_security_group of <novaclient.v2.servers.ServerManager object>>
vm_id = 'd275bc28-083e-4f3a-8bf6-b0be33e9dd38'
secgrp = '560bf582-da24-494b-a1ce-079d396c3249'

/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in remove_security_group(self=<novaclient.v2.servers.ServerManager object>, server='d275bc28-083e-4f3a-8bf6-b0be33e9dd38', security_group='560bf582-da24-494b-a1ce-079d396c3249')
1938 :returns: An instance of novaclient.base.TupleWithMeta
1939 """
1940 return self._action('removeSecurityGroup', server,
1941 {'name': security_group})
1942
self = <novaclient.v2.servers.ServerManager object>
self._action = <bound method ServerManager._action of <novaclient.v2.servers.ServerManager object>>
server = 'd275bc28-083e-4f3a-8bf6-b0be33e9dd38'
security_group = '560bf582-da24-494b-a1ce-079d396c3249'

/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in _action(self=<novaclient.v2.servers.ServerManager object>, action='removeSecurityGroup', server='d275bc28-083e-4f3a-8bf6-b0be33e9dd38', info={'name': '560bf582-da24-494b-a1ce-079d396c3249'}, **kwargs={})
2117 Perform a server "action" -- reboot/rebuild/resize/etc.
2118 """
2119 resp, body = self._action_return_resp_and_body(action, server,
2120 info=info, **kwargs)
2121 return self.convert_into_with_meta(body, resp)
resp undefined
body undefined
self = <novaclient.v2.servers.ServerManager object>
self._action_return_resp_and_body = <bound method ServerManager._action_return_resp_... of <novaclient.v2.servers.ServerManager object>>
action = 'removeSecurityGroup'
server = 'd275bc28-083e-4f3a-8bf6-b0be33e9dd38'
info = {'name': '560bf582-da24-494b-a1ce-079d396c3249'}
kwargs = {}

/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in _action_return_resp_and_body(self=<novaclient.v2.servers.ServerManager object>, action='removeSecurityGroup', server='d275bc28-083e-4f3a-8bf6-b0be33e9dd38', info={'name': '560bf582-da24-494b-a1ce-079d396c3249'}, **kwargs={})
2129 self.run_hooks('modify_body_for_action', body, **kwargs)
2130 url = '/servers/%s/action' % base.getid(server)
2131 return self.api.client.post(url, body=body)
2132
2133 @api_versions.wraps('2.26')
self = <novaclient.v2.servers.ServerManager object>
self.api = <novaclient.v2.client.Client object>
self.api.client = <novaclient.client.SessionClient object>
self.api.client.post = <bound method Adapter.post of <novaclient.client.SessionClient object>>
url = '/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action'
body = {'removeSecurityGroup': {'name': '560bf582-da24-494b-a1ce-079d396c3249'}}

/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py in post(self=<novaclient.client.SessionClient object>, url='/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action', **kwargs={'body': {'removeSecurityGroup': {'name': '560bf582-da24-494b-a1ce-079d396c3249'}}})
390
391 def post(self, url, **kwargs):
392 return self.request(url, 'POST', **kwargs)
393
394 def put(self, url, **kwargs):
self = <novaclient.client.SessionClient object>
self.request = <bound method SessionClient.request of <novaclient.client.SessionClient object>>
url = '/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action'
kwargs = {'body': {'removeSecurityGroup': {'name': '560bf582-da24-494b-a1ce-079d396c3249'}}}

/usr/local/lib/python3.9/site-packages/novaclient/client.py in request(self=<novaclient.client.SessionClient object>, url='/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action', method='POST', **kwargs={'body': {'removeSecurityGroup': {'name': '560bf582-da24-494b-a1ce-079d396c3249'}}, 'headers': {'Accept': 'application/json', 'Content-Type': 'application/json', 'User-Agent': 'python-novaclient', 'X-Auth-Token': 'gAAAAABqIsaHuywaxiZfVyfqv33n5swk6sjLap83-fX5p93N...4k9F1HuEJbD4e11hWHoc-HVdkRur3e9FobIYkxdHPBUCXMI3A'}})
76 # api_versions.check_headers(resp, self.api_version)
77 if raise_exc and resp.status_code >= 400:
78 raise exceptions.from_response(resp, body, url, method)
79
80 return resp, body
global exceptions = <module 'novaclient.exceptions' from '/usr/local...ython3.9/site-packages/novaclient/exceptions.py'>
exceptions.from_response = <function from_response>
resp = <Response [404]>
body = {'itemNotFound': {'code': 404, 'message': 'Security group 560bf582-da24-494b-a1ce-079d396c3...ound for project ff3afaecaede4f7281f618fd007915e4'}}
url = '/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action'
method = 'POST'
NotFound: Security group 560bf582-da24-494b-a1ce-079d396c3249 is not found for project ff3afaecaede4f7281f618fd007915e4 (HTTP 404) (Request-ID: req-123d9073-b3de-4338-9724-db253dbd764e)
__cause__ = None
__class__ = <class 'novaclient.exceptions.NotFound'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of NotFound object>
__dict__ = {'code': 404, 'details': None, 'message': 'Security group 560bf582-da24-494b-a1ce-079d396c3...ound for project ff3afaecaede4f7281f618fd007915e4', 'method': 'POST', 'request_id': 'req-123d9073-b3de-4338-9724-db253dbd764e', 'url': '/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action'}
__dir__ = <built-in method __dir__ of NotFound object>
__doc__ = '\n HTTP 404 - Not found\n '
__eq__ = <method-wrapper '__eq__' of NotFound object>
__format__ = <built-in method __format__ of NotFound object>
__ge__ = <method-wrapper '__ge__' of NotFound object>
__getattribute__ = <method-wrapper '__getattribute__' of NotFound object>
__gt__ = <method-wrapper '__gt__' of NotFound object>
__hash__ = <method-wrapper '__hash__' of NotFound object>
__init__ = <bound method ClientException.__init__ of NotFound()>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of NotFound object>
__lt__ = <method-wrapper '__lt__' of NotFound object>
__module__ = 'novaclient.exceptions'
__ne__ = <method-wrapper '__ne__' of NotFound object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of NotFound object>
__reduce_ex__ = <built-in method __reduce_ex__ of NotFound object>
__repr__ = <method-wrapper '__repr__' of NotFound object>
__setattr__ = <method-wrapper '__setattr__' of NotFound object>
__setstate__ = <built-in method __setstate__ of NotFound object>
__sizeof__ = <built-in method __sizeof__ of NotFound object>
__str__ = <bound method ClientException.__str__ of NotFound()>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
__weakref__ = None
args = ()
code = 404
details = None
http_status = 404
message = 'Security group 560bf582-da24-494b-a1ce-079d396c3...ound for project ff3afaecaede4f7281f618fd007915e4'
method = 'POST'
request_id = 'req-123d9073-b3de-4338-9724-db253dbd764e'
url = '/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action'
with_traceback = <built-in method with_traceback of NotFound 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/securitygroup/test_regression_basic.py", line 172, in test_sec_group_basic
vm1_fixture.cleanUp()
File "/contrail-test/fixtures/vm_test.py", line 2052, in cleanUp
self.delete()
File "/contrail-test/fixtures/vm_test.py", line 2077, in delete
self.remove_security_group(sec_grp)
File "/contrail-test/fixtures/vm_test.py", line 505, in remove_security_group
self.orch.remove_security_group(vm_id=self.vm_obj.id, sg_id=secgrp)
File "/contrail-test/fixtures/openstack.py", line 253, in remove_security_group
return self.nova_h.remove_security_group(vm_id, sg_id)
File "/contrail-test/fixtures/nova_test.py", line 624, in remove_security_group
self.obj.servers.remove_security_group(vm_id, secgrp)
File "/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py", line 1940, in remove_security_group
return self._action('removeSecurityGroup', server,
File "/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py", line 2119, in _action
resp, body = self._action_return_resp_and_body(action, server,
File "/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py", line 2131, in _action_return_resp_and_body
return self.api.client.post(url, body=body)
File "/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py", line 392, in post
return self.request(url, 'POST', **kwargs)
File "/usr/local/lib/python3.9/site-packages/novaclient/client.py", line 78, in request
raise exceptions.from_response(resp, body, url, method)
novaclient.exceptions.NotFound: Security group 560bf582-da24-494b-a1ce-079d396c3249 is not found for project ff3afaecaede4f7281f618fd007915e4 (HTTP 404) (Request-ID: req-123d9073-b3de-4338-9724-db253dbd764e)

290.558 Log File
test_svc_in_net_nat_with_static_routes[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found26.026
test_svc_v2_transparent_datapath[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found17.925
test_svc_CEM_22032[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found16.669
test_svc_in_network_datapath[ci_sanity_WIP,quick_sanity,sanity,suite1]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found13.670
test_svc_hc_basic[sanity]Skippedimage /contrail-test/images/tinycore-in-network-nat.qcow2 is not found17.080
test_svc_trans_segment_right_hc_fail_svm[sanity]Skippedimage /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found17.690
test_svc_v2_mirroring[ci_sanity_WIP,quick_sanity,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: AssertionError
Python 3.9.25: /usr/bin/python3
Fri Jun 5 13:00:58 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.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>, *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 TestSVCV2Mirror.test_svc_v2_mirroring>
self = <scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>
args = ()
kwargs = {}

/contrail-test/scripts/svc_mirror/test_mirror.py in test_svc_v2_mirroring(self=<scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>)
22 def test_svc_v2_mirroring(self):
23 """Validate the service chain mirroring"""
24 return self.verify_svc_mirroring()
25
26 @preposttest_wrapper
self = <scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>
self.verify_svc_mirroring = <bound method VerifySvcMirror.verify_svc_mirrori...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>>

/contrail-test/common/servicechain/mirror/verify.py in verify_svc_mirroring(self=<scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>, *args=(), **kwargs={})
12
13 def verify_svc_mirroring(self, *args, **kwargs):
14 ret_dict = self.config_svc_mirroring(*args, **kwargs)
15 left_vm_fixture = ret_dict['left_vm_fixture']
16 right_vm_fixture = ret_dict['right_vm_fixture']
ret_dict undefined
self = <scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>
self.config_svc_mirroring = <bound method ConfigSvcMirror.config_svc_mirrori...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>>
args = ()
kwargs = {}

/contrail-test/common/servicechain/mirror/config.py in config_svc_mirroring(self=<scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>, service_mode='transparent', *args=(), **kwargs={})
36 vn2_fixture = self.config_vn(vn2_name, vn2_subnets)
37
38 ret_dict = self.verify_svc_chain(service_mode=service_mode,
39 service_type=service_type,
40 left_vn_fixture=vn1_fixture,
ret_dict undefined
self = <scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>
self.verify_svc_chain = <bound method VerifySvcChain.verify_svc_chain of...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>>
service_mode = 'transparent'
service_type = 'analyzer'
left_vn_fixture undefined
vn1_fixture = <vn_test.VNFixture object>
right_vn_fixture undefined
vn2_fixture = <vn_test.VNFixture object>
create_svms = True
kwargs = {}

/contrail-test/common/servicechain/verify.py in verify_svc_chain(self=<scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>, *args=(), **kwargs={'create_svms': True, 'left_vn_fixture': <vn_test.VNFixture object>, 'right_vn_fixture': <vn_test.VNFixture object>, 'service_mode': 'transparent', 'service_type': 'analyzer'})
318 def verify_svc_chain(self, *args, **kwargs):
319 svc_chain_info = kwargs.get('svc_chain_info')
320 ret_dict = svc_chain_info or self.config_svc_chain(*args, **kwargs)
321 proto = kwargs.get('proto', 'any')
322 left_vn_fq_name = ret_dict.get('left_vn_fixture').vn_fq_name
ret_dict undefined
svc_chain_info = None
self = <scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>
self.config_svc_chain = <bound method ConfigSvcChain.config_svc_chain of...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>>
args = ()
kwargs = {'create_svms': True, 'left_vn_fixture': <vn_test.VNFixture object>, 'right_vn_fixture': <vn_test.VNFixture object>, 'service_mode': 'transparent', 'service_type': 'analyzer'}

/contrail-test/common/servicechain/config.py in config_svc_chain(self=<scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>, service_mode='transparent', service_type='analyzer', max_inst=1, proto='any', svc_chain_type='parallel', src_ports=[0, 65535], dst_ports=[0, 65535], svc_img_name='ubuntu', st_version=2, mgmt_vn_name='ctest-mgmt_vn-64695369', mgmt_vn_subnets=['198.234.236.64/26'], mgmt_vn_fixture=<vn_test.VNFixture object>, left_vn_name='ctest-left-24991573', left_vn_subnets=['188.39.70.192/26'], left_vn_fixture=<vn_test.VNFixture object>, right_vn_name='ctest-right-87550771', right_vn_subnets=['175.184.201.192/26'], right_vn_fixture=<vn_test.VNFixture object>, left_lr_child_vn_fixture=None, right_lr_child_vn_fixture=None, left_vm_name='ctest-left_vm-85945041', left_vm_fixture=<VMFixture: ctest-left_vm-85945041>, right_vm_name='ctest-right_vm-73993910', right_vm_fixture=<VMFixture: ctest-right_vm-73993910>, image_name='ubuntu-traffic', policy_fixture=None, st_fixture=<svc_template_fixture.SvcTemplateFixture object>, si_fixture=None, port_tuples_props=None, static_route=None, svm_fixtures=[], create_svms=True, evpn=False, modify_rules=False, policy_action='pass', hosts=[], **kwargs={})
526 # Create SI VMs now
527 if not svm_fixtures and create_svms:
528 svm_fixtures = self.create_service_vms(vns,
529 svc_img_name=svc_img_name,
530 service_mode=service_mode,
svm_fixtures = []
self = <scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>
self.create_service_vms = <bound method ConfigSvcChain.create_service_vms ...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>>
vns = [None, <vn_test.VNFixture object>, None]
svc_img_name = 'ubuntu'
service_mode = 'transparent'
service_type = 'analyzer'
hosts = []
max_inst = 1

/contrail-test/common/servicechain/config.py in create_service_vms(self=<scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>, vns=[None, <vn_test.VNFixture object>, None], service_mode='transparent', max_inst=1, svc_img_name='ubuntu', service_type='analyzer', hosts=[])
337 if service_type == 'analyzer':
338 svm_fixture.disable_interface_policy()
339 self.verify_vms(svm_fixtures)
340 return svm_fixtures
341 # end create_service_vms
self = <scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>
self.verify_vms = <bound method ConfigSvcChain.verify_vms of <scri...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>>
svm_fixtures = [<VMFixture: ctest-pt_svm0-47769347>]

/contrail-test/common/servicechain/config.py in verify_vms(self=<scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>, vm_fixtures=[<VMFixture: ctest-pt_svm0-47769347>])
169 def verify_vms(self, vm_fixtures):
170 for vm in vm_fixtures:
171 self.verify_vm(vm)
172 # end verify_vms
173
self = <scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>
self.verify_vm = <bound method ConfigSvcChain.verify_vm of <scrip...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>>
vm = <VMFixture: ctest-pt_svm0-47769347>

/contrail-test/common/servicechain/config.py in verify_vm(self=<scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700>, vm_fixture=<VMFixture: ctest-pt_svm0-47769347>)
173
174 def verify_vm(self, vm_fixture):
175 assert vm_fixture.wait_till_vm_is_up(), 'VM does not seem to be up'
176 # end verify_vm
177
vm_fixture = <VMFixture: ctest-pt_svm0-47769347>
vm_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: ctest-pt_svm0-47769347>>
AssertionError: VM does not seem to be up
__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 = ('VM does not seem to be up',)
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/svc_mirror/test_mirror.py", line 24, in test_svc_v2_mirroring
return self.verify_svc_mirroring()
File "/contrail-test/common/servicechain/mirror/verify.py", line 14, in verify_svc_mirroring
ret_dict = self.config_svc_mirroring(*args, **kwargs)
File "/contrail-test/common/servicechain/mirror/config.py", line 38, in config_svc_mirroring
ret_dict = self.verify_svc_chain(service_mode=service_mode,
File "/contrail-test/common/servicechain/verify.py", line 320, in verify_svc_chain
ret_dict = svc_chain_info or self.config_svc_chain(*args, **kwargs)
File "/contrail-test/common/servicechain/config.py", line 528, in config_svc_chain
svm_fixtures = self.create_service_vms(vns,
File "/contrail-test/common/servicechain/config.py", line 339, in create_service_vms
self.verify_vms(svm_fixtures)
File "/contrail-test/common/servicechain/config.py", line 171, in verify_vms
self.verify_vm(vm)
File "/contrail-test/common/servicechain/config.py", line 175, in verify_vm
assert vm_fixture.wait_till_vm_is_up(), 'VM does not seem to be up'
AssertionError: VM does not seem to be up

40.238 Log File
test_vdns_ping_same_vn[ci_sanity,sanity,suite1]Success239.325
test_sctp_traffic_between_vm[sanity]Success229.751
test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]Success20.865
test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]Success26.858
test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]Success44.681
test_ecmp_with_static_routes[cb_sanity,dev_reg,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/scripts/vrouter/test_disable_policy.py", line 735, in test_ecmp_with_static_routes
super(DisablePolicyEcmpIpv6, self).test_ecmp_with_static_routes()
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.25: /usr/bin/python3
Fri Jun 5 13:12: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=<scripts.vrouter.test_disable_policy.DisablePoli...utes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0>, *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 DisablePolicyEcmp.test_ecmp_with_static_routes>
self = <scripts.vrouter.test_disable_policy.DisablePoli...utes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0>
args = ()
kwargs = {}

/contrail-test/scripts/vrouter/test_disable_policy.py in test_ecmp_with_static_routes(self=<scripts.vrouter.test_disable_policy.DisablePoli...utes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0>)
63 node_name=compute_hosts[0], image_name=image)[0]
64
65 self.verify_vms(vm_fixtures)
66 self.verify_vms(vm1_fixture)
67 vm1_fixture = vm1_fixture[0]
self = <scripts.vrouter.test_disable_policy.DisablePoli...utes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0>
self.verify_vms = <bound method BaseVrouterTest.verify_vms of <scr...tes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0>>
vm_fixtures = [<VMFixture: ctest-DisablePolicyEcmpIpv6-46771926-28147625>, <VMFixture: ctest-DisablePolicyEcmpIpv6-46771926-20066630>]

/contrail-test/common/vrouter/base.py in verify_vms(self=<scripts.vrouter.test_disable_policy.DisablePoli...utes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0>, vm_fixtures=[<VMFixture: ctest-DisablePolicyEcmpIpv6-46771926-28147625>, <VMFixture: ctest-DisablePolicyEcmpIpv6-46771926-20066630>])
198 def verify_vms(self, vm_fixtures):
199 for vm_fixture in vm_fixtures:
200 assert vm_fixture.wait_till_vm_is_up()
201
202 def add_static_routes_on_vms(self,prefix, vm_fixtures, ip=None):
vm_fixture = <VMFixture: ctest-DisablePolicyEcmpIpv6-46771926-20066630>
vm_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <V...: ctest-DisablePolicyEcmpIpv6-46771926-20066630>>
AssertionError:
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ()
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/vrouter/test_disable_policy.py", line 65, in test_ecmp_with_static_routes
self.verify_vms(vm_fixtures)
File "/contrail-test/common/vrouter/base.py", line 200, in verify_vms
assert vm_fixture.wait_till_vm_is_up()
AssertionError

91.634 Log File
test_bond_lacp_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.626
test_dpdk_bond_status[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.580
test_fbit_disable_mbuf_dpdk[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.599
test_dpdk_gro_gso[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.620
test_mtu_config[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.620
test_vifdump_on_interface[dev_reg,sanity]SkippedSkipped as test is not supported if dpdk_cluster=False 2.606
test_fat_flow_aggr_dest_icmp_intra_vn_inter_node[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: AssertionError
Python 3.9.25: /usr/bin/python3
Fri Jun 5 13:14:01 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.vrouter.test_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7f5652bda670>, *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 FatFlowAggr.test_fat_flow_aggr_dest_icmp_intra_vn_inter_node>
self = <scripts.vrouter.test_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7f5652bda670>
args = ()
kwargs = {}

/contrail-test/scripts/vrouter/test_fat_flow_aggr.py in test_fat_flow_aggr_dest_icmp_intra_vn_inter_node(self=<scripts.vrouter.test_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7f5652bda670>)
56 policy_deny = False
57 vn_policy = False
58 self.fat_flow_with_prefix_aggr(prefix_length=prefix_length,
59 inter_node=inter_node,inter_vn=inter_vn,
60 proto=proto, port=port, policy_deny=policy_deny, vn_policy=vn_policy,
self = <scripts.vrouter.test_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7f5652bda670>
self.fat_flow_with_prefix_aggr = <bound method BaseVrouterTest.fat_flow_with_pref...vn_inter_node[dev_reg,sanity] id=0x7f5652bda670>>
prefix_length = 27
inter_node = True
inter_vn = False
proto = 'icmp'
port = 0
policy_deny = False
vn_policy = False
dual undefined
ipv6 = False
prefix_length6 = 123
only_v6 = False

/contrail-test/common/vrouter/base.py in fat_flow_with_prefix_aggr(self=<scripts.vrouter.test_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7f5652bda670>, prefix_length=27, prefix_length6=123, inter_node=True, inter_vn=False, dual=False, traffic_recvr=False, unidirectional_traffic=True, ignore_address=None, proto='icmp', port=0, portv6=56, svc_chain=False, only_v6=False, af='v4', icmp_error=False, hc=None, vn_policy=False, policy_deny=False, svm_inter_node=False, resources=True, scale=False)
414 fixed_ips.append({'subnet_id' : subnet_ipv6,'ip_address': next_subnet_ipv6})
415 if not self.client2_fix:
416 self.client2_fix = self.create_vm_using_fixed_ips(
417 vn_fixture=src_vn_fixture, fixed_ips=fixed_ips,
418 vm_name='client2_vm')
self = <scripts.vrouter.test_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7f5652bda670>
self.client2_fix = None
self.create_vm_using_fixed_ips = <bound method BaseVrouterTest.create_vm_using_fi...vn_inter_node[dev_reg,sanity] id=0x7f5652bda670>>
vn_fixture undefined
src_vn_fixture = <vn_test.VNFixture object>
fixed_ips = [{'ip_address': '169.53.92.227', 'subnet_id': '60dbdc1d-fcfd-4abd-8ef3-c5f9182ca4b1'}]
vm_name undefined

/contrail-test/common/vrouter/base.py in create_vm_using_fixed_ips(self=<scripts.vrouter.test_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7f5652bda670>, vn_fixture=<vn_test.VNFixture object>, fixed_ips=[{'ip_address': '169.53.92.227', 'subnet_id': '60dbdc1d-fcfd-4abd-8ef3-c5f9182ca4b1'}], vm_name='client2_vm', image_name='ubuntu')
732 image_name=image_name,
733 port_ids=[port.uuid])
734 assert fix.wait_till_vm_is_up()
735 return fix
736 # end create_vm_using_fixed_ips
fix = <VMFixture: client2_vm>
fix.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: client2_vm>>
AssertionError:
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ()
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/vrouter/test_fat_flow_aggr.py", line 58, in test_fat_flow_aggr_dest_icmp_intra_vn_inter_node
self.fat_flow_with_prefix_aggr(prefix_length=prefix_length,
File "/contrail-test/common/vrouter/base.py", line 416, in fat_flow_with_prefix_aggr
self.client2_fix = self.create_vm_using_fixed_ips(
File "/contrail-test/common/vrouter/base.py", line 734, in create_vm_using_fixed_ips
assert fix.wait_till_vm_is_up()
AssertionError

73.519 Log File
test_rt_table_scenario_1[dev_reg,sanity]Success43.863
test_vlan_interface_2[cb_sanity,dev_reg,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: Test failed: AssertionError
Python 3.9.25: /usr/bin/python3
Fri Jun 5 13:16:26 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.vrouter.test_subinterfaces.TestSubInter...ev_reg,dev_sanity_dpdk,sanity] id=0x7f5652bf2d90>, *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 TestSubInterfaces.test_vlan_interface_2>
self = <scripts.vrouter.test_subinterfaces.TestSubInter...ev_reg,dev_sanity_dpdk,sanity] id=0x7f5652bf2d90>
args = ()
kwargs = {}

/contrail-test/scripts/vrouter/test_subinterfaces.py in test_vlan_interface_2(self=<scripts.vrouter.test_subinterfaces.TestSubInter...ev_reg,dev_sanity_dpdk,sanity] id=0x7f5652bf2d90>)
118 assert vm1_fixture.wait_till_vm_is_up()
119 assert vm2_fixture.wait_till_vm_is_up()
120 assert vm3_fixture.wait_till_vm_is_up()
121
122 interface = 'eth0.%s' %(VLAN_ID)
vm3_fixture = <VMFixture: ctest-TestSubInterfaces-27185476-71512913>
vm3_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <V...ture: ctest-TestSubInterfaces-27185476-71512913>>
AssertionError:
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ()
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/vrouter/test_subinterfaces.py", line 120, in test_vlan_interface_2
assert vm3_fixture.wait_till_vm_is_up()
AssertionError

86.568 Log File
test_mtu_probe_intra_node[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: AssertionError
Python 3.9.25: /usr/bin/python3
Fri Jun 5 13:17: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.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_intra_node[dev_reg,sanity] id=0x7f5652bfa6a0>, *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 TestMtuProbe.test_mtu_probe_intra_node>
self = <scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_intra_node[dev_reg,sanity] id=0x7f5652bfa6a0>
args = ()
kwargs = {}

/contrail-test/scripts/vrouter/test_tcp_mtu_probe.py in test_mtu_probe_intra_node(self=<scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_intra_node[dev_reg,sanity] id=0x7f5652bfa6a0>)
119 node_name=compute_hosts[0],image_name='ubuntu-traffic')
120 self.verify_vms(client_fixtures)
121 self.verify_vms(server_fixtures)
122 client = client_fixtures[0]
123 server = server_fixtures[0]
self = <scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_intra_node[dev_reg,sanity] id=0x7f5652bfa6a0>
self.verify_vms = <bound method BaseVrouterTest.verify_vms of <scr...be_intra_node[dev_reg,sanity] id=0x7f5652bfa6a0>>
server_fixtures = [<VMFixture: ctest-TestMtuProbe-67587875-68618521>]

/contrail-test/common/vrouter/base.py in verify_vms(self=<scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_intra_node[dev_reg,sanity] id=0x7f5652bfa6a0>, vm_fixtures=[<VMFixture: ctest-TestMtuProbe-67587875-68618521>])
198 def verify_vms(self, vm_fixtures):
199 for vm_fixture in vm_fixtures:
200 assert vm_fixture.wait_till_vm_is_up()
201
202 def add_static_routes_on_vms(self,prefix, vm_fixtures, ip=None):
vm_fixture = <VMFixture: ctest-TestMtuProbe-67587875-68618521>
vm_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: ctest-TestMtuProbe-67587875-68618521>>
AssertionError:
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ()
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/vrouter/test_tcp_mtu_probe.py", line 121, in test_mtu_probe_intra_node
self.verify_vms(server_fixtures)
File "/contrail-test/common/vrouter/base.py", line 200, in verify_vms
assert vm_fixture.wait_till_vm_is_up()
AssertionError

76.846 Log File
test_vif_statistics[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: AssertionError
Python 3.9.25: /usr/bin/python3
Fri Jun 5 13:19:01 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.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7f5652bfa910>, *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=0x7f5652bfa910>
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=0x7f5652bfa910>)
86 node_name=compute_hosts[0])
87 self.verify_vms(client_fixtures)
88 self.verify_vms(server_fixtures)
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
self = <scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7f5652bfa910>
self.verify_vms = <bound method BaseVrouterTest.verify_vms of <scr...if_statistics[dev_reg,sanity] id=0x7f5652bfa910>>
server_fixtures = [<VMFixture: ctest-TestvifStats-94712580-47653535>]

/contrail-test/common/vrouter/base.py in verify_vms(self=<scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7f5652bfa910>, vm_fixtures=[<VMFixture: ctest-TestvifStats-94712580-47653535>])
198 def verify_vms(self, vm_fixtures):
199 for vm_fixture in vm_fixtures:
200 assert vm_fixture.wait_till_vm_is_up()
201
202 def add_static_routes_on_vms(self,prefix, vm_fixtures, ip=None):
vm_fixture = <VMFixture: ctest-TestvifStats-94712580-47653535>
vm_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: ctest-TestvifStats-94712580-47653535>>
AssertionError:
__cause__ = None
__class__ = <class 'AssertionError'>
__context__ = None
__delattr__ = <method-wrapper '__delattr__' of AssertionError object>
__dict__ = {}
__dir__ = <built-in method __dir__ of AssertionError object>
__doc__ = 'Assertion failed.'
__eq__ = <method-wrapper '__eq__' of AssertionError object>
__format__ = <built-in method __format__ of AssertionError object>
__ge__ = <method-wrapper '__ge__' of AssertionError object>
__getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
__gt__ = <method-wrapper '__gt__' of AssertionError object>
__hash__ = <method-wrapper '__hash__' of AssertionError object>
__init__ = <method-wrapper '__init__' of AssertionError object>
__init_subclass__ = <built-in method __init_subclass__ of type object>
__le__ = <method-wrapper '__le__' of AssertionError object>
__lt__ = <method-wrapper '__lt__' of AssertionError object>
__ne__ = <method-wrapper '__ne__' of AssertionError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of AssertionError object>
__reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
__repr__ = <method-wrapper '__repr__' of AssertionError object>
__setattr__ = <method-wrapper '__setattr__' of AssertionError object>
__setstate__ = <built-in method __setstate__ of AssertionError object>
__sizeof__ = <built-in method __sizeof__ of AssertionError object>
__str__ = <method-wrapper '__str__' of AssertionError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__suppress_context__ = False
__traceback__ = <traceback object>
args = ()
with_traceback = <built-in method with_traceback of AssertionError object>

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/vrouter/test_vif_stats.py", line 88, in test_vif_statistics
self.verify_vms(server_fixtures)
File "/contrail-test/common/vrouter/base.py", line 200, in verify_vms
assert vm_fixture.wait_till_vm_is_up()
AssertionError

70.915 Log File
Properties »

Back to top