<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
  <testsuite errors="0" failures="6" id="0" name="" package="" skipped="7" tests="28" time="2364.590">
    <testcase classname="serial_scripts.analytics.test_analytics_resource.AnalyticsTestSanityWithMin" name="test_run_contrail_flows_cli_cmds[sanity]" time="13.999" />

    <testcase classname="serial_scripts.analytics.test_analytics_resource.AnalyticsTestSanityWithMin" name="test_run_contrail_logs_cli_cmd_with_multiple_different_optional_args[sanity]" time="21.383" />

    <testcase classname="serial_scripts.analytics.test_analytics_resource.AnalyticsTestSanityWithMin" name="test_run_contrail_stats_cli_cmds[sanity]" time="28.779" />

    <testcase classname="serial_scripts.analytics.test_analytics_resource.AnalyticsTestSanityWithResource" name="test_verify_session_sampling_teardown[sanity]" time="223.781">
      <failure type="testtools.testresult.real._StringException">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 &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fcc861dd5b0&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function AnalyticsTestSanityWithResource.test_verify_session_sampling_teardown&gt;
self = &lt;serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fcc861dd5b0&gt;
args = ()
kwargs = {}

 /contrail-test/serial_scripts/analytics/test_analytics_resource.py in test_verify_session_sampling_teardown(self=&lt;serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fcc861dd5b0&gt;)
 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,&apos;Failed to get expected number of samples&apos;
result = True
self = &lt;serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fcc861dd5b0&gt;
self.verify_session_sampling_teardown = &lt;bound method AnalyticsBaseTest.verify_session_s...ion_sampling_teardown[sanity] id=0x7fcc861dd5b0&gt;&gt;
start_time = &apos;1780665767024911&apos;
src_vn = &apos;default-domain:ctest-AnalyticsTestSanityWithResource-64198127:ctest-vn1-34912203&apos;
dst_vn = &apos;default-domain:ctest-AnalyticsTestSanityWithResource-64198127:ctest-vn2-83318571&apos;

 /contrail-test/serial_scripts/analytics/base.py in verify_session_sampling_teardown(self=&lt;serial_scripts.analytics.test_analytics_resourc...sion_sampling_teardown[sanity] id=0x7fcc861dd5b0&gt;, start_time=&apos;1780665767024911&apos;, src_vn=&apos;default-domain:ctest-AnalyticsTestSanityWithResource-64198127:ctest-vn1-34912203&apos;, dst_vn=&apos;default-domain:ctest-AnalyticsTestSanityWithResource-64198127:ctest-vn2-83318571&apos;)
  486         flow_record = self.analytics_obj.get_flows_vrouter_uve(
  487             vrouter=vm_host)
  488         assert not flow_record,&apos;flows not got deleted even after 240 sec&apos;
  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__ = &lt;class &apos;AssertionError&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of AssertionError object&gt;
    __dict__ = {}
    __dir__ = &lt;built-in method __dir__ of AssertionError object&gt;
    __doc__ = &apos;Assertion failed.&apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of AssertionError object&gt;
    __format__ = &lt;built-in method __format__ of AssertionError object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of AssertionError object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of AssertionError object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of AssertionError object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of AssertionError object&gt;
    __init__ = &lt;method-wrapper &apos;__init__&apos; of AssertionError object&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of AssertionError object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of AssertionError object&gt;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of AssertionError object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of AssertionError object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of AssertionError object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of AssertionError object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of AssertionError object&gt;
    __setstate__ = &lt;built-in method __setstate__ of AssertionError object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of AssertionError object&gt;
    __str__ = &lt;method-wrapper &apos;__str__&apos; of AssertionError object&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    args = (&apos;flows not got deleted even after 240 sec&apos;,)
    with_traceback = &lt;built-in method with_traceback of AssertionError object&gt;

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

Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 80, in wrapper
    result = function(self, *args, **kwargs)
  File &quot;/contrail-test/serial_scripts/analytics/test_analytics_resource.py&quot;, line 1283, in test_verify_session_sampling_teardown
    result = self.verify_session_sampling_teardown(start_time, src_vn, dst_vn)
  File &quot;/contrail-test/serial_scripts/analytics/base.py&quot;, line 488, in verify_session_sampling_teardown
    assert not flow_record,&apos;flows not got deleted even after 240 sec&apos;
AssertionError: flows not got deleted even after 240 sec

</failure>

    </testcase>

    <testcase classname="serial_scripts.asn4.test_asn4.TestAsn4" name="test_basic_as4_ibgp_sanity[sanity]" time="2.563">
      <skipped>Skipping Test. At least 1 external router required to run the test</skipped>

    </testcase>

    <testcase classname="serial_scripts.bgpaas.test_bgpaas_local_as.TestBGPaaSlocalAS" name="test_basic_bgpaas_local_as[dev_sanity_dpdk,sanity]" time="235.322" />

    <testcase classname="serial_scripts.bgpaas.test_bgpaas_zone.TestBGPaasZone" name="test_bgp_control_node_zone[sanity]" time="154.236">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function TestBGPaasZone.test_bgp_control_node_zone&gt;
self = &lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20&gt;
args = ()
kwargs = {}

 /contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py in test_bgp_control_node_zone(self=&lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20&gt;)
   57         cnt = 0
   58         self.logger.info(&apos;executing bgp_control_zone test&apos;)
   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 = &lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20&gt;
self.basic_control_node_zone_setup = &lt;bound method TestBGPaasZone.basic_control_node_...bgp_control_node_zone[sanity] id=0x7fcc860b6b20&gt;&gt;

 /contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py in basic_control_node_zone_setup(self=&lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20&gt;, ctrl_zone=None)
   31             self.vms.append(self.create_vm(vn_fixture=self.vn, image_name=&apos;ubuntu-bird&apos;))
   32         self.client_vm = self.create_vm(vn_fixture=self.vn, image_name=&apos;ubuntu-bird&apos;)
   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(&quot;test-zone&quot;,[bgp_name])
