2025-10-15 15:53:09,792 - INFO - Using existing project ['default-domain', 'admin'](d05e1527-fef0-48c0-b6c6-622298b90577) 2025-10-15 15:53:09,800 - INFO - ================================================================================ 2025-10-15 15:53:09,800 - INFO - STARTING TEST : test_db_nodemgr_status 2025-10-15 15:53:09,801 - INFO - TEST DESCRIPTION : Test to verify db nodemgr status 2025-10-15 15:53:10,455 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.5': '0', '10.20.0.18': '0'}, '10.0.0.33': {'10.20.0.18': '0', '10.20.0.252': '0'}} with 2025-10-15 15:53:10,455 - INFO - Initial checks done. Running the testcase now 2025-10-15 15:53:10,455 - INFO - 2025-10-15 15:53:10,455 - DEBUG - Verifying if db node_mgr running... 2025-10-15 15:53:11,123 - DEBUG - No XMPP flaps were noticed during the test
2025-10-15 15:53:11,123 - INFO - END TEST : test_db_nodemgr_status : PASSED[0:00:02]
2025-10-15 15:53:11,123 - INFO - -------------------------------------------------------------------------------- 2025-10-15 15:53:11,125 - INFO - ================================================================================ 2025-10-15 15:53:11,125 - INFO - STARTING TEST : test_verify_generator_collector_connections 2025-10-15 15:53:11,125 - INFO - TEST DESCRIPTION : Description: Verify generator:module connections to collector 1.Verify all generators connected to collector - fails otherwise 2.Get the xmpp peers in vrouter uve and get the active xmpp peer out of it 3.Verify from agent introspect that active xmpp matches with step 2 - fails otherwise 4.Get bgp peers from bgp-peer uve and verify from control node introspect that that matches - fails otherwise Maintainer: sandipd@juniper.net 2025-10-15 15:53:11,784 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.5': '0', '10.20.0.18': '0'}, '10.0.0.33': {'10.20.0.18': '0', '10.20.0.252': '0'}} with 2025-10-15 15:53:11,784 - INFO - Initial checks done. Running the testcase now 2025-10-15 15:53:11,784 - INFO - 2025-10-15 15:53:11,789 - INFO - IP 10.0.0.130 port 8083 connected to collector 10.0.0.130 2025-10-15 15:53:11,795 - INFO - IP 10.0.0.131 port 8083 connected to collector 10.0.0.130 2025-10-15 15:53:11,801 - INFO - IP 10.0.0.137 port 8083 connected to collector 10.0.0.130 2025-10-15 15:53:11,804 - INFO - IP 10.0.0.130 port 8084 connected to collector 10.0.0.130 2025-10-15 15:53:11,809 - INFO - IP 10.0.0.131 port 8084 connected to collector 10.0.0.130 2025-10-15 15:53:11,813 - INFO - IP 10.0.0.137 port 8084 connected to collector 10.0.0.137 2025-10-15 15:53:11,816 - INFO - IP 10.0.0.130 port 8087 connected to collector 10.0.0.130 2025-10-15 15:53:11,819 - INFO - IP 10.0.0.130 port 8088 connected to collector 10.0.0.130 2025-10-15 15:53:11,822 - INFO - IP 10.0.0.130 port 8090 connected to collector 10.0.0.130 2025-10-15 15:53:11,825 - INFO - IP 10.0.0.131 port 8090 connected to collector 10.0.0.131 2025-10-15 15:53:11,830 - INFO - IP 10.0.0.137 port 8090 connected to collector 10.0.0.137 2025-10-15 15:53:12,483 - ERROR - AssertionError Python 3.9.21: /usr/bin/python3 Wed Oct 15 15:53:11 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=, *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 = self = args = () kwargs = {} /contrail-test/scripts/analytics/test_analytics.py in test_verify_generator_collector_connections(self=) 215 ''' 216 # check collector-generator connections through uves. 217 assert self.analytics_obj.verify_collector_uve() 218 # Verify vrouter uve active xmpp connections 219 assert self.analytics_obj.verify_active_xmpp_peer_in_vrouter_uve() self = self.analytics_obj = self.analytics_obj.verify_collector_uve = > /contrail-test/tcutils/collector/analytics_tests.py in verify_collector_uve(self=) 333 assert self.verify_collector_connection_introspect(ip,http_introspect_ports['HttpPortOpserver']) 334 for ip in self.inputs.collector_ips: 335 assert self.verify_collector_connection_introspect(ip,http_introspect_ports['HttpPortQueryEngine']) 336 expected_module_id = ['contrail-control', 'contrail-dns'] 337 expected_node_type = 'Control' self = self.verify_collector_connection_introspect = > ip = '10.0.0.130' global http_introspect_ports = {'HttpPortAgent': 8085, 'HttpPortAnalyticsNodemgr': 8104, 'HttpPortApiServer': 8084, 'HttpPortCollector': 8089, 'HttpPortConfigNodemgr': 8100, 'HttpPortControl': 8083, 'HttpPortControlNodemgr': 8101, 'HttpPortDatabaseNodemgr': 8103, 'HttpPortDns': 8092, 'HttpPortOpserver': 8090, ...} AssertionError: __cause__ = None __class__ = __context__ = None __delattr__ = __dict__ = {} __dir__ = __doc__ = 'Assertion failed.' __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = args = () with_traceback = 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/analytics/test_analytics.py", line 217, in test_verify_generator_collector_connections assert self.analytics_obj.verify_collector_uve() File "/contrail-test/tcutils/collector/analytics_tests.py", line 335, in verify_collector_uve assert self.verify_collector_connection_introspect(ip,http_introspect_ports['HttpPortQueryEngine']) AssertionError 2025-10-15 15:53:12,495 - DEBUG - No XMPP flaps were noticed during the test 2025-10-15 15:53:12,496 - INFO -
2025-10-15 15:53:12,496 - INFO - END TEST : test_verify_generator_collector_connections : FAILED[0:00:01]
2025-10-15 15:53:12,496 - INFO - -------------------------------------------------------------------------------- 2025-10-15 15:53:12,498 - INFO - ================================================================================ 2025-10-15 15:53:12,498 - INFO - STARTING TEST : test_verify_generator_connections_to_collector_node 2025-10-15 15:53:12,498 - INFO - TEST DESCRIPTION : Test to validate generator connections 2025-10-15 15:53:13,187 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.5': '0', '10.20.0.18': '0'}, '10.0.0.33': {'10.20.0.18': '0', '10.20.0.252': '0'}} with 2025-10-15 15:53:13,187 - INFO - Initial checks done. Running the testcase now 2025-10-15 15:53:13,187 - INFO - 2025-10-15 15:53:13,187 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,188 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4330-1:Compute:contrail-vrouter-agent:0?flat 2025-10-15 15:53:13,477 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4330-1:Compute:contrail-vrouter-agent:0?flat 2025-10-15 15:53:13,560 - INFO - Validated that an-jenkins-deploy-platform-ansible-os-4330-1:Compute:contrail-vrouter-agent:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,560 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,560 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4330-1:Compute:contrail-vrouter-nodemgr:0?flat 2025-10-15 15:53:13,626 - INFO - Validated that an-jenkins-deploy-platform-ansible-os-4330-1:Compute:contrail-vrouter-nodemgr:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,626 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,626 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4330-2:Compute:contrail-vrouter-agent:0?flat 2025-10-15 15:53:13,700 - INFO - Validated that an-jenkins-deploy-platform-ansible-os-4330-2:Compute:contrail-vrouter-agent:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,701 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,701 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4330-2:Compute:contrail-vrouter-nodemgr:0?flat 2025-10-15 15:53:13,717 - INFO - Validated that an-jenkins-deploy-platform-ansible-os-4330-2:Compute:contrail-vrouter-nodemgr:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,717 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,717 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-1.:Analytics:contrail-analytics-nodemgr:0?flat 2025-10-15 15:53:13,735 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-1.:Analytics:contrail-analytics-nodemgr:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,735 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,735 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-1.:Analytics:contrail-collector:0?flat 2025-10-15 15:53:13,762 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-1.:Analytics:contrail-collector:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,762 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,762 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-1.:Analytics:contrail-analytics-api:0?flat 2025-10-15 15:53:13,781 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-1.:Analytics:contrail-analytics-api:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,782 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,782 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-2.:Analytics:contrail-analytics-nodemgr:0?flat 2025-10-15 15:53:13,801 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-2.:Analytics:contrail-analytics-nodemgr:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,801 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,801 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-2.:Analytics:contrail-collector:0?flat 2025-10-15 15:53:13,828 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-2.:Analytics:contrail-collector:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,829 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,829 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-2.:Analytics:contrail-analytics-api:0?flat 2025-10-15 15:53:13,847 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-2.:Analytics:contrail-analytics-api:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,848 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,848 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-3.:Analytics:contrail-analytics-nodemgr:0?flat 2025-10-15 15:53:13,866 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-3.:Analytics:contrail-analytics-nodemgr:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,866 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,866 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-3.:Analytics:contrail-collector:0?flat 2025-10-15 15:53:13,889 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-3.:Analytics:contrail-collector:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,889 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,889 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-3.:Analytics:contrail-analytics-api:0?flat 2025-10-15 15:53:13,908 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-3.:Analytics:contrail-analytics-api:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,908 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,908 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-1.:Config:contrail-api:0?flat 2025-10-15 15:53:13,933 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-1.:Config:contrail-api:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,933 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,933 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-2.:Config:contrail-api:0?flat 2025-10-15 15:53:13,951 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-2.:Config:contrail-api:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,951 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,951 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-3.:Config:contrail-api:0?flat 2025-10-15 15:53:13,970 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-3.:Config:contrail-api:0 is connected to collector 10.0.0.130 2025-10-15 15:53:13,970 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:13,970 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-1:Control:contrail-control:0?flat 2025-10-15 15:53:14,012 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-1:Control:contrail-control:0 is connected to collector 10.0.0.130 2025-10-15 15:53:14,012 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:14,012 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-1:Control:contrail-control-nodemgr:0?flat 2025-10-15 15:53:14,031 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-1:Control:contrail-control-nodemgr:0 is connected to collector 10.0.0.130 2025-10-15 15:53:14,031 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:14,031 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-1:Control:contrail-dns:0?flat 2025-10-15 15:53:14,061 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-1:Control:contrail-dns:0 is connected to collector 10.0.0.130 2025-10-15 15:53:14,061 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:14,061 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-2:Control:contrail-control:0?flat 2025-10-15 15:53:14,141 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-2:Control:contrail-control:0 is connected to collector 10.0.0.130 2025-10-15 15:53:14,141 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:14,141 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-2:Control:contrail-control-nodemgr:0?flat 2025-10-15 15:53:14,158 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-2:Control:contrail-control-nodemgr:0 is connected to collector 10.0.0.130 2025-10-15 15:53:14,158 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:14,158 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-2:Control:contrail-dns:0?flat 2025-10-15 15:53:14,186 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-2:Control:contrail-dns:0 is connected to collector 10.0.0.130 2025-10-15 15:53:14,186 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:14,186 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-3:Control:contrail-control:0?flat 2025-10-15 15:53:14,229 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-3:Control:contrail-control:0 is connected to collector 10.0.0.130 2025-10-15 15:53:14,229 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:14,229 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-3:Control:contrail-control-nodemgr:0?flat 2025-10-15 15:53:14,248 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-3:Control:contrail-control-nodemgr:0 is connected to collector 10.0.0.130 2025-10-15 15:53:14,248 - DEBUG - Verifying through opserver in 10.0.0.130 2025-10-15 15:53:14,248 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4330-3:Control:contrail-dns:0?flat 2025-10-15 15:53:14,276 - INFO - Validated that cn-jenkins-deploy-platform-ansible-os-4330-3:Control:contrail-dns:0 is connected to collector 10.0.0.130 2025-10-15 15:53:14,923 - DEBUG - No XMPP flaps were noticed during the test
2025-10-15 15:53:14,923 - INFO - END TEST : test_verify_generator_connections_to_collector_node : PASSED[0:00:02]
2025-10-15 15:53:14,924 - INFO - -------------------------------------------------------------------------------- 2025-10-15 15:53:14,926 - INFO - ================================================================================ 2025-10-15 15:53:14,927 - INFO - STARTING TEST : test_verify_process_status_agent 2025-10-15 15:53:14,927 - INFO - TEST DESCRIPTION : Test to validate process_status 2025-10-15 15:53:15,595 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.5': '0', '10.20.0.18': '0'}, '10.0.0.33': {'10.20.0.18': '0', '10.20.0.252': '0'}} with 2025-10-15 15:53:15,595 - INFO - Initial checks done. Running the testcase now 2025-10-15 15:53:15,595 - INFO - 2025-10-15 15:53:15,595 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4330-1?flat 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1:contrail-vrouter-agent module connection to ['10.20.0.18:5269'] servers UP 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1 connected to xmpp 10.20.0.18 2025-10-15 15:53:15,626 - WARNING - an-jenkins-deploy-platform-ansible-os-4330-1:contrail-vrouter-agent module connection to ['10.20.0.252:5269'] servers NOT UP 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1:contrail-vrouter-agent module connection to ['10.20.0.5:5269'] servers UP 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1 connected to xmpp 10.20.0.5 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1:contrail-vrouter-agent module connection to ['10.20.0.18:53'] servers UP 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1 connected to dns 10.20.0.18 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1:contrail-vrouter-agent module connection to ['10.20.0.252:53'] servers UP 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1 connected to dns 10.20.0.252 2025-10-15 15:53:15,626 - WARNING - an-jenkins-deploy-platform-ansible-os-4330-1:contrail-vrouter-agent module connection to ['10.20.0.5:53'] servers NOT UP 2025-10-15 15:53:15,626 - WARNING - an-jenkins-deploy-platform-ansible-os-4330-1:contrail-vrouter-agent module connection to ['10.0.0.130:8086'] servers NOT UP 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1:contrail-vrouter-agent module connection to ['10.0.0.131:8086'] servers UP 2025-10-15 15:53:15,626 - INFO - an-jenkins-deploy-platform-ansible-os-4330-1 connected to collector 10.0.0.131 2025-10-15 15:53:15,626 - WARNING - an-jenkins-deploy-platform-ansible-os-4330-1:contrail-vrouter-agent module connection to ['10.0.0.137:8086'] servers NOT UP 2025-10-15 15:53:16,274 - DEBUG - No XMPP flaps were noticed during the test
2025-10-15 15:53:16,275 - INFO - END TEST : test_verify_process_status_agent : PASSED[0:00:02]
2025-10-15 15:53:16,275 - INFO - -------------------------------------------------------------------------------- 2025-10-15 15:53:16,278 - INFO - ================================================================================ 2025-10-15 15:53:16,278 - INFO - STARTING TEST : test_verify_process_status_analytics_node 2025-10-15 15:53:16,278 - INFO - TEST DESCRIPTION : Test to validate process_status-Analytics-Node 2025-10-15 15:53:16,959 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.5': '0', '10.20.0.18': '0'}, '10.0.0.33': {'10.20.0.18': '0', '10.20.0.252': '0'}} with 2025-10-15 15:53:16,959 - INFO - Initial checks done. Running the testcase now 2025-10-15 15:53:16,959 - INFO - 2025-10-15 15:53:16,959 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4330-1.?flat 2025-10-15 15:53:16,991 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4330-2.?flat 2025-10-15 15:53:17,024 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4330-3.?flat 2025-10-15 15:53:17,051 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4330-1.?flat 2025-10-15 15:53:17,075 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-1.:contrail-collector module connection to ['10.0.0.130:8086'] servers UP 2025-10-15 15:53:17,075 - WARNING - cn-jenkins-deploy-platform-ansible-os-4330-1.:contrail-collector module connection to ['10.0.0.130:6379'] servers NOT UP 2025-10-15 15:53:17,075 - WARNING - cn-jenkins-deploy-platform-ansible-os-4330-1.:contrail-collector module connection to ['10.0.0.131:6379'] servers NOT UP 2025-10-15 15:53:17,075 - WARNING - cn-jenkins-deploy-platform-ansible-os-4330-1.:contrail-collector module connection to ['10.0.0.137:6379'] servers NOT UP 2025-10-15 15:53:17,075 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-1.:contrail-collector module connection to ['127.0.0.1:6379'] servers UP 2025-10-15 15:53:17,706 - ERROR - AssertionError Python 3.9.21: /usr/bin/python3 Wed Oct 15 15:53: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=, *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 = self = args = () kwargs = {} /contrail-test/scripts/analytics/test_analytics.py in test_verify_process_status_analytics_node(self=) 247 248 ''' 249 self.analytics_obj.verify_process_and_connection_infos_analytics_node() 250 251 @test.attr(type=['sanity', 'dev_sanity_dpdk']) self = self.analytics_obj = self.analytics_obj.verify_process_and_connection_infos_analytics_node = > /contrail-test/tcutils/collector/analytics_tests.py in verify_process_and_connection_infos_analytics_node(self=) 4213 'contrail-collector',\ 4214 [server],node = collector) 4215 assert result 4216 4217 result = False AssertionError: __cause__ = None __class__ = __context__ = AssertionError() __delattr__ = __dict__ = {} __dir__ = __doc__ = 'Assertion failed.' __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = args = () with_traceback = 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/collector/analytics_tests.py", line 4208, in verify_process_and_connection_infos_analytics_node assert result AssertionError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper result = function(self, *args, **kwargs) File "/contrail-test/scripts/analytics/test_analytics.py", line 249, in test_verify_process_status_analytics_node self.analytics_obj.verify_process_and_connection_infos_analytics_node() File "/contrail-test/tcutils/collector/analytics_tests.py", line 4215, in verify_process_and_connection_infos_analytics_node assert result AssertionError 2025-10-15 15:53:17,720 - DEBUG - No XMPP flaps were noticed during the test 2025-10-15 15:53:17,720 - INFO -
2025-10-15 15:53:17,720 - INFO - END TEST : test_verify_process_status_analytics_node : FAILED[0:00:01]
2025-10-15 15:53:17,720 - INFO - -------------------------------------------------------------------------------- 2025-10-15 15:53:17,723 - INFO - ================================================================================ 2025-10-15 15:53:17,723 - INFO - STARTING TEST : test_verify_process_status_control_node 2025-10-15 15:53:17,724 - INFO - TEST DESCRIPTION : Test to validate process_status-Control-Node 2025-10-15 15:53:18,375 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.5': '0', '10.20.0.18': '0'}, '10.0.0.33': {'10.20.0.18': '0', '10.20.0.252': '0'}} with 2025-10-15 15:53:18,375 - INFO - Initial checks done. Running the testcase now 2025-10-15 15:53:18,375 - INFO - 2025-10-15 15:53:18,375 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4330-1?flat 2025-10-15 15:53:18,397 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-1:contrail-control module connection to 10.0.0.130:9041 servers UP 2025-10-15 15:53:18,398 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-1:contrail-control module connection to 10.0.0.130:5673 servers UP 2025-10-15 15:53:18,398 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-1:contrail-control module connection to ['10.0.0.130:8086'] servers UP 2025-10-15 15:53:18,398 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4330-2?flat 2025-10-15 15:53:18,423 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-2:contrail-control module connection to 10.0.0.130:9041 servers UP 2025-10-15 15:53:18,423 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-2:contrail-control module connection to 10.0.0.130:5673 servers UP 2025-10-15 15:53:18,423 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-2:contrail-control module connection to ['10.0.0.130:8086'] servers UP 2025-10-15 15:53:18,423 - DEBUG - Requesting: http://10.0.0.130:8081/analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4330-3?flat 2025-10-15 15:53:18,448 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-3:contrail-control module connection to 10.0.0.130:9041 servers UP 2025-10-15 15:53:18,448 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-3:contrail-control module connection to 10.0.0.130:5673 servers UP 2025-10-15 15:53:18,448 - INFO - cn-jenkins-deploy-platform-ansible-os-4330-3:contrail-control module connection to ['10.0.0.130:8086'] servers UP 2025-10-15 15:53:19,138 - DEBUG - No XMPP flaps were noticed during the test
2025-10-15 15:53:19,138 - INFO - END TEST : test_verify_process_status_control_node : PASSED[0:00:02]
2025-10-15 15:53:19,139 - INFO - --------------------------------------------------------------------------------