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

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

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

    <testcase classname="serial_scripts.analytics.test_analytics_resource.AnalyticsTestSanityWithResource" name="test_verify_session_sampling_teardown[sanity]" time="223.859">
      <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  126.94.88.195
[cirros@169.254.0.6] sudo: ping -s 56 -c 3 -W 1  126.94.88.195
[cirros@169.254.0.6] out: PING 126.94.88.195 (126.94.88.195): 56 data bytes
[cirros@169.254.0.6] out: 64 bytes from 126.94.88.195: seq=0 ttl=63 time=4.967 ms
[cirros@169.254.0.6] out: 64 bytes from 126.94.88.195: seq=1 ttl=63 time=1.993 ms
[cirros@169.254.0.6] out: 64 bytes from 126.94.88.195: seq=2 ttl=63 time=1.727 ms
[cirros@169.254.0.6] out: 
[cirros@169.254.0.6] out: --- 126.94.88.195 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.727/2.895/4.967 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
Mon Jun  1 17:10:48 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=0x7f2bdb19f5b0&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=0x7f2bdb19f5b0&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=0x7f2bdb19f5b0&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=0x7f2bdb19f5b0&gt;
self.verify_session_sampling_teardown = &lt;bound method AnalyticsBaseTest.verify_session_s...ion_sampling_teardown[sanity] id=0x7f2bdb19f5b0&gt;&gt;
start_time = &apos;1780333631112483&apos;
src_vn = &apos;default-domain:ctest-AnalyticsTestSanityWithResource-10810721:ctest-vn1-82932851&apos;
dst_vn = &apos;default-domain:ctest-AnalyticsTestSanityWithResource-10810721:ctest-vn2-17939646&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=0x7f2bdb19f5b0&gt;, start_time=&apos;1780333631112483&apos;, src_vn=&apos;default-domain:ctest-AnalyticsTestSanityWithResource-10810721:ctest-vn1-82932851&apos;, dst_vn=&apos;default-domain:ctest-AnalyticsTestSanityWithResource-10810721:ctest-vn2-17939646&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 = 12
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.638">
      <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="224.706" />

    <testcase classname="serial_scripts.bgpaas.test_bgpaas_zone.TestBGPaasZone" name="test_bgp_control_node_zone[sanity]" time="187.119">
      <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