self = &lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._bgp_control_node_zone[sanity] id=0x7fcc860b6b20&gt;
self.check_vms_booted = &lt;bound method GenericTestBase.check_vms_booted o...scripts.bgpaas.test_bgpaas_zone.TestBGPaasZone&apos;&gt;&gt;
self.vms = [&lt;VMFixture: ctest-TestBGPaasZone-04745795-86799985&gt;, &lt;VMFixture: ctest-TestBGPaasZone-04745795-01236644&gt;]
self.client_vm = &lt;VMFixture: ctest-TestBGPaasZone-04745795-37111586&gt;

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

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

 /contrail-test/fixtures/vm_test.py in delete(self=&lt;VMFixture: ctest-TestBGPaasZone-04745795-37111586&gt;, 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 = &lt;VMFixture: ctest-TestBGPaasZone-04745795-37111586&gt;
self.orch = &lt;openstack.OpenstackOrchestrator object&gt;
self.orch.delete_vm = &lt;bound method OpenstackOrchestrator.delete_vm of &lt;openstack.OpenstackOrchestrator object&gt;&gt;
vm_obj = &lt;Server: ctest-TestBGPaasZone-04745795-37111586&gt;
force = False

 /contrail-test/fixtures/openstack.py in delete_vm(self=&lt;openstack.OpenstackOrchestrator object&gt;, vm_obj=&lt;Server: ctest-TestBGPaasZone-04745795-37111586&gt;, **kwargs={&apos;force&apos;: 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 = &lt;openstack.OpenstackOrchestrator object&gt;
self.nova_h = &lt;nova_test.NovaHelper object&gt;
self.nova_h.delete_vm = &lt;bound method NovaHelper.delete_vm of &lt;nova_test.NovaHelper object&gt;&gt;
vm_obj = &lt;Server: ctest-TestBGPaasZone-04745795-37111586&gt;
kwargs = {&apos;force&apos;: False}

 /contrail-test/fixtures/nova_test.py in delete_vm(self=&lt;nova_test.NovaHelper object&gt;, vm_obj=&lt;Server: ctest-TestBGPaasZone-04745795-37111586&gt;, 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 = &lt;nova_test.NovaHelper object&gt;
self.get_nova_host_of_vm = &lt;bound method NovaHelper.get_nova_host_of_vm of &lt;nova_test.NovaHelper object&gt;&gt;
vm_obj = &lt;Server: ctest-TestBGPaasZone-04745795-37111586&gt;

 /contrail-test/fixtures/nova_test.py in get_nova_host_of_vm(self=&lt;nova_test.NovaHelper object&gt;, vm_obj=&lt;Server: ctest-TestBGPaasZone-04745795-37111586&gt;)
  734                     self.logger.error(&apos;VM %s has failed to come up&apos; % vm_obj.name)
  735                     self.logger.error(&apos;Fault seen in nova show &lt;vm-uuid&gt; is:  %s&apos; % vm_obj.__dict__[&apos;fault&apos;])
  736                     assert False, &apos;Fault seen in nova show %s is:  %s&apos; % (
  737                         vm_obj.id, vm_obj.__dict__[&apos;fault&apos;])
  738                 else:
vm_obj = &lt;Server: ctest-TestBGPaasZone-04745795-37111586&gt;
vm_obj.id = &apos;e59ad5cd-6582-4927-b0c0-6975543cdb93&apos;
vm_obj.__dict__ = {&apos;OS-DCF:diskConfig&apos;: &apos;MANUAL&apos;, &apos;OS-EXT-AZ:availability_zone&apos;: &apos;nova&apos;, &apos;OS-EXT-SRV-ATTR:host&apos;: None, &apos;OS-EXT-SRV-ATTR:hypervisor_hostname&apos;: None, &apos;OS-EXT-SRV-ATTR:instance_name&apos;: &apos;instance-00000009&apos;, &apos;OS-EXT-STS:power_state&apos;: 0, &apos;OS-EXT-STS:task_state&apos;: None, &apos;OS-EXT-STS:vm_state&apos;: &apos;error&apos;, &apos;OS-SRV-USG:launched_at&apos;: None, &apos;OS-SRV-USG:terminated_at&apos;: None, ...}
AssertionError: Fault seen in nova show e59ad5cd-6582-4927-b0c0-6975543cdb93 is:  {&apos;code&apos;: 500, &apos;created&apos;: &apos;2026-06-05T13:30:50Z&apos;, &apos;message&apos;: &apos;No valid host was found. &apos;, &apos;details&apos;: &apos;Traceback (most recent call last):\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py&quot;, line 1581, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py&quot;, line 942, in _schedule_instances\n    return_alternates=return_alternates)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py&quot;, line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py&quot;, line 160, in select_destinations\n    return cctxt.call(ctxt, \&apos;select_destinations\&apos;, **msg_args)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py&quot;, line 192, in call\n    retry=self.retry, transport_options=self.transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py&quot;, line 128, in _send\n    transport_options=transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py&quot;, line 691, in send\n    transport_options=transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py&quot;, 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 &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py&quot;, line 241, in inner\n    return func(*args, **kwargs)\n\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py&quot;, line 209, in select_destinations\n    raise exception.NoValidHost(reason=&quot;&quot;)\n\nnova.exception.NoValidHost: No valid host was found. \n\n&apos;}
    __cause__ = None
    __class__ = &lt;class &apos;AssertionError&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of AssertionError object&gt;
    __dict__ = {}
    __dir__ = &lt;built-in method __dir__ of AssertionError object&gt;
    __doc__ = &apos;Assertion failed.&apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of AssertionError object&gt;
    __format__ = &lt;built-in method __format__ of AssertionError object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of AssertionError object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of AssertionError object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of AssertionError object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of AssertionError object&gt;
    __init__ = &lt;method-wrapper &apos;__init__&apos; of AssertionError object&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of AssertionError object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of AssertionError object&gt;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of AssertionError object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of AssertionError object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of AssertionError object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of AssertionError object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of AssertionError object&gt;
    __setstate__ = &lt;built-in method __setstate__ of AssertionError object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of AssertionError object&gt;
    __str__ = &lt;method-wrapper &apos;__str__&apos; of AssertionError object&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    args = (r&quot;Fault seen in nova show e59ad5cd-6582-4927-b0c0-...tion.NoValidHost: No valid host was found. \n\n&apos;}&quot;,)
    with_traceback = &lt;built-in method with_traceback of AssertionError object&gt;

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

Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 80, in wrapper
    result = function(self, *args, **kwargs)
  File &quot;/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py&quot;, line 59, in test_bgp_control_node_zone
    assert self.basic_control_node_zone_setup()
  File &quot;/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py&quot;, line 33, in basic_control_node_zone_setup
    self.check_vms_booted(self.vms + [self.client_vm])
  File &quot;/contrail-test/common/base.py&quot;, line 721, in check_vms_booted
    vm_fixture.cleanUp()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2052, in cleanUp
    self.delete()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2082, in delete
    self.orch.delete_vm(vm_obj, force=force)
  File &quot;/contrail-test/fixtures/openstack.py&quot;, line 121, in delete_vm
    return self.nova_h.delete_vm(vm_obj, **kwargs)
  File &quot;/contrail-test/fixtures/nova_test.py&quot;, line 765, in delete_vm
    self.get_nova_host_of_vm(vm_obj)
  File &quot;/contrail-test/fixtures/nova_test.py&quot;, line 736, in get_nova_host_of_vm
    assert False, &apos;Fault seen in nova show %s is:  %s&apos; % (
AssertionError: Fault seen in nova show e59ad5cd-6582-4927-b0c0-6975543cdb93 is:  {&apos;code&apos;: 500, &apos;created&apos;: &apos;2026-06-05T13:30:50Z&apos;, &apos;message&apos;: &apos;No valid host was found. &apos;, &apos;details&apos;: &apos;Traceback (most recent call last):\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py&quot;, line 1581, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py&quot;, line 942, in _schedule_instances\n    return_alternates=return_alternates)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py&quot;, line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py&quot;, line 160, in select_destinations\n    return cctxt.call(ctxt, \&apos;select_destinations\&apos;, **msg_args)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py&quot;, line 192, in call\n    retry=self.retry, transport_options=self.transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py&quot;, line 128, in _send\n    transport_options=transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py&quot;, line 691, in send\n    transport_options=transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py&quot;, 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 &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py&quot;, line 241, in inner\n    return func(*args, **kwargs)\n\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py&quot;, line 209, in select_destinations\n    raise exception.NoValidHost(reason=&quot;&quot;)\n\nnova.exception.NoValidHost: No valid host was found. \n\n&apos;}

</failure>

    </testcase>

    <testcase classname="serial_scripts.bgpaas.test_bgpaas_zone.TestBGPaasZone" name="test_bgp_control_node_zones_from_single_vnf[sanity]" time="146.053">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function TestBGPaasZone.test_bgp_control_node_zones_from_single_vnf&gt;
self = &lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60&gt;
args = ()
kwargs = {}

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

 /contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py in basic_control_node_zone_setup(self=&lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60&gt;, ctrl_zone=&apos;both-zones&apos;)
   31             self.vms.append(self.create_vm(vn_fixture=self.vn, image_name=&apos;ubuntu-bird&apos;))
   32         self.client_vm = self.create_vm(vn_fixture=self.vn, image_name=&apos;ubuntu-bird&apos;)
   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(&quot;test-zone&quot;,[bgp_name])
self = &lt;serial_scripts.bgpaas.test_bgpaas_zone.TestBGPa..._zones_from_single_vnf[sanity] id=0x7fcc860b6d60&gt;
self.check_vms_booted = &lt;bound method GenericTestBase.check_vms_booted o...scripts.bgpaas.test_bgpaas_zone.TestBGPaasZone&apos;&gt;&gt;
self.vms = [&lt;VMFixture: ctest-TestBGPaasZone-04745795-50435527&gt;, &lt;VMFixture: ctest-TestBGPaasZone-04745795-69145819&gt;]
self.client_vm = &lt;VMFixture: ctest-TestBGPaasZone-04745795-97061723&gt;

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

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

 /contrail-test/fixtures/vm_test.py in delete(self=&lt;VMFixture: ctest-TestBGPaasZone-04745795-97061723&gt;, 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 = &lt;VMFixture: ctest-TestBGPaasZone-04745795-97061723&gt;
self.orch = &lt;openstack.OpenstackOrchestrator object&gt;
self.orch.delete_vm = &lt;bound method OpenstackOrchestrator.delete_vm of &lt;openstack.OpenstackOrchestrator object&gt;&gt;
vm_obj = &lt;Server: ctest-TestBGPaasZone-04745795-97061723&gt;
force = False

 /contrail-test/fixtures/openstack.py in delete_vm(self=&lt;openstack.OpenstackOrchestrator object&gt;, vm_obj=&lt;Server: ctest-TestBGPaasZone-04745795-97061723&gt;, **kwargs={&apos;force&apos;: 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 = &lt;openstack.OpenstackOrchestrator object&gt;
self.nova_h = &lt;nova_test.NovaHelper object&gt;
self.nova_h.delete_vm = &lt;bound method NovaHelper.delete_vm of &lt;nova_test.NovaHelper object&gt;&gt;
vm_obj = &lt;Server: ctest-TestBGPaasZone-04745795-97061723&gt;
kwargs = {&apos;force&apos;: False}

 /contrail-test/fixtures/nova_test.py in delete_vm(self=&lt;nova_test.NovaHelper object&gt;, vm_obj=&lt;Server: ctest-TestBGPaasZone-04745795-97061723&gt;, 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 = &lt;nova_test.NovaHelper object&gt;
self.get_nova_host_of_vm = &lt;bound method NovaHelper.get_nova_host_of_vm of &lt;nova_test.NovaHelper object&gt;&gt;
vm_obj = &lt;Server: ctest-TestBGPaasZone-04745795-97061723&gt;

 /contrail-test/fixtures/nova_test.py in get_nova_host_of_vm(self=&lt;nova_test.NovaHelper object&gt;, vm_obj=&lt;Server: ctest-TestBGPaasZone-04745795-97061723&gt;)
  734                     self.logger.error(&apos;VM %s has failed to come up&apos; % vm_obj.name)
  735                     self.logger.error(&apos;Fault seen in nova show &lt;vm-uuid&gt; is:  %s&apos; % vm_obj.__dict__[&apos;fault&apos;])
  736                     assert False, &apos;Fault seen in nova show %s is:  %s&apos; % (
  737                         vm_obj.id, vm_obj.__dict__[&apos;fault&apos;])
  738                 else:
vm_obj = &lt;Server: ctest-TestBGPaasZone-04745795-97061723&gt;
vm_obj.id = &apos;ca1f510c-6798-4480-880b-4f24e564cebe&apos;
vm_obj.__dict__ = {&apos;OS-DCF:diskConfig&apos;: &apos;MANUAL&apos;, &apos;OS-EXT-AZ:availability_zone&apos;: &apos;nova&apos;, &apos;OS-EXT-SRV-ATTR:host&apos;: None, &apos;OS-EXT-SRV-ATTR:hypervisor_hostname&apos;: None, &apos;OS-EXT-SRV-ATTR:instance_name&apos;: &apos;instance-0000000a&apos;, &apos;OS-EXT-STS:power_state&apos;: 0, &apos;OS-EXT-STS:task_state&apos;: None, &apos;OS-EXT-STS:vm_state&apos;: &apos;error&apos;, &apos;OS-SRV-USG:launched_at&apos;: None, &apos;OS-SRV-USG:terminated_at&apos;: None, ...}
AssertionError: Fault seen in nova show ca1f510c-6798-4480-880b-4f24e564cebe is:  {&apos;code&apos;: 500, &apos;created&apos;: &apos;2026-06-05T13:33:22Z&apos;, &apos;message&apos;: &apos;No valid host was found. &apos;, &apos;details&apos;: &apos;Traceback (most recent call last):\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py&quot;, line 1581, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py&quot;, line 942, in _schedule_instances\n    return_alternates=return_alternates)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py&quot;, line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py&quot;, line 160, in select_destinations\n    return cctxt.call(ctxt, \&apos;select_destinations\&apos;, **msg_args)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py&quot;, line 192, in call\n    retry=self.retry, transport_options=self.transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py&quot;, line 128, in _send\n    transport_options=transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py&quot;, line 691, in send\n    transport_options=transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py&quot;, 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 &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py&quot;, line 241, in inner\n    return func(*args, **kwargs)\n\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py&quot;, line 209, in select_destinations\n    raise exception.NoValidHost(reason=&quot;&quot;)\n\nnova.exception.NoValidHost: No valid host was found. \n\n&apos;}
    __cause__ = None
    __class__ = &lt;class &apos;AssertionError&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of AssertionError object&gt;
    __dict__ = {}
    __dir__ = &lt;built-in method __dir__ of AssertionError object&gt;
    __doc__ = &apos;Assertion failed.&apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of AssertionError object&gt;
    __format__ = &lt;built-in method __format__ of AssertionError object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of AssertionError object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of AssertionError object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of AssertionError object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of AssertionError object&gt;
    __init__ = &lt;method-wrapper &apos;__init__&apos; of AssertionError object&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of AssertionError object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of AssertionError object&gt;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of AssertionError object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of AssertionError object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of AssertionError object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of AssertionError object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of AssertionError object&gt;
    __setstate__ = &lt;built-in method __setstate__ of AssertionError object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of AssertionError object&gt;
    __str__ = &lt;method-wrapper &apos;__str__&apos; of AssertionError object&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    args = (r&quot;Fault seen in nova show ca1f510c-6798-4480-880b-...tion.NoValidHost: No valid host was found. \n\n&apos;}&quot;,)
    with_traceback = &lt;built-in method with_traceback of AssertionError object&gt;

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

Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 80, in wrapper
    result = function(self, *args, **kwargs)
  File &quot;/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py&quot;, line 147, in test_bgp_control_node_zones_from_single_vnf
    assert self.basic_control_node_zone_setup(&apos;both-zones&apos;)
  File &quot;/contrail-test/serial_scripts/bgpaas/test_bgpaas_zone.py&quot;, line 33, in basic_control_node_zone_setup
    self.check_vms_booted(self.vms + [self.client_vm])
  File &quot;/contrail-test/common/base.py&quot;, line 721, in check_vms_booted
    vm_fixture.cleanUp()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2052, in cleanUp
    self.delete()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2082, in delete
    self.orch.delete_vm(vm_obj, force=force)
  File &quot;/contrail-test/fixtures/openstack.py&quot;, line 121, in delete_vm
    return self.nova_h.delete_vm(vm_obj, **kwargs)
  File &quot;/contrail-test/fixtures/nova_test.py&quot;, line 765, in delete_vm
    self.get_nova_host_of_vm(vm_obj)
  File &quot;/contrail-test/fixtures/nova_test.py&quot;, line 736, in get_nova_host_of_vm
    assert False, &apos;Fault seen in nova show %s is:  %s&apos; % (
AssertionError: Fault seen in nova show ca1f510c-6798-4480-880b-4f24e564cebe is:  {&apos;code&apos;: 500, &apos;created&apos;: &apos;2026-06-05T13:33:22Z&apos;, &apos;message&apos;: &apos;No valid host was found. &apos;, &apos;details&apos;: &apos;Traceback (most recent call last):\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py&quot;, line 1581, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/conductor/manager.py&quot;, line 942, in _schedule_instances\n    return_alternates=return_alternates)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/client/query.py&quot;, line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/rpcapi.py&quot;, line 160, in select_destinations\n    return cctxt.call(ctxt, \&apos;select_destinations\&apos;, **msg_args)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/client.py&quot;, line 192, in call\n    retry=self.retry, transport_options=self.transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/transport.py&quot;, line 128, in _send\n    transport_options=transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py&quot;, line 691, in send\n    transport_options=transport_options)\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py&quot;, 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 &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/oslo_messaging/rpc/server.py&quot;, line 241, in inner\n    return func(*args, **kwargs)\n\n  File &quot;/var/lib/kolla/venv/lib/python3.6/site-packages/nova/scheduler/manager.py&quot;, line 209, in select_destinations\n    raise exception.NoValidHost(reason=&quot;&quot;)\n\nnova.exception.NoValidHost: No valid host was found. \n\n&apos;}

</failure>

    </testcase>

    <testcase classname="serial_scripts.device_manager.test_dm.TestDM" name="test_basic_dm[sanity]" time="2.561">
      <skipped>dm_mx env needs to be set in testbed.py to run this script</skipped>

    </testcase>

    <testcase classname="serial_scripts.encap.test_encap.TestEncapCases" name="test_apply_policy_fip_on_same_vn_gw_mx[sanity,serial]" time="2.566">
      <skipped>Skipping Test. Env variable MX_TEST is not set. Skipping the test</skipped>

    </testcase>

    <testcase classname="serial_scripts.evpn.test_evpn.TestEvpnCasesRestart" name="test_with_vxlan_encap_agent_restart[sanity,serial]" time="285.526" />

    <testcase classname="serial_scripts.floatingip.test_mx.TestSerialSanity_MX" name="test_change_of_rt_in_vn[mx_test,sanity,serial]" time="2.590">
      <skipped>Skipping Test. Env variable MX_GW_TEST is not set</skipped>

    </testcase>

    <testcase classname="serial_scripts.gw_less_fwd.test_gw_less_fwd.TestGWLessFWD" name="test_gw_less_fwd_single_vn_ip_fab[cb_sanity,sanity]" time="2.598">
      <skipped>Skipping Test. Fabric gateway is required to run the test</skipped>

    </testcase>

    <testcase classname="serial_scripts.md5.test_md5.TestMd5testsOnControl" name="test_check_per_peer_on_control[sanity]" time="55.149" />

    <testcase classname="serial_scripts.md5.test_md5.TestMd5testsOnControl" name="test_create_md5_on_control[sanity]" time="48.307" />

    <testcase classname="serial_scripts.rbac.test_rbac.TestRbac" name="test_perms2_global_share[ci_sanity,sanity]" time="62.622" />

    <testcase classname="serial_scripts.rbac.test_rbac_basic.TestRbacBasic" name="test_perms2_owner[ci_sanity,sanity,suite1]" time="18.466" />

    <testcase classname="serial_scripts.rbac.test_rbac_basic.TestRbacBasic" name="test_rbac_acl_different_roles[ci_sanity,sanity,suite1]" time="18.266" />

    <testcase classname="serial_scripts.rbac.test_rbac_basic.TestRbacBasic" name="test_rbac_create_delete_vm[sanity,suite1]" time="73.905" />

    <testcase classname="scripts.analytics.test_analytics.AnalyticsTestSanity" name="test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]" time="3.873" />

    <testcase classname="serial_scripts.vm_regression.test_vm_serial.TestBasicVMVN0" name="test_control_node_switchover[cb_sanity,sanity]" time="250.376" />

    <testcase classname="serial_scripts.vm_regression.test_vm_serial.TestBasicVMVN0" name="test_process_restart_in_policy_between_vns[cb_sanity,sanity]" time="215.779">
      <failure type="testtools.testresult.real._StringException">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 &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7fcc857b9790&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function TestBasicVMVN0.test_process_restart_in_policy_between_vns&gt;
self = &lt;serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7fcc857b9790&gt;
args = ()
kwargs = {}

 /contrail-test/serial_scripts/vm_regression/test_vm_serial.py in test_process_restart_in_policy_between_vns(self=&lt;serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7fcc857b9790&gt;)
  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 = &lt;VMFixture: ctest-vn1_vm2-54724712&gt;
vm3_fixture.verify_on_setup = &lt;bound method VMFixture.verify_on_setup of &lt;VMFixture: ctest-vn1_vm2-54724712&gt;&gt;
AssertionError: 
    __cause__ = None
    __class__ = &lt;class &apos;AssertionError&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of AssertionError object&gt;
    __dict__ = {}
    __dir__ = &lt;built-in method __dir__ of AssertionError object&gt;
    __doc__ = &apos;Assertion failed.&apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of AssertionError object&gt;
    __format__ = &lt;built-in method __format__ of AssertionError object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of AssertionError object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of AssertionError object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of AssertionError object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of AssertionError object&gt;
    __init__ = &lt;method-wrapper &apos;__init__&apos; of AssertionError object&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of AssertionError object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of AssertionError object&gt;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of AssertionError object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of AssertionError object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of AssertionError object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of AssertionError object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of AssertionError object&gt;
    __setstate__ = &lt;built-in method __setstate__ of AssertionError object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of AssertionError object&gt;
    __str__ = &lt;method-wrapper &apos;__str__&apos; of AssertionError object&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    args = ()
    with_traceback = &lt;built-in method with_traceback of AssertionError object&gt;

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

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

</failure>

    </testcase>

    <testcase classname="serial_scripts.vm_regression.test_vm_serial.TestBasicVMVN0" name="test_underlay_broadcast_traffic_handling[sanity]" time="27.539" />

    <testcase classname="serial_scripts.vrouter.test_drop_stats.TestDropStats" name="test_flow_action_drop_stats[dev_reg,sanity]" time="93.187" />

    <testcase classname="serial_scripts.vrouter.test_fat_flow_aggr_serial.FatFlowAggrIpv6Serial" name="test_fat_flow_aggr_dest_udp_inter_vn_inter_node[dev_reg,sanity]" time="78.778">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function FatFlowAggrIpv6Serial.test_fat_flow_aggr_dest_udp_inter_vn_inter_node&gt;
self = &lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;
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=&lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;)
   91 
   92         &quot;&quot;&quot;
   93         self.inputs.set_af(&apos;dual&apos;)
   94         super(FatFlowAggrIpv6Serial, self).test_fat_flow_aggr_dest_udp_inter_vn_inter_node()
   95 
builtinsuper = &lt;class &apos;super&apos;&gt;
global FatFlowAggrIpv6Serial = &lt;class &apos;serial_scripts.vrouter.test_fat_flow_aggr_serial.FatFlowAggrIpv6Serial&apos;&gt;
self = &lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;
).test_fat_flow_aggr_dest_udp_inter_vn_inter_node = &lt;bound method FatFlowAggrIpv6Serial.test_fat_flo...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;&gt;

 /contrail-test/tcutils/wrappers.py in wrapper(self=&lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;, *args=(), **kwargs={})
  174                 if &apos;ci_image&apos; in list(os.environ.keys()):
  175                     os.environ[&apos;stop_execution_flag&apos;] = &apos;set&apos;
  176                 raise TestFailed(&quot;\n &quot;.join(errmsg))
  177             elif testskip:
  178                 log.info(&apos;&apos;)
global TestFailed = &lt;class &apos;tcutils.cores.TestFailed&apos;&gt;
&quot;\n &quot;.join undefined
errmsg = [&apos;Test failed: AssertionError\nPython 3.9.25: /usr/...assert fix.wait_till_vm_is_up()\nAssertionError\n\n\n&apos;]
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=&lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function FatFlowAggrSerial.test_fat_flow_aggr_dest_udp_inter_vn_inter_node&gt;
self = &lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;
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=&lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;)
   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 = &lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;
