| Name | Status | Type | Time(s) | LogFile | 
            
            
                | test_contrail_status[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 0.523 |  | 
            
            
                | test_verify_object_logs[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success |  | 17.965 |  | 
            
            
                | test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 3.171 |  | 
            
            
                | test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 0.285 |  | 
            
            
                | test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 0.318 |  | 
            
            
                | test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw] | Success |  | 29.493 |  | 
            
            
                | test_heat_stacks_list[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity] | Success |  | 0.621 |  | 
            
            
                | test_router_crud[ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 5.155 |  | 
            
            
                | test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 2.187 |  | 
            
            
                | test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 18.295 |  | 
            
            
                | test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 37.602 |  | 
            
            
                | test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success |  | 24.835 |  | 
            
            
                | test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Skipped | Disabling v6 tests for CI | 4.909 |  | 
            
            
                | test_remove_policy_with_ref[ci_sanity,sanity] | Success |  | 4.078 |  | 
            
            
                | test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Success |  | 28.832 |  | 
            
            
                | test_rp_interface[ci_sanity,sanity] | Success |  | 23.570 |  | 
            
            
                | test_svc_in_network_datapath[ci_sanity] | Failure | Details
                         
                         
                        Traceback (most recent call last):
                         
                        testtools.testresult.real._StringException: stdout: {{{
                         
                        [localhost] local: mkdir -p /contrail-test/images
                         
                        [localhost] local: wget -nv http://nexus.opensdn.io/repository///images/converts//cirros-in-net.vmdk.gz -O /contrail-test/images/cirros-in-net.vmdk.gz
                         
                        [localhost] local: gunzip -f /contrail-test/images/cirros-in-net.vmdk.gz
                         
                        [localhost] local: rm -f /contrail-test/images/cirros-in-net.vmdk
                         
                        }}}
                         
                         
                        Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
                         
                            raise TestFailed("\n ".join(errmsg))
                         
                        tcutils.cores.TestFailed: Test failed: AssertionError
                         
                        Python 3.9.21: /usr/bin/python3
                         
                        Sun Oct  5 07:17:48 2025
                         
                         
                        A problem occurred in a Python script.  Here is the sequence of
                         
                        function calls leading up to the error, in the order they occurred.
                         
                         
                         /contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>, *args=(), **kwargs={})
                         
                           78             log.info('Initial checks done. Running the testcase now')
                         
                           79             log.info('')
                         
                           80             result = function(self, *args, **kwargs)
                         
                           81             if self.inputs.upgrade:
                         
                           82                 pid = os.getpid()
                         
                        result = None
                         
                        function = <function TestSvcRegr.test_svc_in_network_datapath>
                         
                        self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>
                         
                        args = ()
                         
                        kwargs = {}
                         
                         
                         /contrail-test/scripts/svc_firewall/test_svc_fw.py in test_svc_in_network_datapath(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>)
                         
                           23     @preposttest_wrapper
                         
                           24     def test_svc_in_network_datapath(self):
                         
                           25         return self.verify_svc_chain(svc_img_name='cirros_in_net', service_mode='in-network',
                         
                           26                                      create_svms=True)
                         
                           27 
                         
                        self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>
                         
                        self.verify_svc_chain = <bound method VerifySvcChain.verify_svc_chain of...n_network_datapath[ci_sanity] id=0x7fd73cd40160>>
                         
                        svc_img_name undefined
                         
                        service_mode undefined
                         
                        create_svms undefined
                         
                         
                         /contrail-test/common/servicechain/verify.py in verify_svc_chain(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>, *args=(), **kwargs={'create_svms': True, 'service_mode': 'in-network', 'svc_img_name': 'cirros_in_net'})
                         
                          318     def verify_svc_chain(self, *args, **kwargs):
                         
                          319         svc_chain_info = kwargs.get('svc_chain_info')
                         
                          320         ret_dict = svc_chain_info or self.config_svc_chain(*args, **kwargs)
                         
                          321         proto = kwargs.get('proto', 'any')
                         
                          322         left_vn_fq_name = ret_dict.get('left_vn_fixture').vn_fq_name
                         
                        ret_dict undefined
                         
                        svc_chain_info = None
                         
                        self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>
                         
                        self.config_svc_chain = <bound method ConfigSvcChain.config_svc_chain of...n_network_datapath[ci_sanity] id=0x7fd73cd40160>>
                         
                        args = ()
                         
                        kwargs = {'create_svms': True, 'service_mode': 'in-network', 'svc_img_name': 'cirros_in_net'}
                         
                         
                         /contrail-test/common/servicechain/config.py in config_svc_chain(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>, service_mode='in-network', service_type='firewall', max_inst=1, proto='any', svc_chain_type='parallel', src_ports=[0, 65535], dst_ports=[0, 65535], svc_img_name='cirros_in_net', st_version=2, mgmt_vn_name='ctest-mgmt_vn-05005252', mgmt_vn_subnets=['41.230.72.0/26'], mgmt_vn_fixture=<vn_test.VNFixture object>, left_vn_name='ctest-left_vn-80388251', left_vn_subnets=['122.125.3.128/26'], left_vn_fixture=<vn_test.VNFixture object>, right_vn_name='ctest-right_vn-63473737', right_vn_subnets=['7.26.79.64/26'], right_vn_fixture=<vn_test.VNFixture object>, left_lr_child_vn_fixture=None, right_lr_child_vn_fixture=None, left_vm_name='ctest-left_vm-83381713', left_vm_fixture=<VMFixture: ctest-left_vm-83381713>, right_vm_name='ctest-right_vm-80917658', right_vm_fixture=<VMFixture: ctest-right_vm-80917658>, image_name='cirros', policy_fixture=None, st_fixture=<svc_template_fixture.SvcTemplateFixture object>, si_fixture=None, port_tuples_props=None, static_route=None, svm_fixtures=[], create_svms=True, evpn=False, modify_rules=False, policy_action='pass', hosts=[], **kwargs={})
                         
                          526         # Create SI VMs now
                         
                          527         if not svm_fixtures and create_svms:
                         
                          528             svm_fixtures = self.create_service_vms(vns,
                         
                          529                                                    svc_img_name=svc_img_name,
                         
                          530                                                    service_mode=service_mode,
                         
                        svm_fixtures = []
                         
                        self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>
                         
                        self.create_service_vms = <bound method ConfigSvcChain.create_service_vms ...n_network_datapath[ci_sanity] id=0x7fd73cd40160>>
                         
                        vns = [<vn_test.VNFixture object>, <vn_test.VNFixture object>, <vn_test.VNFixture object>]
                         
                        svc_img_name = 'cirros_in_net'
                         
                        service_mode = 'in-network'
                         
                        service_type = 'firewall'
                         
                        hosts = []
                         
                        max_inst = 1
                         
                         
                         /contrail-test/common/servicechain/config.py in create_service_vms(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>, vns=[<vn_test.VNFixture object>, <vn_test.VNFixture object>, <vn_test.VNFixture object>], service_mode='in-network', max_inst=1, svc_img_name='cirros_in_net', service_type='firewall', hosts=[])
                         
                          337             if service_type == 'analyzer':
                         
                          338                 svm_fixture.disable_interface_policy()
                         
                          339         self.verify_vms(svm_fixtures)
                         
                          340         return svm_fixtures
                         
                          341     # end create_service_vms
                         
                        self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>
                         
                        self.verify_vms = <bound method ConfigSvcChain.verify_vms of <scri...n_network_datapath[ci_sanity] id=0x7fd73cd40160>>
                         
                        svm_fixtures = [<VMFixture: ctest-pt_svm0-96373426>]
                         
                         
                         /contrail-test/common/servicechain/config.py in verify_vms(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>, vm_fixtures=[<VMFixture: ctest-pt_svm0-96373426>])
                         
                          169     def verify_vms(self, vm_fixtures):
                         
                          170         for vm in vm_fixtures:
                         
                          171             self.verify_vm(vm)
                         
                          172     # end verify_vms
                         
                          173 
                         
                        self = <scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>
                         
                        self.verify_vm = <bound method ConfigSvcChain.verify_vm of <scrip...n_network_datapath[ci_sanity] id=0x7fd73cd40160>>
                         
                        vm = <VMFixture: ctest-pt_svm0-96373426>
                         
                         
                         /contrail-test/common/servicechain/config.py in verify_vm(self=<scripts.svc_firewall.test_svc_fw.TestSvcRegr.te...in_network_datapath[ci_sanity] id=0x7fd73cd40160>, vm_fixture=<VMFixture: ctest-pt_svm0-96373426>)
                         
                          173 
                         
                          174     def verify_vm(self, vm_fixture):
                         
                          175         assert vm_fixture.wait_till_vm_is_up(), 'VM does not seem to be up'
                         
                          176     # end verify_vm
                         
                          177 
                         
                        vm_fixture = <VMFixture: ctest-pt_svm0-96373426>
                         
                        vm_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: ctest-pt_svm0-96373426>>
                         
                        AssertionError: VM does not seem to be up
                         
                            __cause__ = None
                         
                            __class__ = <class 'AssertionError'>
                         
                            __context__ = None
                         
                            __delattr__ = <method-wrapper '__delattr__' of AssertionError object>
                         
                            __dict__ = {}
                         
                            __dir__ = <built-in method __dir__ of AssertionError object>
                         
                            __doc__ = 'Assertion failed.'
                         
                            __eq__ = <method-wrapper '__eq__' of AssertionError object>
                         
                            __format__ = <built-in method __format__ of AssertionError object>
                         
                            __ge__ = <method-wrapper '__ge__' of AssertionError object>
                         
                            __getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
                         
                            __gt__ = <method-wrapper '__gt__' of AssertionError object>
                         
                            __hash__ = <method-wrapper '__hash__' of AssertionError object>
                         
                            __init__ = <method-wrapper '__init__' of AssertionError object>
                         
                            __init_subclass__ = <built-in method __init_subclass__ of type object>
                         
                            __le__ = <method-wrapper '__le__' of AssertionError object>
                         
                            __lt__ = <method-wrapper '__lt__' of AssertionError object>
                         
                            __ne__ = <method-wrapper '__ne__' of AssertionError object>
                         
                            __new__ = <built-in method __new__ of type object>
                         
                            __reduce__ = <built-in method __reduce__ of AssertionError object>
                         
                            __reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
                         
                            __repr__ = <method-wrapper '__repr__' of AssertionError object>
                         
                            __setattr__ = <method-wrapper '__setattr__' of AssertionError object>
                         
                            __setstate__ = <built-in method __setstate__ of AssertionError object>
                         
                            __sizeof__ = <built-in method __sizeof__ of AssertionError object>
                         
                            __str__ = <method-wrapper '__str__' of AssertionError object>
                         
                            __subclasshook__ = <built-in method __subclasshook__ of type object>
                         
                            __suppress_context__ = False
                         
                            __traceback__ = <traceback object>
                         
                            args = ('VM does not seem to be up',)
                         
                            with_traceback = <built-in method with_traceback of AssertionError object>
                         
                         
                        The above is a description of an error in a Python program.  Here is
                         
                        the original traceback:
                         
                         
                        Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
                         
                            result = function(self, *args, **kwargs)
                         
                          File "/contrail-test/scripts/svc_firewall/test_svc_fw.py", line 25, in test_svc_in_network_datapath
                         
                            return self.verify_svc_chain(svc_img_name='cirros_in_net', service_mode='in-network',
                         
                          File "/contrail-test/common/servicechain/verify.py", line 320, in verify_svc_chain
                         
                            ret_dict = svc_chain_info or self.config_svc_chain(*args, **kwargs)
                         
                          File "/contrail-test/common/servicechain/config.py", line 528, in config_svc_chain
                         
                            svm_fixtures = self.create_service_vms(vns,
                         
                          File "/contrail-test/common/servicechain/config.py", line 339, in create_service_vms
                         
                            self.verify_vms(svm_fixtures)
                         
                          File "/contrail-test/common/servicechain/config.py", line 171, in verify_vms
                         
                            self.verify_vm(vm)
                         
                          File "/contrail-test/common/servicechain/config.py", line 175, in verify_vm
                         
                            assert vm_fixture.wait_till_vm_is_up(), 'VM does not seem to be up'
                         
                        AssertionError: VM does not seem to be up
                         
                         
                     | 9.354 | 
		    Log File
		   | 
            
            
                | test_vdns_ping_same_vn[ci_sanity,sanity,suite1] | Failure | Details
                         
                         
                        Traceback (most recent call last):
                         
                        testtools.testresult.real._StringException: Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/util.py", line 1041, in wrapper
                         
                            return f(self, *func_args, **func_kwargs)
                         
                          File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
                         
                            raise TestFailed("\n ".join(errmsg))
                         
                        tcutils.cores.TestFailed: Test failed: AssertionError
                         
                        Python 3.9.21: /usr/bin/python3
                         
                        Sun Oct  5 07:18:01 2025
                         
                         
                        A problem occurred in a Python script.  Here is the sequence of
                         
                        function calls leading up to the error, in the order they occurred.
                         
                         
                         /contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7fd73cd7bac0>, *args=(), **kwargs={})
                         
                           78             log.info('Initial checks done. Running the testcase now')
                         
                           79             log.info('')
                         
                           80             result = function(self, *args, **kwargs)
                         
                           81             if self.inputs.upgrade:
                         
                           82                 pid = os.getpid()
                         
                        result = None
                         
                        function = <function TestvDNSBasic0.test_vdns_ping_same_vn>
                         
                        self = <scripts.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7fd73cd7bac0>
                         
                        args = ()
                         
                        kwargs = {}
                         
                         
                         /contrail-test/scripts/vdns/test_vdns_basic.py in test_vdns_ping_same_vn(self=<scripts.vdns.test_vdns_basic.TestvDNSBasic0.tes...me_vn[ci_sanity,sanity,suite1] id=0x7fd73cd7bac0>)
                         
                           94             vm_fixture[vm_name] = self.useFixture(
                         
                           95                 VMFixture(project_name=self.inputs.project_name, connections=self.connections, vn_obj=vn_quantum_obj, vm_name=vm_name,image_name='ubuntu-traffic'))
                         
                           96             assert vm_fixture[vm_name].wait_till_vm_is_up(), ('VM %s'
                         
                           97                 ' failed to come up' % (vm_name))
                         
                           98             vm_ip = vm_fixture[vm_name].get_vm_ip_from_vm(
                         
                        vm_fixture = {'ctest-vm1-test-26756932': <VMFixture: ctest-vm1-test-26756932>}
                         
                        vm_name = 'ctest-vm1-test-26756932'
                         
                        ].wait_till_vm_is_up undefined
                         
                        AssertionError: VM ctest-vm1-test-26756932 failed to come up
                         
                            __cause__ = None
                         
                            __class__ = <class 'AssertionError'>
                         
                            __context__ = None
                         
                            __delattr__ = <method-wrapper '__delattr__' of AssertionError object>
                         
                            __dict__ = {}
                         
                            __dir__ = <built-in method __dir__ of AssertionError object>
                         
                            __doc__ = 'Assertion failed.'
                         
                            __eq__ = <method-wrapper '__eq__' of AssertionError object>
                         
                            __format__ = <built-in method __format__ of AssertionError object>
                         
                            __ge__ = <method-wrapper '__ge__' of AssertionError object>
                         
                            __getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
                         
                            __gt__ = <method-wrapper '__gt__' of AssertionError object>
                         
                            __hash__ = <method-wrapper '__hash__' of AssertionError object>
                         
                            __init__ = <method-wrapper '__init__' of AssertionError object>
                         
                            __init_subclass__ = <built-in method __init_subclass__ of type object>
                         
                            __le__ = <method-wrapper '__le__' of AssertionError object>
                         
                            __lt__ = <method-wrapper '__lt__' of AssertionError object>
                         
                            __ne__ = <method-wrapper '__ne__' of AssertionError object>
                         
                            __new__ = <built-in method __new__ of type object>
                         
                            __reduce__ = <built-in method __reduce__ of AssertionError object>
                         
                            __reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
                         
                            __repr__ = <method-wrapper '__repr__' of AssertionError object>
                         
                            __setattr__ = <method-wrapper '__setattr__' of AssertionError object>
                         
                            __setstate__ = <built-in method __setstate__ of AssertionError object>
                         
                            __sizeof__ = <built-in method __sizeof__ of AssertionError object>
                         
                            __str__ = <method-wrapper '__str__' of AssertionError object>
                         
                            __subclasshook__ = <built-in method __subclasshook__ of type object>
                         
                            __suppress_context__ = False
                         
                            __traceback__ = <traceback object>
                         
                            args = ('VM ctest-vm1-test-26756932 failed to come up',)
                         
                            with_traceback = <built-in method with_traceback of AssertionError object>
                         
                         
                        The above is a description of an error in a Python program.  Here is
                         
                        the original traceback:
                         
                         
                        Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
                         
                            result = function(self, *args, **kwargs)
                         
                          File "/contrail-test/scripts/vdns/test_vdns_basic.py", line 96, in test_vdns_ping_same_vn
                         
                            assert vm_fixture[vm_name].wait_till_vm_is_up(), ('VM %s'
                         
                        AssertionError: VM ctest-vm1-test-26756932 failed to come up
                         
                         
                     | 9.269 | 
		    Log File
		   | 
            
            
                | test_vm_file_trf_scp_tests[ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,vrouter_gw] | Failure | Details
                         
                         
                        Traceback (most recent call last):
                         
                        testtools.testresult.real._StringException: Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/util.py", line 1041, in wrapper
                         
                            return f(self, *func_args, **func_kwargs)
                         
                          File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
                         
                            raise TestFailed("\n ".join(errmsg))
                         
                        tcutils.cores.TestFailed: Test failed: AssertionError
                         
                        Python 3.9.21: /usr/bin/python3
                         
                        Sun Oct  5 07:18:08 2025
                         
                         
                        A problem occurred in a Python script.  Here is the sequence of
                         
                        function calls leading up to the error, in the order they occurred.
                         
                         
                         /contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.vm_regression.test_vm.TestBasicVMVNx.te...anity,quick_sanity,vrouter_gw] id=0x7fd73ccdabe0>, *args=(), **kwargs={})
                         
                           78             log.info('Initial checks done. Running the testcase now')
                         
                           79             log.info('')
                         
                           80             result = function(self, *args, **kwargs)
                         
                           81             if self.inputs.upgrade:
                         
                           82                 pid = os.getpid()
                         
                        result = None
                         
                        function = <function TestBasicVMVNx.test_vm_file_trf_scp_tests>
                         
                        self = <scripts.vm_regression.test_vm.TestBasicVMVNx.te...anity,quick_sanity,vrouter_gw] id=0x7fd73ccdabe0>
                         
                        args = ()
                         
                        kwargs = {}
                         
                         
                         /contrail-test/scripts/vm_regression/test_vm.py in test_vm_file_trf_scp_tests(self=<scripts.vm_regression.test_vm.TestBasicVMVNx.te...anity,quick_sanity,vrouter_gw] id=0x7fd73ccdabe0>)
                         
                         2865         vm2_fixture = self.create_vm(vn_fixture=vn_fixture,
                         
                         2866             image_name='ubuntu-sshpass')
                         
                         2867         assert vm1_fixture.wait_till_vm_is_up()
                         
                         2868         assert vm2_fixture.wait_till_vm_is_up()
                         
                         2869         for size in scp_test_file_sizes:
                         
                        vm1_fixture = <VMFixture: ctest-TestBasicVMVNx-52348984-18304943>
                         
                        vm1_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: ctest-TestBasicVMVNx-52348984-18304943>>
                         
                        AssertionError: 
                         
                            __cause__ = None
                         
                            __class__ = <class 'AssertionError'>
                         
                            __context__ = None
                         
                            __delattr__ = <method-wrapper '__delattr__' of AssertionError object>
                         
                            __dict__ = {}
                         
                            __dir__ = <built-in method __dir__ of AssertionError object>
                         
                            __doc__ = 'Assertion failed.'
                         
                            __eq__ = <method-wrapper '__eq__' of AssertionError object>
                         
                            __format__ = <built-in method __format__ of AssertionError object>
                         
                            __ge__ = <method-wrapper '__ge__' of AssertionError object>
                         
                            __getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
                         
                            __gt__ = <method-wrapper '__gt__' of AssertionError object>
                         
                            __hash__ = <method-wrapper '__hash__' of AssertionError object>
                         
                            __init__ = <method-wrapper '__init__' of AssertionError object>
                         
                            __init_subclass__ = <built-in method __init_subclass__ of type object>
                         
                            __le__ = <method-wrapper '__le__' of AssertionError object>
                         
                            __lt__ = <method-wrapper '__lt__' of AssertionError object>
                         
                            __ne__ = <method-wrapper '__ne__' of AssertionError object>
                         
                            __new__ = <built-in method __new__ of type object>
                         
                            __reduce__ = <built-in method __reduce__ of AssertionError object>
                         
                            __reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
                         
                            __repr__ = <method-wrapper '__repr__' of AssertionError object>
                         
                            __setattr__ = <method-wrapper '__setattr__' of AssertionError object>
                         
                            __setstate__ = <built-in method __setstate__ of AssertionError object>
                         
                            __sizeof__ = <built-in method __sizeof__ of AssertionError object>
                         
                            __str__ = <method-wrapper '__str__' of AssertionError object>
                         
                            __subclasshook__ = <built-in method __subclasshook__ of type object>
                         
                            __suppress_context__ = False
                         
                            __traceback__ = <traceback object>
                         
                            args = ()
                         
                            with_traceback = <built-in method with_traceback of AssertionError object>
                         
                         
                        The above is a description of an error in a Python program.  Here is
                         
                        the original traceback:
                         
                         
                        Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
                         
                            result = function(self, *args, **kwargs)
                         
                          File "/contrail-test/scripts/vm_regression/test_vm.py", line 2867, in test_vm_file_trf_scp_tests
                         
                            assert vm1_fixture.wait_till_vm_is_up()
                         
                        AssertionError
                         
                         
                     | 4.377 | 
		    Log File
		   | 
            
            
                | test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1] | Failure | Details
                         
                         
                        Traceback (most recent call last):
                         
                        testtools.testresult.real._StringException: Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
                         
                            raise TestFailed("\n ".join(errmsg))
                         
                        tcutils.cores.TestFailed: Test failed: <pre>Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
                         
                            result = function(self, *args, **kwargs)
                         
                          File "/contrail-test/scripts/vm_regression/test_vm_basic.py", line 290, in test_generic_link_local_service
                         
                            compute_user = self.inputs.host_data[vm1_fixture.vm_node_ip]['username']
                         
                          File "/contrail-test/fixtures/vm_test.py", line 386, in vm_node_ip
                         
                            self.get_host_of_vm(refresh=True))
                         
                          File "/contrail-test/fixtures/vm_test.py", line 400, in get_host_of_vm
                         
                            assert self.wait_till_vm_is_active()
                         
                        AssertionError
                         
                        </pre>
                         
                         
                     | 2.902 | 
		    Log File
		   | 
            
            
                | test_metadata_service[cb_sanity,ci_sanity,sanity,suite1] | Failure | Details
                         
                         
                        Traceback (most recent call last):
                         
                        testtools.testresult.real._StringException: Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
                         
                            raise TestFailed("\n ".join(errmsg))
                         
                        tcutils.cores.TestFailed: Test failed: AssertionError
                         
                        Python 3.9.21: /usr/bin/python3
                         
                        Sun Oct  5 07:18:17 2025
                         
                         
                        A problem occurred in a Python script.  Here is the sequence of
                         
                        function calls leading up to the error, in the order they occurred.
                         
                         
                         /contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.vm_regression.test_vm_basic.TestBasicVM...anity,ci_sanity,sanity,suite1] id=0x7fd73cce50a0>, *args=(), **kwargs={})
                         
                           78             log.info('Initial checks done. Running the testcase now')
                         
                           79             log.info('')
                         
                           80             result = function(self, *args, **kwargs)
                         
                           81             if self.inputs.upgrade:
                         
                           82                 pid = os.getpid()
                         
                        result = None
                         
                        function = <function TestBasicVMVN.test_metadata_service>
                         
                        self = <scripts.vm_regression.test_vm_basic.TestBasicVM...anity,ci_sanity,sanity,suite1] id=0x7fd73cce50a0>
                         
                        args = ()
                         
                        kwargs = {}
                         
                         
                         /contrail-test/scripts/vm_regression/test_vm_basic.py in test_metadata_service(self=<scripts.vm_regression.test_vm_basic.TestBasicVM...anity,ci_sanity,sanity,suite1] id=0x7fd73cce50a0>)
                         
                           55                                      image_name='cirros',
                         
                           56                                      userdata='/tmp/metadata_script.txt')
                         
                           57         assert vm1_fixture.wait_till_vm_is_up()
                         
                           58 
                         
                           59         cmd = 'cat /tmp/output.txt'
                         
                        vm1_fixture = <VMFixture: ctest-TestBasicVMVN-86628973-71006413>
                         
                        vm1_fixture.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: ctest-TestBasicVMVN-86628973-71006413>>
                         
                        AssertionError: 
                         
                            __cause__ = None
                         
                            __class__ = <class 'AssertionError'>
                         
                            __context__ = None
                         
                            __delattr__ = <method-wrapper '__delattr__' of AssertionError object>
                         
                            __dict__ = {}
                         
                            __dir__ = <built-in method __dir__ of AssertionError object>
                         
                            __doc__ = 'Assertion failed.'
                         
                            __eq__ = <method-wrapper '__eq__' of AssertionError object>
                         
                            __format__ = <built-in method __format__ of AssertionError object>
                         
                            __ge__ = <method-wrapper '__ge__' of AssertionError object>
                         
                            __getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
                         
                            __gt__ = <method-wrapper '__gt__' of AssertionError object>
                         
                            __hash__ = <method-wrapper '__hash__' of AssertionError object>
                         
                            __init__ = <method-wrapper '__init__' of AssertionError object>
                         
                            __init_subclass__ = <built-in method __init_subclass__ of type object>
                         
                            __le__ = <method-wrapper '__le__' of AssertionError object>
                         
                            __lt__ = <method-wrapper '__lt__' of AssertionError object>
                         
                            __ne__ = <method-wrapper '__ne__' of AssertionError object>
                         
                            __new__ = <built-in method __new__ of type object>
                         
                            __reduce__ = <built-in method __reduce__ of AssertionError object>
                         
                            __reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
                         
                            __repr__ = <method-wrapper '__repr__' of AssertionError object>
                         
                            __setattr__ = <method-wrapper '__setattr__' of AssertionError object>
                         
                            __setstate__ = <built-in method __setstate__ of AssertionError object>
                         
                            __sizeof__ = <built-in method __sizeof__ of AssertionError object>
                         
                            __str__ = <method-wrapper '__str__' of AssertionError object>
                         
                            __subclasshook__ = <built-in method __subclasshook__ of type object>
                         
                            __suppress_context__ = False
                         
                            __traceback__ = <traceback object>
                         
                            args = ()
                         
                            with_traceback = <built-in method with_traceback of AssertionError object>
                         
                         
                        The above is a description of an error in a Python program.  Here is
                         
                        the original traceback:
                         
                         
                        Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
                         
                            result = function(self, *args, **kwargs)
                         
                          File "/contrail-test/scripts/vm_regression/test_vm_basic.py", line 57, in test_metadata_service
                         
                            assert vm1_fixture.wait_till_vm_is_up()
                         
                        AssertionError
                         
                         
                     | 2.663 | 
		    Log File
		   | 
            
            
                | test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1] | Failure | Details
                         
                         
                        Traceback (most recent call last):
                         
                        testtools.testresult.real._StringException: Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 176, in wrapper
                         
                            raise TestFailed("\n ".join(errmsg))
                         
                        tcutils.cores.TestFailed: Test failed: AssertionError
                         
                        Python 3.9.21: /usr/bin/python3
                         
                        Sun Oct  5 07:18:22 2025
                         
                         
                        A problem occurred in a Python script.  Here is the sequence of
                         
                        function calls leading up to the error, in the order they occurred.
                         
                         
                         /contrail-test/tcutils/wrappers.py in wrapper(self=<scripts.vm_regression.test_vm_basic.TestBasicVM...anity,ci_sanity,sanity,suite1] id=0x7fd73cce52e0>, *args=(), **kwargs={})
                         
                           78             log.info('Initial checks done. Running the testcase now')
                         
                           79             log.info('')
                         
                           80             result = function(self, *args, **kwargs)
                         
                           81             if self.inputs.upgrade:
                         
                           82                 pid = os.getpid()
                         
                        result = None
                         
                        function = <function TestBasicVMVN.test_ping_within_vn_two_vms_two_different_subnets>
                         
                        self = <scripts.vm_regression.test_vm_basic.TestBasicVM...anity,ci_sanity,sanity,suite1] id=0x7fd73cce52e0>
                         
                        args = ()
                         
                        kwargs = {}
                         
                         
                         /contrail-test/scripts/vm_regression/test_vm_basic.py in test_ping_within_vn_two_vms_two_different_subnets(self=<scripts.vm_regression.test_vm_basic.TestBasicVM...anity,ci_sanity,sanity,suite1] id=0x7fd73cce52e0>)
                         
                          145         assert ipam_obj.verify_on_setup()
                         
                          146         assert vn1_fixture.verify_on_setup()
                         
                          147         assert vm1.wait_till_vm_is_up()
                         
                          148         assert vm2.wait_till_vm_is_up()
                         
                          149         assert vm3.wait_till_vm_is_up()
                         
                        vm1 = <VMFixture: ctest-TestBasicVMVN-86628973-40276305>
                         
                        vm1.wait_till_vm_is_up = <bound method VMFixture.wait_till_vm_is_up of <VMFixture: ctest-TestBasicVMVN-86628973-40276305>>
                         
                        AssertionError: 
                         
                            __cause__ = None
                         
                            __class__ = <class 'AssertionError'>
                         
                            __context__ = None
                         
                            __delattr__ = <method-wrapper '__delattr__' of AssertionError object>
                         
                            __dict__ = {}
                         
                            __dir__ = <built-in method __dir__ of AssertionError object>
                         
                            __doc__ = 'Assertion failed.'
                         
                            __eq__ = <method-wrapper '__eq__' of AssertionError object>
                         
                            __format__ = <built-in method __format__ of AssertionError object>
                         
                            __ge__ = <method-wrapper '__ge__' of AssertionError object>
                         
                            __getattribute__ = <method-wrapper '__getattribute__' of AssertionError object>
                         
                            __gt__ = <method-wrapper '__gt__' of AssertionError object>
                         
                            __hash__ = <method-wrapper '__hash__' of AssertionError object>
                         
                            __init__ = <method-wrapper '__init__' of AssertionError object>
                         
                            __init_subclass__ = <built-in method __init_subclass__ of type object>
                         
                            __le__ = <method-wrapper '__le__' of AssertionError object>
                         
                            __lt__ = <method-wrapper '__lt__' of AssertionError object>
                         
                            __ne__ = <method-wrapper '__ne__' of AssertionError object>
                         
                            __new__ = <built-in method __new__ of type object>
                         
                            __reduce__ = <built-in method __reduce__ of AssertionError object>
                         
                            __reduce_ex__ = <built-in method __reduce_ex__ of AssertionError object>
                         
                            __repr__ = <method-wrapper '__repr__' of AssertionError object>
                         
                            __setattr__ = <method-wrapper '__setattr__' of AssertionError object>
                         
                            __setstate__ = <built-in method __setstate__ of AssertionError object>
                         
                            __sizeof__ = <built-in method __sizeof__ of AssertionError object>
                         
                            __str__ = <method-wrapper '__str__' of AssertionError object>
                         
                            __subclasshook__ = <built-in method __subclasshook__ of type object>
                         
                            __suppress_context__ = False
                         
                            __traceback__ = <traceback object>
                         
                            args = ()
                         
                            with_traceback = <built-in method with_traceback of AssertionError object>
                         
                         
                        The above is a description of an error in a Python program.  Here is
                         
                        the original traceback:
                         
                         
                        Traceback (most recent call last):
                         
                          File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
                         
                            result = function(self, *args, **kwargs)
                         
                          File "/contrail-test/scripts/vm_regression/test_vm_basic.py", line 147, in test_ping_within_vn_two_vms_two_different_subnets
                         
                            assert vm1.wait_till_vm_is_up()
                         
                        AssertionError
                         
                         
                     | 5.340 | 
		    Log File
		   |