| 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.890 |  | 
            
            
                | test_db_manage[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 3.418 |  | 
            
            
                | test_analytics_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | 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: AttributeError
                         
                        Python 3.9.21: /usr/bin/python3
                         
                        Mon Oct 20 16:34:13 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.documentation.test_docs.DocumentationTe...sanity,dev_sanity_dpdk,sanity] id=0x7fe7c3f9d100>, *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 DocumentationTest.test_analytics_docs>
                         
                        self = <scripts.documentation.test_docs.DocumentationTe...sanity,dev_sanity_dpdk,sanity] id=0x7fe7c3f9d100>
                         
                        args = ()
                         
                        kwargs = {}
                         
                         
                         /contrail-test/scripts/documentation/test_docs.py in test_analytics_docs(self=<scripts.documentation.test_docs.DocumentationTe...sanity,dev_sanity_dpdk,sanity] id=0x7fe7c3f9d100>)
                         
                           61             return False
                         
                           62 
                         
                           63         protocol = 'https' if self.contrail_configs.get('SSL_ENABLE') else 'http'
                         
                           64         resp = requests.get(f"{protocol}://{self.inputs.collector_ips[0]}:8081/documentation/index.html", verify=False)
                         
                           65         if resp.status_code != 200:
                         
                        protocol undefined
                         
                        self = <scripts.documentation.test_docs.DocumentationTe...sanity,dev_sanity_dpdk,sanity] id=0x7fe7c3f9d100>
                         
                        self.contrail_configs undefined
                         
                        AttributeError: 'DocumentationTest' object has no attribute 'contrail_configs'
                         
                            __cause__ = None
                         
                            __class__ = <class 'AttributeError'>
                         
                            __context__ = None
                         
                            __delattr__ = <method-wrapper '__delattr__' of AttributeError object>
                         
                            __dict__ = {}
                         
                            __dir__ = <built-in method __dir__ of AttributeError object>
                         
                            __doc__ = 'Attribute not found.'
                         
                            __eq__ = <method-wrapper '__eq__' of AttributeError object>
                         
                            __format__ = <built-in method __format__ of AttributeError object>
                         
                            __ge__ = <method-wrapper '__ge__' of AttributeError object>
                         
                            __getattribute__ = <method-wrapper '__getattribute__' of AttributeError object>
                         
                            __gt__ = <method-wrapper '__gt__' of AttributeError object>
                         
                            __hash__ = <method-wrapper '__hash__' of AttributeError object>
                         
                            __init__ = <method-wrapper '__init__' of AttributeError object>
                         
                            __init_subclass__ = <built-in method __init_subclass__ of type object>
                         
                            __le__ = <method-wrapper '__le__' of AttributeError object>
                         
                            __lt__ = <method-wrapper '__lt__' of AttributeError object>
                         
                            __ne__ = <method-wrapper '__ne__' of AttributeError object>
                         
                            __new__ = <built-in method __new__ of type object>
                         
                            __reduce__ = <built-in method __reduce__ of AttributeError object>
                         
                            __reduce_ex__ = <built-in method __reduce_ex__ of AttributeError object>
                         
                            __repr__ = <method-wrapper '__repr__' of AttributeError object>
                         
                            __setattr__ = <method-wrapper '__setattr__' of AttributeError object>
                         
                            __setstate__ = <built-in method __setstate__ of AttributeError object>
                         
                            __sizeof__ = <built-in method __sizeof__ of AttributeError object>
                         
                            __str__ = <method-wrapper '__str__' of AttributeError object>
                         
                            __subclasshook__ = <built-in method __subclasshook__ of type object>
                         
                            __suppress_context__ = False
                         
                            __traceback__ = <traceback object>
                         
                            args = ("'DocumentationTest' object has no attribute 'contrail_configs'",)
                         
                            with_traceback = <built-in method with_traceback of AttributeError 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/documentation/test_docs.py", line 63, in test_analytics_docs
                         
                            protocol = 'https' if self.contrail_configs.get('SSL_ENABLE') else 'http'
                         
                        AttributeError: 'DocumentationTest' object has no attribute 'contrail_configs'
                         
                         
                     | 0.289 | 
		    Log File
		   | 
            
            
                | test_config_docs[cb_sanity,ci_sanity,dev_sanity_dpdk,sanity] | 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: AttributeError
                         
                        Python 3.9.21: /usr/bin/python3
                         
                        Mon Oct 20 16:34:14 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.documentation.test_docs.DocumentationTe...sanity,dev_sanity_dpdk,sanity] id=0x7fe7c3f9d1f0>, *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 DocumentationTest.test_config_docs>
                         
                        self = <scripts.documentation.test_docs.DocumentationTe...sanity,dev_sanity_dpdk,sanity] id=0x7fe7c3f9d1f0>
                         
                        args = ()
                         
                        kwargs = {}
                         
                         
                         /contrail-test/scripts/documentation/test_docs.py in test_config_docs(self=<scripts.documentation.test_docs.DocumentationTe...sanity,dev_sanity_dpdk,sanity] id=0x7fe7c3f9d1f0>)
                         
                           38             return False
                         
                           39 
                         
                           40         protocol = 'https' if self.contrail_configs.get('SSL_ENABLE') else 'http'
                         
                           41         resp = requests.get(f"{protocol}://{self.inputs.cfgm_ips[0]}:8082/documentation/index.html", verify=False)
                         
                           42         if resp.status_code != 200:
                         
                        protocol undefined
                         
                        self = <scripts.documentation.test_docs.DocumentationTe...sanity,dev_sanity_dpdk,sanity] id=0x7fe7c3f9d1f0>
                         
                        self.contrail_configs undefined
                         
                        AttributeError: 'DocumentationTest' object has no attribute 'contrail_configs'
                         
                            __cause__ = None
                         
                            __class__ = <class 'AttributeError'>
                         
                            __context__ = None
                         
                            __delattr__ = <method-wrapper '__delattr__' of AttributeError object>
                         
                            __dict__ = {}
                         
                            __dir__ = <built-in method __dir__ of AttributeError object>
                         
                            __doc__ = 'Attribute not found.'
                         
                            __eq__ = <method-wrapper '__eq__' of AttributeError object>
                         
                            __format__ = <built-in method __format__ of AttributeError object>
                         
                            __ge__ = <method-wrapper '__ge__' of AttributeError object>
                         
                            __getattribute__ = <method-wrapper '__getattribute__' of AttributeError object>
                         
                            __gt__ = <method-wrapper '__gt__' of AttributeError object>
                         
                            __hash__ = <method-wrapper '__hash__' of AttributeError object>
                         
                            __init__ = <method-wrapper '__init__' of AttributeError object>
                         
                            __init_subclass__ = <built-in method __init_subclass__ of type object>
                         
                            __le__ = <method-wrapper '__le__' of AttributeError object>
                         
                            __lt__ = <method-wrapper '__lt__' of AttributeError object>
                         
                            __ne__ = <method-wrapper '__ne__' of AttributeError object>
                         
                            __new__ = <built-in method __new__ of type object>
                         
                            __reduce__ = <built-in method __reduce__ of AttributeError object>
                         
                            __reduce_ex__ = <built-in method __reduce_ex__ of AttributeError object>
                         
                            __repr__ = <method-wrapper '__repr__' of AttributeError object>
                         
                            __setattr__ = <method-wrapper '__setattr__' of AttributeError object>
                         
                            __setstate__ = <built-in method __setstate__ of AttributeError object>
                         
                            __sizeof__ = <built-in method __sizeof__ of AttributeError object>
                         
                            __str__ = <method-wrapper '__str__' of AttributeError object>
                         
                            __subclasshook__ = <built-in method __subclasshook__ of type object>
                         
                            __suppress_context__ = False
                         
                            __traceback__ = <traceback object>
                         
                            args = ("'DocumentationTest' object has no attribute 'contrail_configs'",)
                         
                            with_traceback = <built-in method with_traceback of AttributeError 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/documentation/test_docs.py", line 40, in test_config_docs
                         
                            protocol = 'https' if self.contrail_configs.get('SSL_ENABLE') else 'http'
                         
                        AttributeError: 'DocumentationTest' object has no attribute 'contrail_configs'
                         
                         
                     | 0.319 | 
		    Log File
		   | 
            
            
                | test_floating_ip[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1,vrouter_gw] | Success |  | 28.319 |  | 
            
            
                | test_heat_stacks_list[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity] | Success |  | 0.612 |  | 
            
            
                | test_router_crud[ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 5.294 |  | 
            
            
                | test_ports_bindings[ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 2.268 |  | 
            
            
                | test_ports_specific_subnet_ip[ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 18.593 |  | 
            
            
                | test_basic_router_behavior[ci_sanity,dev_sanity_dpdk,sanity] | Success |  | 37.254 |  | 
            
            
                | test_basic_snat_behavior_without_external_connectivity[ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success |  | 25.187 |  | 
            
            
                | 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.994 |  | 
            
            
                | test_remove_policy_with_ref[ci_sanity,sanity] | Success |  | 4.100 |  | 
            
            
                | test_basic_policy_allow_deny[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,sanity,suite1] | Success |  | 28.717 |  | 
            
            
                | test_rp_interface[ci_sanity,sanity] | Success |  | 23.815 |  | 
            
            
                | test_svc_in_network_datapath[ci_sanity] | Success |  | 72.376 |  | 
            
            
                | test_vdns_ping_same_vn[ci_sanity,sanity,suite1] | Success |  | 50.970 |  | 
            
            
                | test_vm_file_trf_scp_tests[ci_contrail_go_kolla_ocata_sanity,ci_sanity,quick_sanity,vrouter_gw] | Success |  | 23.194 |  | 
            
            
                | test_generic_link_local_service[cb_sanity,ci_contrail_go_kolla_ocata_sanity,ci_sanity,dev_sanity_dpdk,sanity,suite1] | Success |  | 17.973 |  | 
            
            
                | test_metadata_service[cb_sanity,ci_sanity,sanity,suite1] | Success |  | 16.814 |  | 
            
            
                | test_ping_within_vn_two_vms_two_different_subnets[ci_contrail_go_kolla_ocata_sanity,ci_sanity,sanity,suite1] | Success |  | 36.530 |  |