self.fat_flow_with_prefix_aggr = &lt;bound method BaseVrouterTest.fat_flow_with_pref...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;&gt;
prefix_length = 29
inter_node = True
inter_vn = True
proto = &apos;udp&apos;
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=&lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;, prefix_length=29, prefix_length6=125, inter_node=True, inter_vn=True, dual=True, traffic_recvr=False, unidirectional_traffic=True, ignore_address=None, proto=&apos;udp&apos;, port=55, portv6=56, svc_chain=False, only_v6=True, af=&apos;v4&apos;, icmp_error=False, hc=None, vn_policy=True, policy_deny=False, svm_inter_node=False, resources=True, scale=False)
  414              fixed_ips.append({&apos;subnet_id&apos; : subnet_ipv6,&apos;ip_address&apos;: 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=&apos;client2_vm&apos;)
self = &lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;
self.client2_fix = None
self.create_vm_using_fixed_ips = &lt;bound method BaseVrouterTest.create_vm_using_fi...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;&gt;
vn_fixture undefined
src_vn_fixture = &lt;vn_test.VNFixture object&gt;
fixed_ips = [{&apos;ip_address&apos;: &apos;133.196.41.75&apos;, &apos;subnet_id&apos;: &apos;3111f9ad-127e-459d-aee1-b168b73013fd&apos;}, {&apos;ip_address&apos;: &apos;23c7:78b1:fd10:2213:acca:4043:0:b&apos;, &apos;subnet_id&apos;: &apos;c7476bc2-79ba-414f-bbbb-98b27d552f08&apos;}]
vm_name undefined

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

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

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



    __cause__ = None
    __class__ = &lt;class &apos;tcutils.cores.TestFailed&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of TestFailed object&gt;
    __dict__ = {}
    __dir__ = &lt;built-in method __dir__ of TestFailed object&gt;
    __doc__ = None
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of TestFailed object&gt;
    __format__ = &lt;built-in method __format__ of TestFailed object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of TestFailed object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of TestFailed object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of TestFailed object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of TestFailed object&gt;
    __init__ = &lt;method-wrapper &apos;__init__&apos; of TestFailed object&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of TestFailed object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of TestFailed object&gt;
    __module__ = &apos;tcutils.cores&apos;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of TestFailed object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of TestFailed object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of TestFailed object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of TestFailed object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of TestFailed object&gt;
    __setstate__ = &lt;built-in method __setstate__ of TestFailed object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of TestFailed object&gt;
    __str__ = &lt;method-wrapper &apos;__str__&apos; of TestFailed object&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    __weakref__ = None
    args = (&apos;Test failed: AssertionError\nPython 3.9.25: /usr/...assert fix.wait_till_vm_is_up()\nAssertionError\n\n\n&apos;,)
    with_traceback = &lt;built-in method with_traceback of TestFailed object&gt;

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

Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 80, in wrapper
    result = function(self, *args, **kwargs)
  File &quot;/contrail-test/serial_scripts/vrouter/test_fat_flow_aggr_serial.py&quot;, 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 &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function FatFlowAggrSerial.test_fat_flow_aggr_dest_udp_inter_vn_inter_node&gt;
self = &lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;
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=&lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;)
   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 = &lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;