Mon Jun  1 17:17:59 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=0x7f2bdb077b20&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=0x7f2bdb077b20&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=0x7f2bdb077b20&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=0x7f2bdb077b20&gt;
self.basic_control_node_zone_setup = &lt;bound method TestBGPaasZone.basic_control_node_...bgp_control_node_zone[sanity] id=0x7f2bdb077b20&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=0x7f2bdb077b20&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=0x7f2bdb077b20&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-67445756-02660035&gt;, &lt;VMFixture: ctest-TestBGPaasZone-67445756-14855098&gt;]
self.client_vm = &lt;VMFixture: ctest-TestBGPaasZone-67445756-25861122&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-67445756-02660035&gt;, &lt;VMFixture: ctest-TestBGPaasZone-67445756-14855098&gt;, &lt;VMFixture: ctest-TestBGPaasZone-67445756-25861122&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-67445756-25861122&gt;
vm_fixture.cleanUp = &lt;bound method VMFixture.cleanUp of &lt;VMFixture: ctest-TestBGPaasZone-67445756-25861122&gt;&gt;

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

 /contrail-test/fixtures/vm_test.py in delete(self=&lt;VMFixture: ctest-TestBGPaasZone-67445756-25861122&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-67445756-25861122&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-67445756-25861122&gt;
force = False

 /contrail-test/fixtures/openstack.py in delete_vm(self=&lt;openstack.OpenstackOrchestrator object&gt;, vm_obj=&lt;Server: ctest-TestBGPaasZone-67445756-25861122&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-67445756-25861122&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-67445756-25861122&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-67445756-25861122&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-67445756-25861122&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-67445756-25861122&gt;
vm_obj.id = &apos;ab3444c4-7f15-4dfb-a56f-7503d189bdd5&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 ab3444c4-7f15-4dfb-a56f-7503d189bdd5 is:  {&apos;code&apos;: 500, &apos;created&apos;: &apos;2026-06-01T17:15:04Z&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 ab3444c4-7f15-4dfb-a56f-...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 ab3444c4-7f15-4dfb-a56f-7503d189bdd5 is:  {&apos;code&apos;: 500, &apos;created&apos;: &apos;2026-06-01T17:15:04Z&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="147.616">
      <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
Mon Jun  1 17:20:27 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=0x7f2bdb077d60&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=0x7f2bdb077d60&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=0x7f2bdb077d60&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=0x7f2bdb077d60&gt;
self.basic_control_node_zone_setup = &lt;bound method TestBGPaasZone.basic_control_node_...zones_from_single_vnf[sanity] id=0x7f2bdb077d60&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=0x7f2bdb077d60&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=0x7f2bdb077d60&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-67445756-90312836&gt;, &lt;VMFixture: ctest-TestBGPaasZone-67445756-17006020&gt;]
self.client_vm = &lt;VMFixture: ctest-TestBGPaasZone-67445756-82511171&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-67445756-90312836&gt;, &lt;VMFixture: ctest-TestBGPaasZone-67445756-17006020&gt;, &lt;VMFixture: ctest-TestBGPaasZone-67445756-82511171&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-67445756-82511171&gt;
vm_fixture.cleanUp = &lt;bound method VMFixture.cleanUp of &lt;VMFixture: ctest-TestBGPaasZone-67445756-82511171&gt;&gt;

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

 /contrail-test/fixtures/vm_test.py in delete(self=&lt;VMFixture: ctest-TestBGPaasZone-67445756-82511171&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-67445756-82511171&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-67445756-82511171&gt;
force = False

 /contrail-test/fixtures/openstack.py in delete_vm(self=&lt;openstack.OpenstackOrchestrator object&gt;, vm_obj=&lt;Server: ctest-TestBGPaasZone-67445756-82511171&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-67445756-82511171&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-67445756-82511171&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-67445756-82511171&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-67445756-82511171&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-67445756-82511171&gt;
vm_obj.id = &apos;e0af0894-82df-43ed-8b4d-f142b00b59cc&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 e0af0894-82df-43ed-8b4d-f142b00b59cc is:  {&apos;code&apos;: 500, &apos;created&apos;: &apos;2026-06-01T17:18:10Z&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 e0af0894-82df-43ed-8b4d-...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 e0af0894-82df-43ed-8b4d-f142b00b59cc is:  {&apos;code&apos;: 500, &apos;created&apos;: &apos;2026-06-01T17:18:10Z&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.582">
      <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.604">
      <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="286.063" />

    <testcase classname="serial_scripts.floatingip.test_mx.TestSerialSanity_MX" name="test_change_of_rt_in_vn[mx_test,sanity,serial]" time="2.582">
      <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.592">
      <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="56.264" />

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

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

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

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

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

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

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

    <testcase classname="serial_scripts.vm_regression.test_vm_serial.TestBasicVMVN0" name="test_process_restart_in_policy_between_vns[cb_sanity,sanity]" time="200.268">
      <failure type="testtools.testresult.real._StringException">Traceback (most recent call last):
testtools.testresult.real._StringException: stdout: {{{
[ubuntu@169.254.0.6] sudo: ping -s 56 -c 3 -W 1  192.168.2.252
[ubuntu@169.254.0.6] sudo: ping -s 56 -c 3 -W 1  192.168.2.252
[ubuntu@169.254.0.6] out: PING 192.168.2.252 (192.168.2.252) 56(84) bytes of data.
[ubuntu@169.254.0.6] out: 64 bytes from 192.168.2.252: icmp_req=1 ttl=63 time=6.38 ms
[ubuntu@169.254.0.6] out: 64 bytes from 192.168.2.252: icmp_req=2 ttl=63 time=1.26 ms
[ubuntu@169.254.0.6] out: 64 bytes from 192.168.2.252: icmp_req=3 ttl=63 time=1.56 ms
[ubuntu@169.254.0.6] out: 
[ubuntu@169.254.0.6] out: --- 192.168.2.252 ping statistics ---
[ubuntu@169.254.0.6] out: 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
[ubuntu@169.254.0.6] out: rtt min/avg/max/mdev = 1.265/3.069/6.382/2.346 ms
[ubuntu@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
Mon Jun  1 17:37: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;serial_scripts.vm_regression.test_vm_serial.Tes..._between_vns[cb_sanity,sanity] id=0x7f2bda77a790&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=0x7f2bda77a790&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=0x7f2bda77a790&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-91398653&gt;
vm3_fixture.verify_on_setup = &lt;bound method VMFixture.verify_on_setup of &lt;VMFixture: ctest-vn1_vm2-91398653&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.349" />

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

    <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="92.219">
      <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
Mon Jun  1 17:41: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;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&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
Mon Jun  1 17:41: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;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&gt;
self.fat_flow_with_prefix_aggr = &lt;bound method BaseVrouterTest.fat_flow_with_pref...vn_inter_node[dev_reg,sanity] id=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&gt;&gt;
vn_fixture undefined
src_vn_fixture = &lt;vn_test.VNFixture object&gt;
fixed_ips = [{&apos;ip_address&apos;: &apos;55.243.33.75&apos;, &apos;subnet_id&apos;: &apos;e7e21d74-1cad-467d-b64e-4ee9cbd3df89&apos;}, {&apos;ip_address&apos;: &apos;3c5f:ddf2:80f1:de05:9c72:7ea7:0:b&apos;, &apos;subnet_id&apos;: &apos;7937c61e-e317-4869-a0a6-e534434c0159&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=0x7f2bda787c40&gt;, vn_fixture=&lt;vn_test.VNFixture object&gt;, fixed_ips=[{&apos;ip_address&apos;: &apos;55.243.33.75&apos;, &apos;subnet_id&apos;: &apos;e7e21d74-1cad-467d-b64e-4ee9cbd3df89&apos;}, {&apos;ip_address&apos;: &apos;3c5f:ddf2:80f1:de05:9c72:7ea7:0:b&apos;, &apos;subnet_id&apos;: &apos;7937c61e-e317-4869-a0a6-e534434c0159&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
Mon Jun  1 17:41: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;serial_scripts.vrouter.test_fat_flow_aggr_seria..._vn_inter_node[dev_reg,sanity] id=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&gt;
self.fat_flow_with_prefix_aggr = &lt;bound method BaseVrouterTest.fat_flow_with_pref...vn_inter_node[dev_reg,sanity] id=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&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=0x7f2bda787c40&gt;&gt;
vn_fixture undefined
src_vn_fixture = &lt;vn_test.VNFixture object&gt;
fixed_ips = [{&apos;ip_address&apos;: &apos;55.243.33.75&apos;, &apos;subnet_id&apos;: &apos;e7e21d74-1cad-467d-b64e-4ee9cbd3df89&apos;}, {&apos;ip_address&apos;: &apos;3c5f:ddf2:80f1:de05:9c72:7ea7:0:b&apos;, &apos;subnet_id&apos;: &apos;7937c61e-e317-4869-a0a6-e534434c0159&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=0x7f2bda787c40&gt;, vn_fixture=&lt;vn_test.VNFixture object&gt;, fixed_ips=[{&apos;ip_address&apos;: &apos;55.243.33.75&apos;, &apos;subnet_id&apos;: &apos;e7e21d74-1cad-467d-b64e-4ee9cbd3df89&apos;}, {&apos;ip_address&apos;: &apos;3c5f:ddf2:80f1:de05:9c72:7ea7:0:b&apos;, &apos;subnet_id&apos;: &apos;7937c61e-e317-4869-a0a6-e534434c0159&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="93.626">
      <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
Mon Jun  1 17:43: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_serial.Fat...n_inter_node[cb_sanity,sanity] id=0x7f2bda79b910&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=0x7f2bda79b910&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=0x7f2bda79b910&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=0x7f2bda79b910&gt;
self.verify_vms = &lt;bound method BaseVrouterTest.verify_vms of &lt;ser..._inter_node[cb_sanity,sanity] id=0x7f2bda79b910&gt;&gt;
client_fixtures = [&lt;VMFixture: ctest-FatFlowSerialIpv6-25221323-41233890&gt;, &lt;VMFixture: ctest-FatFlowSerialIpv6-25221323-82803609&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=0x7f2bda79b910&gt;, vm_fixtures=[&lt;VMFixture: ctest-FatFlowSerialIpv6-25221323-41233890&gt;, &lt;VMFixture: ctest-FatFlowSerialIpv6-25221323-82803609&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-25221323-82803609&gt;
vm_fixture.wait_till_vm_is_up = &lt;bound method VMFixture.wait_till_vm_is_up of &lt;V...ture: ctest-FatFlowSerialIpv6-25221323-82803609&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.599">
      <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.579">
      <skipped>Xmpp auth should be set before running tests</skipped>

    </testcase>

  </testsuite>
  <testsuite errors="0" failures="6" id="1" name="" package="" skipped="32" tests="81" time="5364.445">
    <testcase classname="scripts.RR.test_rr.TestBasicRR" name="test_basic_RR[sanity]" time="1.464">
      <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.387">
      <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.952" />

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

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

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

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

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

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

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

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

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

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

    <testcase classname="scripts.ecmp.test_ecmp.TestECMPConfigHashFeature" name="test_ecmp_hash_src_ip[sanity]" time="1.421">
      <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.505">
      <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="3.225">
      <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.987">
      <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.312">
      <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.419">
      <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.440">
      <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.497">
      <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.320">
      <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.425">
      <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.588">
      <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="217.321" />

    <testcase classname="scripts.floatingip.test_mx.TestSanity_MX" name="test_mx_gateway[mx_test,sanity]" time="2.647">
      <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.636">
      <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.625">
      <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.589">
      <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.617">
      <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.624">
      <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="11.376" />

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

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

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

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

    <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="122.340" />

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

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

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

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

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

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

    <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="115.703" />

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

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

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

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

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

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

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

    <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="94.334" />

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

    <testcase classname="scripts.securitygroup.test_regression.SecurityGroupBasicRegressionTests1Ipv6" name="test_sec_group_basic[sanity,suite1]" time="254.477" />

    <testcase classname="scripts.securitygroup.test_regression.SecurityGroupBasicRegressionTests1_contrail" name="test_sec_group_basic[sanity,suite1]" time="257.111" />

    <testcase classname="scripts.securitygroup.test_regression_basic.SecurityGroupBasicRegressionTests1" name="test_sec_group_basic[cb_sanity,ci_contrail_go_kolla_ocata_sanity,sanity,suite1]" time="263.354" />

    <testcase classname="scripts.svc_firewall.test_svc_fw.TestSvcRegr" name="test_svc_in_net_nat_with_static_routes[sanity]" time="28.040">
      <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="18.239">
      <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="17.962">
      <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="14.278">
      <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.767">
      <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="18.304">
      <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.327">
      <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
Mon Jun  1 16:43: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.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7efd1a983700&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=0x7efd1a983700&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=0x7efd1a983700&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=0x7efd1a983700&gt;
self.verify_svc_mirroring = &lt;bound method VerifySvcMirror.verify_svc_mirrori...nity_WIP,quick_sanity,sanity] id=0x7efd1a983700&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=0x7efd1a983700&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=0x7efd1a983700&gt;
self.config_svc_mirroring = &lt;bound method ConfigSvcMirror.config_svc_mirrori...nity_WIP,quick_sanity,sanity] id=0x7efd1a983700&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=0x7efd1a983700&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=0x7efd1a983700&gt;
self.verify_svc_chain = &lt;bound method VerifySvcChain.verify_svc_chain of...nity_WIP,quick_sanity,sanity] id=0x7efd1a983700&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=0x7efd1a983700&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=0x7efd1a983700&gt;
self.config_svc_chain = &lt;bound method ConfigSvcChain.config_svc_chain of...nity_WIP,quick_sanity,sanity] id=0x7efd1a983700&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=0x7efd1a983700&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-41534647&apos;, mgmt_vn_subnets=[&apos;209.3.182.0/26&apos;], mgmt_vn_fixture=&lt;vn_test.VNFixture object&gt;, left_vn_name=&apos;ctest-left-57051975&apos;, left_vn_subnets=[&apos;79.74.219.192/26&apos;], left_vn_fixture=&lt;vn_test.VNFixture object&gt;, right_vn_name=&apos;ctest-right-01008489&apos;, right_vn_subnets=[&apos;180.51.182.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-53507285&apos;, left_vm_fixture=&lt;VMFixture: ctest-left_vm-53507285&gt;, right_vm_name=&apos;ctest-right_vm-42567498&apos;, right_vm_fixture=&lt;VMFixture: ctest-right_vm-42567498&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=0x7efd1a983700&gt;
self.create_service_vms = &lt;bound method ConfigSvcChain.create_service_vms ...nity_WIP,quick_sanity,sanity] id=0x7efd1a983700&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=0x7efd1a983700&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=0x7efd1a983700&gt;
self.verify_vms = &lt;bound method ConfigSvcChain.verify_vms of &lt;scri...nity_WIP,quick_sanity,sanity] id=0x7efd1a983700&gt;&gt;
svm_fixtures = [&lt;VMFixture: ctest-pt_svm0-39875932&gt;]

 /contrail-test/common/servicechain/config.py in verify_vms(self=&lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7efd1a983700&gt;, vm_fixtures=[&lt;VMFixture: ctest-pt_svm0-39875932&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=0x7efd1a983700&gt;
self.verify_vm = &lt;bound method ConfigSvcChain.verify_vm of &lt;scrip...nity_WIP,quick_sanity,sanity] id=0x7efd1a983700&gt;&gt;
vm = &lt;VMFixture: ctest-pt_svm0-39875932&gt;

 /contrail-test/common/servicechain/config.py in verify_vm(self=&lt;scripts.svc_mirror.test_mirror.TestSVCV2Mirror....anity_WIP,quick_sanity,sanity] id=0x7efd1a983700&gt;, vm_fixture=&lt;VMFixture: ctest-pt_svm0-39875932&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-39875932&gt;
vm_fixture.wait_till_vm_is_up = &lt;bound method VMFixture.wait_till_vm_is_up of &lt;VMFixture: ctest-pt_svm0-39875932&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="218.186" />

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

    <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="26.492" />

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

    <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="47.363" />

    <testcase classname="scripts.vrouter.test_disable_policy.DisablePolicyEcmpIpv6" name="test_ecmp_with_static_routes[cb_sanity,dev_reg,sanity]" time="80.545">
      <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
Mon Jun  1 16:54:17 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=0x7efd1a906be0&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=0x7efd1a906be0&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=0x7efd1a906be0&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=0x7efd1a906be0&gt;
self.verify_vms = &lt;bound method BaseVrouterTest.verify_vms of &lt;scr...tes[cb_sanity,dev_reg,sanity] id=0x7efd1a906be0&gt;&gt;
vm_fixtures = [&lt;VMFixture: ctest-DisablePolicyEcmpIpv6-47107427-72842752&gt;, &lt;VMFixture: ctest-DisablePolicyEcmpIpv6-47107427-54498108&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=0x7efd1a906be0&gt;, vm_fixtures=[&lt;VMFixture: ctest-DisablePolicyEcmpIpv6-47107427-72842752&gt;, &lt;VMFixture: ctest-DisablePolicyEcmpIpv6-47107427-54498108&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-47107427-54498108&gt;
vm_fixture.wait_till_vm_is_up = &lt;bound method VMFixture.wait_till_vm_is_up of &lt;V...: ctest-DisablePolicyEcmpIpv6-47107427-54498108&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.718">
      <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.643">
      <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.661">
      <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.641">
      <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.637">
      <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.669">
      <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="87.380">
      <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
Mon Jun  1 16:56: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_fat_flow_aggr.FatFlowAggr...._vn_inter_node[dev_reg,sanity] id=0x7efd1a8aa670&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=0x7efd1a8aa670&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=0x7efd1a8aa670&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=0x7efd1a8aa670&gt;
self.fat_flow_with_prefix_aggr = &lt;bound method BaseVrouterTest.fat_flow_with_pref...vn_inter_node[dev_reg,sanity] id=0x7efd1a8aa670&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=0x7efd1a8aa670&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=0x7efd1a8aa670&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=0x7efd1a8aa670&gt;&gt;
vn_fixture undefined
src_vn_fixture = &lt;vn_test.VNFixture object&gt;
fixed_ips = [{&apos;ip_address&apos;: &apos;46.217.232.163&apos;, &apos;subnet_id&apos;: &apos;55a963dd-0f20-407e-a75b-4b3e178bc67f&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=0x7efd1a8aa670&gt;, vn_fixture=&lt;vn_test.VNFixture object&gt;, fixed_ips=[{&apos;ip_address&apos;: &apos;46.217.232.163&apos;, &apos;subnet_id&apos;: &apos;55a963dd-0f20-407e-a75b-4b3e178bc67f&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="57.920" />

    <testcase classname="scripts.vrouter.test_subinterfaces.TestSubInterfaces" name="test_vlan_interface_2[cb_sanity,dev_reg,dev_sanity_dpdk,sanity]" time="153.552">
      <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
Mon Jun  1 17:00:13 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=0x7efd1a8c3d90&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=0x7efd1a8c3d90&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=0x7efd1a8c3d90&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-43254303-86143372&gt;
vm3_fixture.wait_till_vm_is_up = &lt;bound method VMFixture.wait_till_vm_is_up of &lt;V...ture: ctest-TestSubInterfaces-43254303-86143372&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="98.995">
      <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
Mon Jun  1 17:01:56 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=0x7efd1a8cb6a0&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=0x7efd1a8cb6a0&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=0x7efd1a8cb6a0&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=0x7efd1a8cb6a0&gt;
self.verify_vms = &lt;bound method BaseVrouterTest.verify_vms of &lt;scr...be_intra_node[dev_reg,sanity] id=0x7efd1a8cb6a0&gt;&gt;
server_fixtures = [&lt;VMFixture: ctest-TestMtuProbe-18123867-00279726&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=0x7efd1a8cb6a0&gt;, vm_fixtures=[&lt;VMFixture: ctest-TestMtuProbe-18123867-00279726&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-18123867-00279726&gt;
vm_fixture.wait_till_vm_is_up = &lt;bound method VMFixture.wait_till_vm_is_up of &lt;VMFixture: ctest-TestMtuProbe-18123867-00279726&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="81.217">
      <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
Mon Jun  1 17:03:21 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=0x7efd1a8cb910&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=0x7efd1a8cb910&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=0x7efd1a8cb910&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=0x7efd1a8cb910&gt;
self.verify_vms = &lt;bound method BaseVrouterTest.verify_vms of &lt;scr...if_statistics[dev_reg,sanity] id=0x7efd1a8cb910&gt;&gt;
server_fixtures = [&lt;VMFixture: ctest-TestvifStats-85507222-81147269&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=0x7efd1a8cb910&gt;, vm_fixtures=[&lt;VMFixture: ctest-TestvifStats-85507222-81147269&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-85507222-81147269&gt;
vm_fixture.wait_till_vm_is_up = &lt;bound method VMFixture.wait_till_vm_is_up of &lt;VMFixture: ctest-TestvifStats-85507222-81147269&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>