self.fat_flow_with_prefix_aggr = &lt;bound method BaseVrouterTest.fat_flow_with_pref...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;&gt;
prefix_length = 29
inter_node = True
inter_vn = True
proto = &apos;udp&apos;
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=&lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;, prefix_length=29, prefix_length6=125, inter_node=True, inter_vn=True, dual=True, traffic_recvr=False, unidirectional_traffic=True, ignore_address=None, proto=&apos;udp&apos;, port=55, portv6=56, svc_chain=False, only_v6=True, af=&apos;v4&apos;, icmp_error=False, hc=None, vn_policy=True, policy_deny=False, svm_inter_node=False, resources=True, scale=False)
  414              fixed_ips.append({&apos;subnet_id&apos; : subnet_ipv6,&apos;ip_address&apos;: 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=&apos;client2_vm&apos;)
self = &lt;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;
self.client2_fix = None
self.create_vm_using_fixed_ips = &lt;bound method BaseVrouterTest.create_vm_using_fi...vn_inter_node[dev_reg,sanity] id=0x7fcc857c6c40&gt;&gt;
vn_fixture undefined
src_vn_fixture = &lt;vn_test.VNFixture object&gt;
fixed_ips = [{&apos;ip_address&apos;: &apos;133.196.41.75&apos;, &apos;subnet_id&apos;: &apos;3111f9ad-127e-459d-aee1-b168b73013fd&apos;}, {&apos;ip_address&apos;: &apos;23c7:78b1:fd10:2213:acca:4043:0:b&apos;, &apos;subnet_id&apos;: &apos;c7476bc2-79ba-414f-bbbb-98b27d552f08&apos;}]
vm_name undefined

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

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

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

</failure>

    </testcase>

    <testcase classname="serial_scripts.vrouter.test_fat_flow_serial.FatFlowSerialIpv6" name="test_fat_flow_intra_vn_inter_node[cb_sanity,sanity]" time="69.771">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/serial_scripts/vrouter/test_fat_flow_serial.py&quot;, line 600, in test_fat_flow_intra_vn_inter_node
    super(FatFlowSerialIpv6, self).test_fat_flow_intra_vn_inter_node()
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;serial_scripts.vrouter.test_fat_flow_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7fcc857da910&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function FatFlowSerial.test_fat_flow_intra_vn_inter_node&gt;
self = &lt;serial_scripts.vrouter.test_fat_flow_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7fcc857da910&gt;
args = ()
kwargs = {}

 /contrail-test/serial_scripts/vrouter/test_fat_flow_serial.py in test_fat_flow_intra_vn_inter_node(self=&lt;serial_scripts.vrouter.test_fat_flow_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7fcc857da910&gt;)
   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 = &lt;serial_scripts.vrouter.test_fat_flow_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7fcc857da910&gt;
self.verify_vms = &lt;bound method BaseVrouterTest.verify_vms of &lt;ser..._inter_node[cb_sanity,sanity] id=0x7fcc857da910&gt;&gt;
client_fixtures = [&lt;VMFixture: ctest-FatFlowSerialIpv6-08358719-31629232&gt;, &lt;VMFixture: ctest-FatFlowSerialIpv6-08358719-75153750&gt;]

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

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

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

</failure>

    </testcase>

    <testcase classname="serial_scripts.xmpp.test_xmpp_auth.TestXmpptests" name="test_precedence_xmpp_auth[sanity]" time="2.602">
      <skipped>Xmpp auth should be set before running tests</skipped>

    </testcase>

    <testcase classname="serial_scripts.xmpp.test_xmpp_auth.TestXmpptests" name="test_undo_xmpp_auth[sanity]" time="2.614">
      <skipped>Xmpp auth should be set before running tests</skipped>

    </testcase>

  </testsuite>
  <testsuite errors="0" failures="9" id="1" name="" package="" skipped="32" tests="81" time="5510.441">
    <testcase classname="scripts.RR.test_rr.TestBasicRR" name="test_basic_RR[sanity]" time="1.521">
      <skipped>Skipping Test. Env variable MX_GW_TEST is not set. Skipping the test</skipped>

    </testcase>

    <testcase classname="scripts.RR.test_rr.TestBasicRR" name="test_create_vm_after_RR_set[sanity]" time="1.366">
      <skipped>Skipping Test. Env variable MX_GW_TEST is not set. Skipping the test</skipped>

    </testcase>

    <testcase classname="scripts.analytics.test_analytics.AnalyticsTestSanity" name="test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]" time="1.997" />

    <testcase classname="scripts.analytics.test_analytics.AnalyticsTestSanity3" name="test_db_nodemgr_status[dev_sanity_dpdk,sanity]" time="2.033" />

    <testcase classname="scripts.analytics.test_analytics.AnalyticsTestSanity3" name="test_verify_generator_collector_connections[dev_sanity_dpdk,sanity]" time="3.934" />

    <testcase classname="scripts.analytics.test_analytics.AnalyticsTestSanity3" name="test_verify_generator_connections_to_collector_node[dev_sanity_dpdk,sanity]" time="2.236" />

    <testcase classname="scripts.analytics.test_analytics.AnalyticsTestSanity3" name="test_verify_process_status_agent[cb_sanity,dev_sanity_dpdk,sanity]" time="1.425" />

    <testcase classname="scripts.analytics.test_analytics.AnalyticsTestSanity3" name="test_verify_process_status_analytics_node[cb_sanity,dev_sanity_dpdk,sanity]" time="1.846" />

    <testcase classname="scripts.analytics.test_analytics.AnalyticsTestSanity3" name="test_verify_process_status_control_node[cb_sanity,dev_sanity_dpdk,sanity]" time="1.421" />

    <testcase classname="scripts.analytics.test_analytics_basic.AnalyticsBasicTestSanity" name="test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1]" time="27.250" />

    <testcase classname="scripts.db_manage.test_db_manage.DbManageTest" name="test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]" time="7.109" />

    <testcase classname="scripts.documentation.test_docs.DocumentationTest" name="test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]" time="1.385" />

    <testcase classname="scripts.documentation.test_docs.DocumentationTest" name="test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity]" time="1.390" />

    <testcase classname="scripts.ecmp.test_ecmp.TestECMPConfigHashFeature" name="test_ecmp_hash_src_ip[sanity]" time="1.428">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestECMPFeature" name="test_ecmp_svc_v2_in_network_nat_with_3_instance[cb_sanity,sanity]" time="1.463">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestECMPIPv6Fragments" name="test_ecmp_svc_in_network_with_static_route_no_policy[sanity]" time="2.769">
      <skipped>image /contrail-test/images/tinycore-in-network.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestECMPIPv6Fragments" name="test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]" time="1.641">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestECMPSanity" name="test_ecmp_svc_in_network_with_static_route_no_policy[sanity]" time="2.335">
      <skipped>image /contrail-test/images/tinycore-in-network.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestECMPSanity" name="test_ecmp_svc_v2_transparent_with_3_instance[cb_sanity,sanity]" time="1.452">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestECMPSanityIPv6" name="test_ecmp_svc_in_network_with_3_instance[cb_sanity,sanity]" time="1.447">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestECMPwithSVMChange" name="test_ecmp_with_svm_deletion[sanity]" time="1.445">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestMultiInlineSVC" name="test_svc_fate_sharing_basic[sanity]" time="2.151">
      <skipped>image /contrail-test/images/tinycore-in-network.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestMultiInlineSVC" name="test_three_stage_v2_SC[sanity]" time="1.397">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.ecmp.test_ecmp.TestMultiInlineSVCIPv6" name="test_svc_fate_sharing_basic[sanity]" time="3.601">
      <skipped>image /contrail-test/images/tinycore-in-network.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.floatingip.test_floatingip_basic.FloatingipBasicTestSanity" name="test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw]" time="229.208" />

    <testcase classname="scripts.floatingip.test_mx.TestSanity_MX" name="test_mx_gateway[mx_test,sanity]" time="2.616">
      <skipped>Skipping Test. Env variable MX_GW_TEST is not set</skipped>

    </testcase>

    <testcase classname="scripts.heat.test_heat.TestHeat" name="test_public_access_thru_svc_w_fip[cb_sanity,sanity]" time="2.627">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.heat.test_heat.TestHeat" name="test_transit_vn_sym_1_innet[sanity]" time="2.639">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.heat.test_heat.TestHeatIPv6" name="test_public_access_thru_svc_w_fip[cb_sanity,sanity]" time="2.645">
      <skipped>Skipped as v6 not supported for this test</skipped>

    </testcase>

    <testcase classname="scripts.heat.test_heat_basic.TestBasicHeat" name="test_svc_creation_with_heat[dev_sanity_dpdk,sanity,suite1]" time="2.674">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.heat.test_heat_basic.TestBasicHeatIPv6" name="test_svc_creation_with_heat[sanity]" time="2.669">
      <skipped>Skipped as test requires at least 3 nodes, but only 2 found</skipped>

    </testcase>

    <testcase classname="scripts.neutron.test_crud.TestCRUD" name="test_router_crud[ci_sanity,dev_sanity_dpdk,sanity]" time="10.856" />

    <testcase classname="scripts.neutron.test_ports.TestPorts" name="test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity]" time="5.183" />

    <testcase classname="scripts.neutron.test_ports.TestPorts" name="test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity]" time="28.524" />

    <testcase classname="scripts.neutron.test_routers.TestRouters" name="test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity]" time="52.892" />

    <testcase classname="scripts.neutron.test_routers_basic.TestRoutersBasic" name="test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1]" time="34.291" />

    <testcase classname="scripts.policy.test_policy.TestBasicPolicyIpv4v6" name="test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]" time="152.929" />

    <testcase classname="scripts.policy.test_policy.TestBasicPolicyIpv4v6" name="test_policy[quick_sanity,sanity]" time="282.600" />

    <testcase classname="scripts.policy.test_policy.TestBasicPolicyIpv4v6" name="test_policy_to_deny[quick_sanity,sanity]" time="160.981" />

    <testcase classname="scripts.policy.test_policy.TestBasicPolicyModifyIpv4v6" name="test_policy_modify_vn_policy[sanity]" time="99.344" />

    <testcase classname="scripts.policy.test_policy.TestBasicPolicyNegativeIpv4v6" name="test_remove_policy_with_ref[ci_sanity,sanity]" time="10.549" />

    <testcase classname="scripts.policy.test_policy_acl.TestPolicyAcl" name="test_policy_inheritance_src_vn_dst_pol[cb_sanity,sanity,vrouter_gw]" time="191.217" />

    <testcase classname="scripts.policy.test_policy_acl.TestPolicyAclIpv4v6" name="test_policy_inheritance_src_pol_dst_any[sanity]" time="207.375" />

    <testcase classname="scripts.policy.test_policy_basic.TestBasicPolicy" name="test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1]" time="146.705" />

    <testcase classname="scripts.policy.test_policy_detailed.TestDetailedPolicy0Ipv4v6" name="test_repeated_policy_modify[sanity]" time="147.858" />

    <testcase classname="scripts.policy.test_policy_detailed.TestDetailedPolicy1" name="test_multi_vn_repeated_policy_update_with_ping[sanity]" time="236.260" />

    <testcase classname="scripts.policy.test_policy_detailed.TestDetailedPolicy1Ipv4v6" name="test_multi_vn_repeated_policy_update_with_ping[sanity]" time="295.697" />

    <testcase classname="scripts.qos.test_qos.TestQos" name="test_qos_remark_dscp_on_vmi[cb_sanity,sanity]" time="60.678" />

    <testcase classname="scripts.routing_policy.test_routing_policy.TestRP" name="test_rp_interface[ci_sanity,sanity]" time="32.800" />

    <testcase classname="scripts.routing_policy.test_routing_policy.TestRP" name="test_rp_interface_ext_community[sanity]" time="33.907" />

    <testcase classname="scripts.routing_policy.test_routing_policy.TestRP" name="test_rp_interface_static[sanity]" time="32.586" />

    <testcase classname="scripts.routing_policy.test_routing_policy.TestRP" name="test_rp_secondary_routes[sanity]" time="0.002">
      <skipped>Needs MX_GW_TEST to be set</skipped>

    </testcase>

    <testcase classname="scripts.rt_filter.test_rt_filter.TestBasicRTFilter" name="test_rt_CEM_22032[cb_sanity,sanity]" time="80.871" />

    <testcase classname="scripts.rt_filter.test_rt_filter.TestBasicRTFilter" name="test_user_def_rt_entry[cb_sanity,sanity]" time="96.040" />

    <testcase classname="scripts.securitygroup.test_regression.SecurityGroupBasicRegressionTests1Ipv6" name="test_sec_group_basic[sanity,suite1]" time="285.958">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{Warning: sudo() received nonzero return code 1 while executing &apos;ping6 -s 56 -c 3 -W 1  2806:918f:48ac:1461:c799:183d:0:4&apos;!}}}
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 &gt; testfile &amp; 
[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 &gt; testfile &amp; 
[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 &lt; 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 &quot;/contrail-test/scripts/securitygroup/test_regression.py&quot;, line 2149, in test_sec_group_basic
    super(SecurityGroupBasicRegressionTests1Ipv6, self).test_sec_group_basic()
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;scripts.securitygroup.test_regression.SecurityG...sec_group_basic[sanity,suite1] id=0x7f5652d32400&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function SecurityGroupBasicRegressionTests1.test_sec_group_basic&gt;
self = &lt;scripts.securitygroup.test_regression.SecurityG...sec_group_basic[sanity,suite1] id=0x7f5652d32400&gt;
args = ()
kwargs = {}

 /contrail-test/scripts/securitygroup/test_regression_basic.py in test_sec_group_basic(self=&lt;scripts.securitygroup.test_regression.SecurityG...sec_group_basic[sanity,suite1] id=0x7f5652d32400&gt;)
  170         self.logger.info(
  171             &quot;Delete test VMs and VN early to free compute for parallel sanity&quot;)
  172         vm1_fixture.cleanUp()
  173         self.remove_from_cleanups(vm1_fixture)
  174         vm2_fixture.cleanUp()
vm1_fixture = &lt;VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866&gt;
vm1_fixture.cleanUp = &lt;bound method VMFixture.cleanUp of &lt;VMFixture: c...roupBasicRegressionTests1Ipv6-57670106-47694866&gt;&gt;

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

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

 /contrail-test/fixtures/vm_test.py in remove_security_group(self=&lt;VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866&gt;, secgrp=&apos;f267fa6a-72f1-46d6-9f81-14f4aaa8b366&apos;)
  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 = &lt;VMFixture: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866&gt;
self.orch = &lt;openstack.OpenstackOrchestrator object&gt;
self.orch.remove_security_group = &lt;bound method OpenstackOrchestrator.remove_secur...roup of &lt;openstack.OpenstackOrchestrator object&gt;&gt;
vm_id undefined
self.vm_obj = &lt;Server: ctest-SecurityGroupBasicRegressionTests1Ipv6-57670106-47694866&gt;
self.vm_obj.id = &apos;b5245700-d3ab-4871-bfd6-073270bc5a2e&apos;
sg_id undefined
secgrp = &apos;f267fa6a-72f1-46d6-9f81-14f4aaa8b366&apos;

 /contrail-test/fixtures/openstack.py in remove_security_group(self=&lt;openstack.OpenstackOrchestrator object&gt;, vm_id=&apos;b5245700-d3ab-4871-bfd6-073270bc5a2e&apos;, sg_id=&apos;f267fa6a-72f1-46d6-9f81-14f4aaa8b366&apos;, option=&apos;orch&apos;, **kwargs={})
  251        if option == &apos;contrail&apos;:
  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=&apos;orch&apos;, **kwargs):
self = &lt;openstack.OpenstackOrchestrator object&gt;
self.nova_h = &lt;nova_test.NovaHelper object&gt;
self.nova_h.remove_security_group = &lt;bound method NovaHelper.remove_security_group of &lt;nova_test.NovaHelper object&gt;&gt;
vm_id = &apos;b5245700-d3ab-4871-bfd6-073270bc5a2e&apos;
sg_id = &apos;f267fa6a-72f1-46d6-9f81-14f4aaa8b366&apos;

 /contrail-test/fixtures/nova_test.py in remove_security_group(self=&lt;nova_test.NovaHelper object&gt;, vm_id=&apos;b5245700-d3ab-4871-bfd6-073270bc5a2e&apos;, secgrp=&apos;f267fa6a-72f1-46d6-9f81-14f4aaa8b366&apos;)
  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 = &lt;nova_test.NovaHelper object&gt;
self.obj = &lt;novaclient.v2.client.Client object&gt;
self.obj.servers = &lt;novaclient.v2.servers.ServerManager object&gt;
self.obj.servers.remove_security_group = &lt;bound method ServerManager.remove_security_group of &lt;novaclient.v2.servers.ServerManager object&gt;&gt;
vm_id = &apos;b5245700-d3ab-4871-bfd6-073270bc5a2e&apos;
secgrp = &apos;f267fa6a-72f1-46d6-9f81-14f4aaa8b366&apos;

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

 /usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in _action(self=&lt;novaclient.v2.servers.ServerManager object&gt;, action=&apos;removeSecurityGroup&apos;, server=&apos;b5245700-d3ab-4871-bfd6-073270bc5a2e&apos;, info={&apos;name&apos;: &apos;f267fa6a-72f1-46d6-9f81-14f4aaa8b366&apos;}, **kwargs={})
 2117         Perform a server &quot;action&quot; -- reboot/rebuild/resize/etc.
 2118         &quot;&quot;&quot;
 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 = &lt;novaclient.v2.servers.ServerManager object&gt;
self._action_return_resp_and_body = &lt;bound method ServerManager._action_return_resp_... of &lt;novaclient.v2.servers.ServerManager object&gt;&gt;
action = &apos;removeSecurityGroup&apos;
server = &apos;b5245700-d3ab-4871-bfd6-073270bc5a2e&apos;
info = {&apos;name&apos;: &apos;f267fa6a-72f1-46d6-9f81-14f4aaa8b366&apos;}
kwargs = {}

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

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

 /usr/local/lib/python3.9/site-packages/novaclient/client.py in request(self=&lt;novaclient.client.SessionClient object&gt;, url=&apos;/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action&apos;, method=&apos;POST&apos;, **kwargs={&apos;body&apos;: {&apos;removeSecurityGroup&apos;: {&apos;name&apos;: &apos;f267fa6a-72f1-46d6-9f81-14f4aaa8b366&apos;}}, &apos;headers&apos;: {&apos;Accept&apos;: &apos;application/json&apos;, &apos;Content-Type&apos;: &apos;application/json&apos;, &apos;User-Agent&apos;: &apos;python-novaclient&apos;, &apos;X-Auth-Token&apos;: &apos;gAAAAABqIsO-93Fvn3VPCO6Gsvbxinjk8ab3-Cp818GqXX2r...jgZHOaGzInuZG8PQ1r3N8UuDbBFetkdojK6krVSuVTy7Mn5LE&apos;}})
   76         # api_versions.check_headers(resp, self.api_version)
   77         if raise_exc and resp.status_code &gt;= 400:
   78             raise exceptions.from_response(resp, body, url, method)
   79 
   80         return resp, body
global exceptions = &lt;module &apos;novaclient.exceptions&apos; from &apos;/usr/local...ython3.9/site-packages/novaclient/exceptions.py&apos;&gt;
exceptions.from_response = &lt;function from_response&gt;
resp = &lt;Response [404]&gt;
body = {&apos;itemNotFound&apos;: {&apos;code&apos;: 404, &apos;message&apos;: &apos;Security group f267fa6a-72f1-46d6-9f81-14f4aaa8b...ound for project 9cbe1d36485849bca772f4a7c4005102&apos;}}
url = &apos;/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action&apos;
method = &apos;POST&apos;
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__ = &lt;class &apos;novaclient.exceptions.NotFound&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of NotFound object&gt;
    __dict__ = {&apos;code&apos;: 404, &apos;details&apos;: None, &apos;message&apos;: &apos;Security group f267fa6a-72f1-46d6-9f81-14f4aaa8b...ound for project 9cbe1d36485849bca772f4a7c4005102&apos;, &apos;method&apos;: &apos;POST&apos;, &apos;request_id&apos;: &apos;req-d7a7487d-320d-4598-8b53-c7b3cff702d9&apos;, &apos;url&apos;: &apos;/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action&apos;}
    __dir__ = &lt;built-in method __dir__ of NotFound object&gt;
    __doc__ = &apos;\n    HTTP 404 - Not found\n    &apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of NotFound object&gt;
    __format__ = &lt;built-in method __format__ of NotFound object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of NotFound object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of NotFound object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of NotFound object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of NotFound object&gt;
    __init__ = &lt;bound method ClientException.__init__ of NotFound()&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of NotFound object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of NotFound object&gt;
    __module__ = &apos;novaclient.exceptions&apos;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of NotFound object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of NotFound object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of NotFound object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of NotFound object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of NotFound object&gt;
    __setstate__ = &lt;built-in method __setstate__ of NotFound object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of NotFound object&gt;
    __str__ = &lt;bound method ClientException.__str__ of NotFound()&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    __weakref__ = None
    args = ()
    code = 404
    details = None
    http_status = 404
    message = &apos;Security group f267fa6a-72f1-46d6-9f81-14f4aaa8b...ound for project 9cbe1d36485849bca772f4a7c4005102&apos;
    method = &apos;POST&apos;
    request_id = &apos;req-d7a7487d-320d-4598-8b53-c7b3cff702d9&apos;
    url = &apos;/servers/b5245700-d3ab-4871-bfd6-073270bc5a2e/action&apos;
    with_traceback = &lt;built-in method with_traceback of NotFound object&gt;

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

Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 80, in wrapper
    result = function(self, *args, **kwargs)
  File &quot;/contrail-test/scripts/securitygroup/test_regression_basic.py&quot;, line 172, in test_sec_group_basic
    vm1_fixture.cleanUp()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2052, in cleanUp
    self.delete()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2077, in delete
    self.remove_security_group(sec_grp)
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 505, in remove_security_group
    self.orch.remove_security_group(vm_id=self.vm_obj.id, sg_id=secgrp)
  File &quot;/contrail-test/fixtures/openstack.py&quot;, line 253, in remove_security_group
    return self.nova_h.remove_security_group(vm_id, sg_id)
  File &quot;/contrail-test/fixtures/nova_test.py&quot;, line 624, in remove_security_group
    self.obj.servers.remove_security_group(vm_id, secgrp)
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py&quot;, line 1940, in remove_security_group
    return self._action(&apos;removeSecurityGroup&apos;, server,
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py&quot;, line 2119, in _action
    resp, body = self._action_return_resp_and_body(action, server,
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py&quot;, line 2131, in _action_return_resp_and_body
    return self.api.client.post(url, body=body)
  File &quot;/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py&quot;, line 392, in post
    return self.request(url, &apos;POST&apos;, **kwargs)
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/client.py&quot;, 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)

</failure>

    </testcase>

    <testcase classname="scripts.securitygroup.test_regression.SecurityGroupBasicRegressionTests1_contrail" name="test_sec_group_basic[sanity,suite1]" time="292.863">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{Warning: sudo() received nonzero return code 1 while executing &apos;ping -s 56 -c 3 -W 1  166.59.71.132&apos;!}}}
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 &gt; testfile &amp; 
[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 &gt; testfile &amp; 
[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 &lt; 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 &quot;/contrail-test/scripts/securitygroup/test_regression.py&quot;, line 2077, in test_sec_group_basic
    super(SecurityGroupBasicRegressionTests1_contrail, self).test_sec_group_basic()
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;scripts.securitygroup.test_regression.SecurityG...sec_group_basic[sanity,suite1] id=0x7f5652d32b50&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function SecurityGroupBasicRegressionTests1.test_sec_group_basic&gt;
self = &lt;scripts.securitygroup.test_regression.SecurityG...sec_group_basic[sanity,suite1] id=0x7f5652d32b50&gt;
args = ()
kwargs = {}

 /contrail-test/scripts/securitygroup/test_regression_basic.py in test_sec_group_basic(self=&lt;scripts.securitygroup.test_regression.SecurityG...sec_group_basic[sanity,suite1] id=0x7f5652d32b50&gt;)
  170         self.logger.info(
  171             &quot;Delete test VMs and VN early to free compute for parallel sanity&quot;)
  172         vm1_fixture.cleanUp()
  173         self.remove_from_cleanups(vm1_fixture)
  174         vm2_fixture.cleanUp()
vm1_fixture = &lt;VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644&gt;
vm1_fixture.cleanUp = &lt;bound method VMFixture.cleanUp of &lt;VMFixture: c...asicRegressionTests1_contrail-78979397-14928644&gt;&gt;

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

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

 /contrail-test/fixtures/vm_test.py in remove_security_group(self=&lt;VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644&gt;, secgrp=&apos;1fd0f15c-b3ac-4746-a16b-122901ea0e1b&apos;)
  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 = &lt;VMFixture: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644&gt;
self.orch = &lt;openstack.OpenstackOrchestrator object&gt;
self.orch.remove_security_group = &lt;bound method OpenstackOrchestrator.remove_secur...roup of &lt;openstack.OpenstackOrchestrator object&gt;&gt;
vm_id undefined
self.vm_obj = &lt;Server: ctest-SecurityGroupBasicRegressionTests1_contrail-78979397-14928644&gt;
self.vm_obj.id = &apos;7f0d4a67-b5d2-4241-905d-92d1a79a3e4f&apos;
sg_id undefined
secgrp = &apos;1fd0f15c-b3ac-4746-a16b-122901ea0e1b&apos;

 /contrail-test/fixtures/openstack.py in remove_security_group(self=&lt;openstack.OpenstackOrchestrator object&gt;, vm_id=&apos;7f0d4a67-b5d2-4241-905d-92d1a79a3e4f&apos;, sg_id=&apos;1fd0f15c-b3ac-4746-a16b-122901ea0e1b&apos;, option=&apos;orch&apos;, **kwargs={})
  251        if option == &apos;contrail&apos;:
  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=&apos;orch&apos;, **kwargs):
self = &lt;openstack.OpenstackOrchestrator object&gt;
self.nova_h = &lt;nova_test.NovaHelper object&gt;
self.nova_h.remove_security_group = &lt;bound method NovaHelper.remove_security_group of &lt;nova_test.NovaHelper object&gt;&gt;
vm_id = &apos;7f0d4a67-b5d2-4241-905d-92d1a79a3e4f&apos;
sg_id = &apos;1fd0f15c-b3ac-4746-a16b-122901ea0e1b&apos;

 /contrail-test/fixtures/nova_test.py in remove_security_group(self=&lt;nova_test.NovaHelper object&gt;, vm_id=&apos;7f0d4a67-b5d2-4241-905d-92d1a79a3e4f&apos;, secgrp=&apos;1fd0f15c-b3ac-4746-a16b-122901ea0e1b&apos;)
  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 = &lt;nova_test.NovaHelper object&gt;
self.obj = &lt;novaclient.v2.client.Client object&gt;
self.obj.servers = &lt;novaclient.v2.servers.ServerManager object&gt;
self.obj.servers.remove_security_group = &lt;bound method ServerManager.remove_security_group of &lt;novaclient.v2.servers.ServerManager object&gt;&gt;
vm_id = &apos;7f0d4a67-b5d2-4241-905d-92d1a79a3e4f&apos;
secgrp = &apos;1fd0f15c-b3ac-4746-a16b-122901ea0e1b&apos;

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

 /usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in _action(self=&lt;novaclient.v2.servers.ServerManager object&gt;, action=&apos;removeSecurityGroup&apos;, server=&apos;7f0d4a67-b5d2-4241-905d-92d1a79a3e4f&apos;, info={&apos;name&apos;: &apos;1fd0f15c-b3ac-4746-a16b-122901ea0e1b&apos;}, **kwargs={})
 2117         Perform a server &quot;action&quot; -- reboot/rebuild/resize/etc.
 2118         &quot;&quot;&quot;
 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 = &lt;novaclient.v2.servers.ServerManager object&gt;
self._action_return_resp_and_body = &lt;bound method ServerManager._action_return_resp_... of &lt;novaclient.v2.servers.ServerManager object&gt;&gt;
action = &apos;removeSecurityGroup&apos;
server = &apos;7f0d4a67-b5d2-4241-905d-92d1a79a3e4f&apos;
info = {&apos;name&apos;: &apos;1fd0f15c-b3ac-4746-a16b-122901ea0e1b&apos;}
kwargs = {}

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

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

 /usr/local/lib/python3.9/site-packages/novaclient/client.py in request(self=&lt;novaclient.client.SessionClient object&gt;, url=&apos;/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action&apos;, method=&apos;POST&apos;, **kwargs={&apos;body&apos;: {&apos;removeSecurityGroup&apos;: {&apos;name&apos;: &apos;1fd0f15c-b3ac-4746-a16b-122901ea0e1b&apos;}}, &apos;headers&apos;: {&apos;Accept&apos;: &apos;application/json&apos;, &apos;Content-Type&apos;: &apos;application/json&apos;, &apos;User-Agent&apos;: &apos;python-novaclient&apos;, &apos;X-Auth-Token&apos;: &apos;gAAAAABqIsUfpKXquog81gYboVaIla1IHG7rNkteO_g6YrVg...3fje96pZqhf3pq52euamfcYDf7U_ecX3YkCfT2Km51elXoYsk&apos;}})
   76         # api_versions.check_headers(resp, self.api_version)
   77         if raise_exc and resp.status_code &gt;= 400:
   78             raise exceptions.from_response(resp, body, url, method)
   79 
   80         return resp, body
global exceptions = &lt;module &apos;novaclient.exceptions&apos; from &apos;/usr/local...ython3.9/site-packages/novaclient/exceptions.py&apos;&gt;
exceptions.from_response = &lt;function from_response&gt;
resp = &lt;Response [404]&gt;
body = {&apos;itemNotFound&apos;: {&apos;code&apos;: 404, &apos;message&apos;: &apos;Security group 1fd0f15c-b3ac-4746-a16b-122901ea0...ound for project 623cfd8d481b42e8abb8d57538bb7eb7&apos;}}
url = &apos;/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action&apos;
method = &apos;POST&apos;
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__ = &lt;class &apos;novaclient.exceptions.NotFound&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of NotFound object&gt;
    __dict__ = {&apos;code&apos;: 404, &apos;details&apos;: None, &apos;message&apos;: &apos;Security group 1fd0f15c-b3ac-4746-a16b-122901ea0...ound for project 623cfd8d481b42e8abb8d57538bb7eb7&apos;, &apos;method&apos;: &apos;POST&apos;, &apos;request_id&apos;: &apos;req-ff70c089-0811-4087-9692-3140a887aba1&apos;, &apos;url&apos;: &apos;/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action&apos;}
    __dir__ = &lt;built-in method __dir__ of NotFound object&gt;
    __doc__ = &apos;\n    HTTP 404 - Not found\n    &apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of NotFound object&gt;
    __format__ = &lt;built-in method __format__ of NotFound object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of NotFound object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of NotFound object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of NotFound object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of NotFound object&gt;
    __init__ = &lt;bound method ClientException.__init__ of NotFound()&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of NotFound object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of NotFound object&gt;
    __module__ = &apos;novaclient.exceptions&apos;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of NotFound object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of NotFound object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of NotFound object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of NotFound object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of NotFound object&gt;
    __setstate__ = &lt;built-in method __setstate__ of NotFound object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of NotFound object&gt;
    __str__ = &lt;bound method ClientException.__str__ of NotFound()&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    __weakref__ = None
    args = ()
    code = 404
    details = None
    http_status = 404
    message = &apos;Security group 1fd0f15c-b3ac-4746-a16b-122901ea0...ound for project 623cfd8d481b42e8abb8d57538bb7eb7&apos;
    method = &apos;POST&apos;
    request_id = &apos;req-ff70c089-0811-4087-9692-3140a887aba1&apos;
    url = &apos;/servers/7f0d4a67-b5d2-4241-905d-92d1a79a3e4f/action&apos;
    with_traceback = &lt;built-in method with_traceback of NotFound object&gt;

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

Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 80, in wrapper
    result = function(self, *args, **kwargs)
  File &quot;/contrail-test/scripts/securitygroup/test_regression_basic.py&quot;, line 172, in test_sec_group_basic
    vm1_fixture.cleanUp()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2052, in cleanUp
    self.delete()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2077, in delete
    self.remove_security_group(sec_grp)
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 505, in remove_security_group
    self.orch.remove_security_group(vm_id=self.vm_obj.id, sg_id=secgrp)
  File &quot;/contrail-test/fixtures/openstack.py&quot;, line 253, in remove_security_group
    return self.nova_h.remove_security_group(vm_id, sg_id)
  File &quot;/contrail-test/fixtures/nova_test.py&quot;, line 624, in remove_security_group
    self.obj.servers.remove_security_group(vm_id, secgrp)
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py&quot;, line 1940, in remove_security_group
    return self._action(&apos;removeSecurityGroup&apos;, server,
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py&quot;, line 2119, in _action
    resp, body = self._action_return_resp_and_body(action, server,
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py&quot;, line 2131, in _action_return_resp_and_body
    return self.api.client.post(url, body=body)
  File &quot;/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py&quot;, line 392, in post
    return self.request(url, &apos;POST&apos;, **kwargs)
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/client.py&quot;, 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)

</failure>

    </testcase>

    <testcase classname="scripts.securitygroup.test_regression_basic.SecurityGroupBasicRegressionTests1" name="test_sec_group_basic[cb_sanity,ci_contrail_go_kolla_ocata_sanity,sanity,suite1]" time="290.558">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: stderr: {{{Warning: sudo() received nonzero return code 1 while executing &apos;ping -s 56 -c 3 -W 1  155.68.249.196&apos;!}}}
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 &gt; testfile &amp; 
[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 &gt; testfile &amp; 
[ubuntu@169.254.0.5] sudo: dd bs=100 count=1 if=/dev/zero of=testfile;nc  -p 10001 155.68.249.196 10000 &lt; 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 &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;scripts.securitygroup.test_regression_basic.Sec...la_ocata_sanity,sanity,suite1] id=0x7f5652cf34c0&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function SecurityGroupBasicRegressionTests1.test_sec_group_basic&gt;
self = &lt;scripts.securitygroup.test_regression_basic.Sec...la_ocata_sanity,sanity,suite1] id=0x7f5652cf34c0&gt;
args = ()
kwargs = {}

 /contrail-test/scripts/securitygroup/test_regression_basic.py in test_sec_group_basic(self=&lt;scripts.securitygroup.test_regression_basic.Sec...la_ocata_sanity,sanity,suite1] id=0x7f5652cf34c0&gt;)
  170         self.logger.info(
  171             &quot;Delete test VMs and VN early to free compute for parallel sanity&quot;)
  172         vm1_fixture.cleanUp()
  173         self.remove_from_cleanups(vm1_fixture)
  174         vm2_fixture.cleanUp()
vm1_fixture = &lt;VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708&gt;
vm1_fixture.cleanUp = &lt;bound method VMFixture.cleanUp of &lt;VMFixture: c...ityGroupBasicRegressionTests1-05647008-70152708&gt;&gt;

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

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

 /contrail-test/fixtures/vm_test.py in remove_security_group(self=&lt;VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708&gt;, secgrp=&apos;560bf582-da24-494b-a1ce-079d396c3249&apos;)
  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 = &lt;VMFixture: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708&gt;
self.orch = &lt;openstack.OpenstackOrchestrator object&gt;
self.orch.remove_security_group = &lt;bound method OpenstackOrchestrator.remove_secur...roup of &lt;openstack.OpenstackOrchestrator object&gt;&gt;
vm_id undefined
self.vm_obj = &lt;Server: ctest-SecurityGroupBasicRegressionTests1-05647008-70152708&gt;
self.vm_obj.id = &apos;d275bc28-083e-4f3a-8bf6-b0be33e9dd38&apos;
sg_id undefined
secgrp = &apos;560bf582-da24-494b-a1ce-079d396c3249&apos;

 /contrail-test/fixtures/openstack.py in remove_security_group(self=&lt;openstack.OpenstackOrchestrator object&gt;, vm_id=&apos;d275bc28-083e-4f3a-8bf6-b0be33e9dd38&apos;, sg_id=&apos;560bf582-da24-494b-a1ce-079d396c3249&apos;, option=&apos;orch&apos;, **kwargs={})
  251        if option == &apos;contrail&apos;:
  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=&apos;orch&apos;, **kwargs):
self = &lt;openstack.OpenstackOrchestrator object&gt;
self.nova_h = &lt;nova_test.NovaHelper object&gt;
self.nova_h.remove_security_group = &lt;bound method NovaHelper.remove_security_group of &lt;nova_test.NovaHelper object&gt;&gt;
vm_id = &apos;d275bc28-083e-4f3a-8bf6-b0be33e9dd38&apos;
sg_id = &apos;560bf582-da24-494b-a1ce-079d396c3249&apos;

 /contrail-test/fixtures/nova_test.py in remove_security_group(self=&lt;nova_test.NovaHelper object&gt;, vm_id=&apos;d275bc28-083e-4f3a-8bf6-b0be33e9dd38&apos;, secgrp=&apos;560bf582-da24-494b-a1ce-079d396c3249&apos;)
  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 = &lt;nova_test.NovaHelper object&gt;
self.obj = &lt;novaclient.v2.client.Client object&gt;
self.obj.servers = &lt;novaclient.v2.servers.ServerManager object&gt;
self.obj.servers.remove_security_group = &lt;bound method ServerManager.remove_security_group of &lt;novaclient.v2.servers.ServerManager object&gt;&gt;
vm_id = &apos;d275bc28-083e-4f3a-8bf6-b0be33e9dd38&apos;
secgrp = &apos;560bf582-da24-494b-a1ce-079d396c3249&apos;

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

 /usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py in _action(self=&lt;novaclient.v2.servers.ServerManager object&gt;, action=&apos;removeSecurityGroup&apos;, server=&apos;d275bc28-083e-4f3a-8bf6-b0be33e9dd38&apos;, info={&apos;name&apos;: &apos;560bf582-da24-494b-a1ce-079d396c3249&apos;}, **kwargs={})
 2117         Perform a server &quot;action&quot; -- reboot/rebuild/resize/etc.
 2118         &quot;&quot;&quot;
 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 = &lt;novaclient.v2.servers.ServerManager object&gt;
self._action_return_resp_and_body = &lt;bound method ServerManager._action_return_resp_... of &lt;novaclient.v2.servers.ServerManager object&gt;&gt;
action = &apos;removeSecurityGroup&apos;
server = &apos;d275bc28-083e-4f3a-8bf6-b0be33e9dd38&apos;
info = {&apos;name&apos;: &apos;560bf582-da24-494b-a1ce-079d396c3249&apos;}
kwargs = {}

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

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

 /usr/local/lib/python3.9/site-packages/novaclient/client.py in request(self=&lt;novaclient.client.SessionClient object&gt;, url=&apos;/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action&apos;, method=&apos;POST&apos;, **kwargs={&apos;body&apos;: {&apos;removeSecurityGroup&apos;: {&apos;name&apos;: &apos;560bf582-da24-494b-a1ce-079d396c3249&apos;}}, &apos;headers&apos;: {&apos;Accept&apos;: &apos;application/json&apos;, &apos;Content-Type&apos;: &apos;application/json&apos;, &apos;User-Agent&apos;: &apos;python-novaclient&apos;, &apos;X-Auth-Token&apos;: &apos;gAAAAABqIsaHuywaxiZfVyfqv33n5swk6sjLap83-fX5p93N...4k9F1HuEJbD4e11hWHoc-HVdkRur3e9FobIYkxdHPBUCXMI3A&apos;}})
   76         # api_versions.check_headers(resp, self.api_version)
   77         if raise_exc and resp.status_code &gt;= 400:
   78             raise exceptions.from_response(resp, body, url, method)
   79 
   80         return resp, body
global exceptions = &lt;module &apos;novaclient.exceptions&apos; from &apos;/usr/local...ython3.9/site-packages/novaclient/exceptions.py&apos;&gt;
exceptions.from_response = &lt;function from_response&gt;
resp = &lt;Response [404]&gt;
body = {&apos;itemNotFound&apos;: {&apos;code&apos;: 404, &apos;message&apos;: &apos;Security group 560bf582-da24-494b-a1ce-079d396c3...ound for project ff3afaecaede4f7281f618fd007915e4&apos;}}
url = &apos;/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action&apos;
method = &apos;POST&apos;
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__ = &lt;class &apos;novaclient.exceptions.NotFound&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of NotFound object&gt;
    __dict__ = {&apos;code&apos;: 404, &apos;details&apos;: None, &apos;message&apos;: &apos;Security group 560bf582-da24-494b-a1ce-079d396c3...ound for project ff3afaecaede4f7281f618fd007915e4&apos;, &apos;method&apos;: &apos;POST&apos;, &apos;request_id&apos;: &apos;req-123d9073-b3de-4338-9724-db253dbd764e&apos;, &apos;url&apos;: &apos;/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action&apos;}
    __dir__ = &lt;built-in method __dir__ of NotFound object&gt;
    __doc__ = &apos;\n    HTTP 404 - Not found\n    &apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of NotFound object&gt;
    __format__ = &lt;built-in method __format__ of NotFound object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of NotFound object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of NotFound object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of NotFound object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of NotFound object&gt;
    __init__ = &lt;bound method ClientException.__init__ of NotFound()&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of NotFound object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of NotFound object&gt;
    __module__ = &apos;novaclient.exceptions&apos;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of NotFound object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of NotFound object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of NotFound object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of NotFound object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of NotFound object&gt;
    __setstate__ = &lt;built-in method __setstate__ of NotFound object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of NotFound object&gt;
    __str__ = &lt;bound method ClientException.__str__ of NotFound()&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    __weakref__ = None
    args = ()
    code = 404
    details = None
    http_status = 404
    message = &apos;Security group 560bf582-da24-494b-a1ce-079d396c3...ound for project ff3afaecaede4f7281f618fd007915e4&apos;
    method = &apos;POST&apos;
    request_id = &apos;req-123d9073-b3de-4338-9724-db253dbd764e&apos;
    url = &apos;/servers/d275bc28-083e-4f3a-8bf6-b0be33e9dd38/action&apos;
    with_traceback = &lt;built-in method with_traceback of NotFound object&gt;

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

Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 80, in wrapper
    result = function(self, *args, **kwargs)
  File &quot;/contrail-test/scripts/securitygroup/test_regression_basic.py&quot;, line 172, in test_sec_group_basic
    vm1_fixture.cleanUp()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2052, in cleanUp
    self.delete()
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 2077, in delete
    self.remove_security_group(sec_grp)
  File &quot;/contrail-test/fixtures/vm_test.py&quot;, line 505, in remove_security_group
    self.orch.remove_security_group(vm_id=self.vm_obj.id, sg_id=secgrp)
  File &quot;/contrail-test/fixtures/openstack.py&quot;, line 253, in remove_security_group
    return self.nova_h.remove_security_group(vm_id, sg_id)
  File &quot;/contrail-test/fixtures/nova_test.py&quot;, line 624, in remove_security_group
    self.obj.servers.remove_security_group(vm_id, secgrp)
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py&quot;, line 1940, in remove_security_group
    return self._action(&apos;removeSecurityGroup&apos;, server,
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py&quot;, line 2119, in _action
    resp, body = self._action_return_resp_and_body(action, server,
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/v2/servers.py&quot;, line 2131, in _action_return_resp_and_body
    return self.api.client.post(url, body=body)
  File &quot;/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py&quot;, line 392, in post
    return self.request(url, &apos;POST&apos;, **kwargs)
  File &quot;/usr/local/lib/python3.9/site-packages/novaclient/client.py&quot;, 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)

</failure>

    </testcase>

    <testcase classname="scripts.svc_firewall.test_svc_fw.TestSvcRegr" name="test_svc_in_net_nat_with_static_routes[sanity]" time="26.026">
      <skipped>image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.svc_firewall.test_svc_fw.TestSvcRegr" name="test_svc_v2_transparent_datapath[sanity]" time="17.925">
      <skipped>image /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.svc_firewall.test_svc_fw_basic.TestSvcRegr" name="test_svc_CEM_22032[ci_sanity_WIP,quick_sanity,sanity,suite1]" time="16.669">
      <skipped>image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.svc_firewall.test_svc_fw_basic.TestSvcRegr" name="test_svc_in_network_datapath[ci_sanity_WIP,quick_sanity,sanity,suite1]" time="13.670">
      <skipped>image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.svc_health_check.test_svc_health_check.TestSvcHC" name="test_svc_hc_basic[sanity]" time="17.080">
      <skipped>image /contrail-test/images/tinycore-in-network-nat.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.svc_health_check.test_svc_health_check.TestSvcHC" name="test_svc_trans_segment_right_hc_fail_svm[sanity]" time="17.690">
      <skipped>image /contrail-test/images/tinycore-net-transparent-fw.qcow2 is not found</skipped>

    </testcase>

    <testcase classname="scripts.svc_mirror.test_mirror.TestSVCV2Mirror" name="test_svc_v2_mirroring[ci_sanity_WIP,quick_sanity,sanity]" time="40.238">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function TestSVCV2Mirror.test_svc_v2_mirroring&gt;
self = &lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;
args = ()
kwargs = {}

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

 /contrail-test/common/servicechain/mirror/verify.py in verify_svc_mirroring(self=&lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;, *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[&apos;left_vm_fixture&apos;]
   16         right_vm_fixture = ret_dict[&apos;right_vm_fixture&apos;]
ret_dict undefined
self = &lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;
self.config_svc_mirroring = &lt;bound method ConfigSvcMirror.config_svc_mirrori...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;&gt;
args = ()
kwargs = {}

 /contrail-test/common/servicechain/mirror/config.py in config_svc_mirroring(self=&lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;, service_mode=&apos;transparent&apos;, *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 = &lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;
self.verify_svc_chain = &lt;bound method VerifySvcChain.verify_svc_chain of...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;&gt;
service_mode = &apos;transparent&apos;
service_type = &apos;analyzer&apos;
left_vn_fixture undefined
vn1_fixture = &lt;vn_test.VNFixture object&gt;
right_vn_fixture undefined
vn2_fixture = &lt;vn_test.VNFixture object&gt;
create_svms = True
kwargs = {}

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

 /contrail-test/common/servicechain/config.py in config_svc_chain(self=&lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;, service_mode=&apos;transparent&apos;, service_type=&apos;analyzer&apos;, max_inst=1, proto=&apos;any&apos;, svc_chain_type=&apos;parallel&apos;, src_ports=[0, 65535], dst_ports=[0, 65535], svc_img_name=&apos;ubuntu&apos;, st_version=2, mgmt_vn_name=&apos;ctest-mgmt_vn-64695369&apos;, mgmt_vn_subnets=[&apos;198.234.236.64/26&apos;], mgmt_vn_fixture=&lt;vn_test.VNFixture object&gt;, left_vn_name=&apos;ctest-left-24991573&apos;, left_vn_subnets=[&apos;188.39.70.192/26&apos;], left_vn_fixture=&lt;vn_test.VNFixture object&gt;, right_vn_name=&apos;ctest-right-87550771&apos;, right_vn_subnets=[&apos;175.184.201.192/26&apos;], right_vn_fixture=&lt;vn_test.VNFixture object&gt;, left_lr_child_vn_fixture=None, right_lr_child_vn_fixture=None, left_vm_name=&apos;ctest-left_vm-85945041&apos;, left_vm_fixture=&lt;VMFixture: ctest-left_vm-85945041&gt;, right_vm_name=&apos;ctest-right_vm-73993910&apos;, right_vm_fixture=&lt;VMFixture: ctest-right_vm-73993910&gt;, image_name=&apos;ubuntu-traffic&apos;, policy_fixture=None, st_fixture=&lt;svc_template_fixture.SvcTemplateFixture object&gt;, si_fixture=None, port_tuples_props=None, static_route=None, svm_fixtures=[], create_svms=True, evpn=False, modify_rules=False, policy_action=&apos;pass&apos;, 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 = &lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;
self.create_service_vms = &lt;bound method ConfigSvcChain.create_service_vms ...nity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;&gt;
vns = [None, &lt;vn_test.VNFixture object&gt;, None]
svc_img_name = &apos;ubuntu&apos;
service_mode = &apos;transparent&apos;
service_type = &apos;analyzer&apos;
hosts = []
max_inst = 1

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

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

 /contrail-test/common/servicechain/config.py in verify_vm(self=&lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7f5652cb1700&gt;, vm_fixture=&lt;VMFixture: ctest-pt_svm0-47769347&gt;)
  173 
  174     def verify_vm(self, vm_fixture):
  175         assert vm_fixture.wait_till_vm_is_up(), &apos;VM does not seem to be up&apos;
  176     # end verify_vm
  177 
vm_fixture = &lt;VMFixture: ctest-pt_svm0-47769347&gt;
vm_fixture.wait_till_vm_is_up = &lt;bound method VMFixture.wait_till_vm_is_up of &lt;VMFixture: ctest-pt_svm0-47769347&gt;&gt;
AssertionError: VM does not seem to be up
    __cause__ = None
    __class__ = &lt;class &apos;AssertionError&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of AssertionError object&gt;
    __dict__ = {}
    __dir__ = &lt;built-in method __dir__ of AssertionError object&gt;
    __doc__ = &apos;Assertion failed.&apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of AssertionError object&gt;
    __format__ = &lt;built-in method __format__ of AssertionError object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of AssertionError object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of AssertionError object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of AssertionError object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of AssertionError object&gt;
    __init__ = &lt;method-wrapper &apos;__init__&apos; of AssertionError object&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of AssertionError object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of AssertionError object&gt;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of AssertionError object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of AssertionError object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of AssertionError object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of AssertionError object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of AssertionError object&gt;
    __setstate__ = &lt;built-in method __setstate__ of AssertionError object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of AssertionError object&gt;
    __str__ = &lt;method-wrapper &apos;__str__&apos; of AssertionError object&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    args = (&apos;VM does not seem to be up&apos;,)
    with_traceback = &lt;built-in method with_traceback of AssertionError object&gt;

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

Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 80, in wrapper
    result = function(self, *args, **kwargs)
  File &quot;/contrail-test/scripts/svc_mirror/test_mirror.py&quot;, line 24, in test_svc_v2_mirroring
    return self.verify_svc_mirroring()
  File &quot;/contrail-test/common/servicechain/mirror/verify.py&quot;, line 14, in verify_svc_mirroring
    ret_dict = self.config_svc_mirroring(*args, **kwargs)
  File &quot;/contrail-test/common/servicechain/mirror/config.py&quot;, line 38, in config_svc_mirroring
    ret_dict = self.verify_svc_chain(service_mode=service_mode,
  File &quot;/contrail-test/common/servicechain/verify.py&quot;, line 320, in verify_svc_chain
    ret_dict = svc_chain_info or self.config_svc_chain(*args, **kwargs)
  File &quot;/contrail-test/common/servicechain/config.py&quot;, line 528, in config_svc_chain
    svm_fixtures = self.create_service_vms(vns,
  File &quot;/contrail-test/common/servicechain/config.py&quot;, line 339, in create_service_vms
    self.verify_vms(svm_fixtures)
  File &quot;/contrail-test/common/servicechain/config.py&quot;, line 171, in verify_vms
    self.verify_vm(vm)
  File &quot;/contrail-test/common/servicechain/config.py&quot;, line 175, in verify_vm
    assert vm_fixture.wait_till_vm_is_up(), &apos;VM does not seem to be up&apos;
AssertionError: VM does not seem to be up

</failure>

    </testcase>

    <testcase classname="scripts.vdns.test_vdns_basic.TestvDNSBasic0" name="test_vdns_ping_same_vn[ci_sanity,sanity,suite1]" time="239.325" />

    <testcase classname="scripts.vm_regression.test_vm.TestBasicVMVNx" name="test_sctp_traffic_between_vm[sanity]" time="229.751" />

    <testcase classname="scripts.vm_regression.test_vm_basic.TestBasicVMVN" name="test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1]" time="20.865" />

    <testcase classname="scripts.vm_regression.test_vm_basic.TestBasicVMVN" name="test_metadata_service[cb_sanity,ci_sanity,sanity,suite1]" time="26.858" />

    <testcase classname="scripts.vm_regression.test_vm_basic.TestBasicVMVN" name="test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1]" time="44.681" />

    <testcase classname="scripts.vrouter.test_disable_policy.DisablePolicyEcmpIpv6" name="test_ecmp_with_static_routes[cb_sanity,dev_reg,sanity]" time="91.634">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/util.py&quot;, line 1041, in wrapper
    return f(self, *func_args, **func_kwargs)
  File &quot;/contrail-test/scripts/vrouter/test_disable_policy.py&quot;, line 735, in test_ecmp_with_static_routes
    super(DisablePolicyEcmpIpv6, self).test_ecmp_with_static_routes()
  File &quot;/contrail-test/tcutils/util.py&quot;, line 1041, in wrapper
    return f(self, *func_args, **func_kwargs)
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;scripts.vrouter.test_disable_policy.DisablePoli...utes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function DisablePolicyEcmp.test_ecmp_with_static_routes&gt;
self = &lt;scripts.vrouter.test_disable_policy.DisablePoli...utes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0&gt;
args = ()
kwargs = {}

 /contrail-test/scripts/vrouter/test_disable_policy.py in test_ecmp_with_static_routes(self=&lt;scripts.vrouter.test_disable_policy.DisablePoli...utes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0&gt;)
   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 = &lt;scripts.vrouter.test_disable_policy.DisablePoli...utes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0&gt;
self.verify_vms = &lt;bound method BaseVrouterTest.verify_vms of &lt;scr...tes[cb_sanity,dev_reg,sanity] id=0x7f5652c35be0&gt;&gt;
vm_fixtures = [&lt;VMFixture: ctest-DisablePolicyEcmpIpv6-46771926-28147625&gt;, &lt;VMFixture: ctest-DisablePolicyEcmpIpv6-46771926-20066630&gt;]

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

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

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

</failure>

    </testcase>

    <testcase classname="scripts.vrouter.test_dpdk_bond_lacp.TestLacp" name="test_bond_lacp_config[dev_reg,sanity]" time="2.626">
      <skipped>Skipped as test is not supported if dpdk_cluster=False </skipped>

    </testcase>

    <testcase classname="scripts.vrouter.test_dpdk_bond_status.TestDpdkBondStatus" name="test_dpdk_bond_status[dev_reg,sanity]" time="2.580">
      <skipped>Skipped as test is not supported if dpdk_cluster=False </skipped>

    </testcase>

    <testcase classname="scripts.vrouter.test_dpdk_fbit_disable_mbuf.TestFbitMergeBuffDisable" name="test_fbit_disable_mbuf_dpdk[dev_reg,sanity]" time="2.599">
      <skipped>Skipped as test is not supported if dpdk_cluster=False </skipped>

    </testcase>

    <testcase classname="scripts.vrouter.test_dpdk_gro_gso.TestGroGso" name="test_dpdk_gro_gso[dev_reg,sanity]" time="2.620">
      <skipped>Skipped as test is not supported if dpdk_cluster=False </skipped>

    </testcase>

    <testcase classname="scripts.vrouter.test_dpdk_vhost_mtu.TestMtu" name="test_mtu_config[dev_reg,sanity]" time="2.620">
      <skipped>Skipped as test is not supported if dpdk_cluster=False </skipped>

    </testcase>

    <testcase classname="scripts.vrouter.test_dpdk_vifdump.TestVifdump" name="test_vifdump_on_interface[dev_reg,sanity]" time="2.606">
      <skipped>Skipped as test is not supported if dpdk_cluster=False </skipped>

    </testcase>

    <testcase classname="scripts.vrouter.test_fat_flow_aggr.FatFlowAggr" name="test_fat_flow_aggr_dest_icmp_intra_vn_inter_node[dev_reg,sanity]" time="73.519">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;scripts.vrouter.test_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7f5652bda670&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function FatFlowAggr.test_fat_flow_aggr_dest_icmp_intra_vn_inter_node&gt;
self = &lt;scripts.vrouter.test_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7f5652bda670&gt;
args = ()
kwargs = {}

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

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

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

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

</failure>

    </testcase>

    <testcase classname="scripts.vrouter.test_routes.TestRoutes" name="test_rt_table_scenario_1[dev_reg,sanity]" time="43.863" />

    <testcase classname="scripts.vrouter.test_subinterfaces.TestSubInterfaces" name="test_vlan_interface_2[cb_sanity,dev_reg,dev_sanity_dpdk,sanity]" time="86.568">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;scripts.vrouter.test_subinterfaces.TestSubInter...ev_reg,dev_sanity_dpdk,sanity] id=0x7f5652bf2d90&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function TestSubInterfaces.test_vlan_interface_2&gt;
self = &lt;scripts.vrouter.test_subinterfaces.TestSubInter...ev_reg,dev_sanity_dpdk,sanity] id=0x7f5652bf2d90&gt;
args = ()
kwargs = {}

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

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

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

</failure>

    </testcase>

    <testcase classname="scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe" name="test_mtu_probe_intra_node[dev_reg,sanity]" time="76.846">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_intra_node[dev_reg,sanity] id=0x7f5652bfa6a0&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function TestMtuProbe.test_mtu_probe_intra_node&gt;
self = &lt;scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_intra_node[dev_reg,sanity] id=0x7f5652bfa6a0&gt;
args = ()
kwargs = {}

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

 /contrail-test/common/vrouter/base.py in verify_vms(self=&lt;scripts.vrouter.test_tcp_mtu_probe.TestMtuProbe...obe_intra_node[dev_reg,sanity] id=0x7f5652bfa6a0&gt;, vm_fixtures=[&lt;VMFixture: ctest-TestMtuProbe-67587875-68618521&gt;])
  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 = &lt;VMFixture: ctest-TestMtuProbe-67587875-68618521&gt;
vm_fixture.wait_till_vm_is_up = &lt;bound method VMFixture.wait_till_vm_is_up of &lt;VMFixture: ctest-TestMtuProbe-67587875-68618521&gt;&gt;
AssertionError: 
    __cause__ = None
    __class__ = &lt;class &apos;AssertionError&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of AssertionError object&gt;
    __dict__ = {}
    __dir__ = &lt;built-in method __dir__ of AssertionError object&gt;
    __doc__ = &apos;Assertion failed.&apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of AssertionError object&gt;
    __format__ = &lt;built-in method __format__ of AssertionError object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of AssertionError object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of AssertionError object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of AssertionError object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of AssertionError object&gt;
    __init__ = &lt;method-wrapper &apos;__init__&apos; of AssertionError object&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of AssertionError object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of AssertionError object&gt;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of AssertionError object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of AssertionError object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of AssertionError object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of AssertionError object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of AssertionError object&gt;
    __setstate__ = &lt;built-in method __setstate__ of AssertionError object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of AssertionError object&gt;
    __str__ = &lt;method-wrapper &apos;__str__&apos; of AssertionError object&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    args = ()
    with_traceback = &lt;built-in method with_traceback of AssertionError object&gt;

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

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

</failure>

    </testcase>

    <testcase classname="scripts.vrouter.test_vif_stats.TestvifStats" name="test_vif_statistics[dev_reg,sanity]" time="70.915">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
  File &quot;/contrail-test/tcutils/wrappers.py&quot;, line 176, in wrapper
    raise TestFailed(&quot;\n &quot;.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=&lt;scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7f5652bfa910&gt;, *args=(), **kwargs={})
   78             log.info(&apos;Initial checks done. Running the testcase now&apos;)
   79             log.info(&apos;&apos;)
   80             result = function(self, *args, **kwargs)
   81             if self.inputs.upgrade:
   82                 pid = os.getpid()
result = None
function = &lt;function TestvifStats.test_vif_statistics&gt;
self = &lt;scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7f5652bfa910&gt;
args = ()
kwargs = {}

 /contrail-test/scripts/vrouter/test_vif_stats.py in test_vif_statistics(self=&lt;scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7f5652bfa910&gt;)
   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), &quot;ping failed&quot;
   90         compute_ip = server_fixtures[0].vm_node_ip
self = &lt;scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7f5652bfa910&gt;
self.verify_vms = &lt;bound method BaseVrouterTest.verify_vms of &lt;scr...if_statistics[dev_reg,sanity] id=0x7f5652bfa910&gt;&gt;
server_fixtures = [&lt;VMFixture: ctest-TestvifStats-94712580-47653535&gt;]

 /contrail-test/common/vrouter/base.py in verify_vms(self=&lt;scripts.vrouter.test_vif_stats.TestvifStats.test_vif_statistics[dev_reg,sanity] id=0x7f5652bfa910&gt;, vm_fixtures=[&lt;VMFixture: ctest-TestvifStats-94712580-47653535&gt;])
  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 = &lt;VMFixture: ctest-TestvifStats-94712580-47653535&gt;
vm_fixture.wait_till_vm_is_up = &lt;bound method VMFixture.wait_till_vm_is_up of &lt;VMFixture: ctest-TestvifStats-94712580-47653535&gt;&gt;
AssertionError: 
    __cause__ = None
    __class__ = &lt;class &apos;AssertionError&apos;&gt;
    __context__ = None
    __delattr__ = &lt;method-wrapper &apos;__delattr__&apos; of AssertionError object&gt;
    __dict__ = {}
    __dir__ = &lt;built-in method __dir__ of AssertionError object&gt;
    __doc__ = &apos;Assertion failed.&apos;
    __eq__ = &lt;method-wrapper &apos;__eq__&apos; of AssertionError object&gt;
    __format__ = &lt;built-in method __format__ of AssertionError object&gt;
    __ge__ = &lt;method-wrapper &apos;__ge__&apos; of AssertionError object&gt;
    __getattribute__ = &lt;method-wrapper &apos;__getattribute__&apos; of AssertionError object&gt;
    __gt__ = &lt;method-wrapper &apos;__gt__&apos; of AssertionError object&gt;
    __hash__ = &lt;method-wrapper &apos;__hash__&apos; of AssertionError object&gt;
    __init__ = &lt;method-wrapper &apos;__init__&apos; of AssertionError object&gt;
    __init_subclass__ = &lt;built-in method __init_subclass__ of type object&gt;
    __le__ = &lt;method-wrapper &apos;__le__&apos; of AssertionError object&gt;
    __lt__ = &lt;method-wrapper &apos;__lt__&apos; of AssertionError object&gt;
    __ne__ = &lt;method-wrapper &apos;__ne__&apos; of AssertionError object&gt;
    __new__ = &lt;built-in method __new__ of type object&gt;
    __reduce__ = &lt;built-in method __reduce__ of AssertionError object&gt;
    __reduce_ex__ = &lt;built-in method __reduce_ex__ of AssertionError object&gt;
    __repr__ = &lt;method-wrapper &apos;__repr__&apos; of AssertionError object&gt;
    __setattr__ = &lt;method-wrapper &apos;__setattr__&apos; of AssertionError object&gt;
    __setstate__ = &lt;built-in method __setstate__ of AssertionError object&gt;
    __sizeof__ = &lt;built-in method __sizeof__ of AssertionError object&gt;
    __str__ = &lt;method-wrapper &apos;__str__&apos; of AssertionError object&gt;
    __subclasshook__ = &lt;built-in method __subclasshook__ of type object&gt;
    __suppress_context__ = False
    __traceback__ = &lt;traceback object&gt;
    args = ()
    with_traceback = &lt;built-in method with_traceback of AssertionError object&gt;

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

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

</failure>

    </testcase>

  </testsuite>
</testsuites>
