2025-07-21 11:55:43,766 - INFO - Using existing project ['default-domain', 'admin'](847418d9-7445-491b-a497-5d2cf09a838c)
2025-07-21 11:55:43,777 - INFO - ================================================================================
2025-07-21 11:55:43,778 - INFO - STARTING TEST : test_contrail_alarms
2025-07-21 11:55:43,778 - INFO - TEST DESCRIPTION : Test to check if alarms are present
2025-07-21 11:55:43,915 - DEBUG - Nothing to compare xmpp stats {'10.0.0.254': {'10.20.0.17': '0'}} with
2025-07-21 11:55:43,915 - INFO - Initial checks done. Running the testcase now
2025-07-21 11:55:43,917 - INFO -
2025-07-21 11:55:43,917 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/alarms
2025-07-21 11:55:44,278 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/alarms
2025-07-21 11:55:44,591 - ERROR - AssertionError
Python 3.6.8: /usr/bin/python3
Mon Jul 21 11:55:44 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_contrail_alarms(self=)
98 alarms = self.analytics_obj.ops_inspect[self.inputs.collector_ips[0]].get_ops_alarms()
99 if alarms:
100 assert False, "alarms generated %s" % (alarms)
101 return True
102
alarms = {'control-node': [{'name': 'cn-jenkins-deploy-pl...GP peers are up.'}], '__T': 1753098104261562}}}]}
AssertionError: alarms generated {'control-node': [{'name': 'cn-jenkins-deploy-platform-ansible-os-3677-1', 'value': {'UVEAlarms': {'alarms': [{'type': 'default-global-system-config:system-defined-bgp-connectivity', 'alarm_rules': {'or_list': [{'and_list': [{'condition': {'operation': '!=', 'operand1': 'BgpRouterState.num_up_bgp_peer', 'operand2': {'uve_attribute': 'BgpRouterState.num_bgp_peer'}, 'variables': []}, 'match': [{'json_operand1_value': '0', 'json_operand2_value': '1', 'json_variables': {}}]}]}]}, 'ack': False, 'timestamp': 1753098104261374, 'severity': 1, 'token': 'eyJob3N0X2lwIjogIjEwLjAuMC4yNTQiLCAiaHR0cF9wb3J0IjogNTk5NSwgInRpbWVzdGFtcCI6IDE3NTMwOTgxMDQyNjEzNzR9', 'description': 'BGP peer mismatch. Not enough BGP peers are up.'}], '__T': 1753098104261562}}}]}
__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 = ("alarms generated {'control-node': [{'name': 'cn-...GP peers are up.'}], '__T': 1753098104261562}}}]}",)
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 100, in test_contrail_alarms
assert False, "alarms generated %s" % (alarms)
AssertionError: alarms generated {'control-node': [{'name': 'cn-jenkins-deploy-platform-ansible-os-3677-1', 'value': {'UVEAlarms': {'alarms': [{'type': 'default-global-system-config:system-defined-bgp-connectivity', 'alarm_rules': {'or_list': [{'and_list': [{'condition': {'operation': '!=', 'operand1': 'BgpRouterState.num_up_bgp_peer', 'operand2': {'uve_attribute': 'BgpRouterState.num_bgp_peer'}, 'variables': []}, 'match': [{'json_operand1_value': '0', 'json_operand2_value': '1', 'json_variables': {}}]}]}]}, 'ack': False, 'timestamp': 1753098104261374, 'severity': 1, 'token': 'eyJob3N0X2lwIjogIjEwLjAuMC4yNTQiLCAiaHR0cF9wb3J0IjogNTk5NSwgInRpbWVzdGFtcCI6IDE3NTMwOTgxMDQyNjEzNzR9', 'description': 'BGP peer mismatch. Not enough BGP peers are up.'}], '__T': 1753098104261562}}}]}
2025-07-21 11:55:44,611 - DEBUG - No XMPP flaps were noticed during the test
2025-07-21 11:55:44,611 - INFO -
2025-07-21 11:55:44,611 - INFO - END TEST : test_contrail_alarms : FAILED[0:00:01]
2025-07-21 11:55:44,612 - INFO - --------------------------------------------------------------------------------
2025-07-21 11:55:44,622 - INFO - ================================================================================
2025-07-21 11:55:44,622 - INFO - STARTING TEST : test_contrail_status
2025-07-21 11:55:44,623 - INFO - TEST DESCRIPTION : Test to verify that all services are running and active
2025-07-21 11:55:44,835 - DEBUG - Nothing to compare xmpp stats {'10.0.0.254': {'10.20.0.17': '0'}} with
2025-07-21 11:55:44,835 - INFO - Initial checks done. Running the testcase now
2025-07-21 11:55:44,835 - INFO -
2025-07-21 11:55:45,013 - INFO - 10.0.0.254
2025-07-21 11:55:45,014 - INFO - config
2025-07-21 11:55:45,029 - INFO - config-nodemgr:active
2025-07-21 11:55:45,040 - INFO - api-server:active
2025-07-21 11:55:45,053 - INFO - schema:active
2025-07-21 11:55:45,064 - INFO - svc-monitor:active
2025-07-21 11:55:45,074 - INFO - device-manager:active
2025-07-21 11:55:45,075 - INFO - config-database
2025-07-21 11:55:45,075 - INFO - config-cassandra:active
2025-07-21 11:55:45,075 - INFO - config-zookeeper:active
2025-07-21 11:55:45,075 - INFO - config-rabbitmq:active
2025-07-21 11:55:45,075 - INFO - vrouter
2025-07-21 11:55:45,089 - INFO - vrouter-nodemgr:active
2025-07-21 11:55:45,099 - INFO - agent:active
2025-07-21 11:55:45,099 - INFO - control
2025-07-21 11:55:45,107 - INFO - control-nodemgr:active
2025-07-21 11:55:45,122 - INFO - control:active
2025-07-21 11:55:45,123 - INFO - named:active
2025-07-21 11:55:45,132 - INFO - dns:active
2025-07-21 11:55:45,132 - INFO - analytics
2025-07-21 11:55:45,141 - INFO - analytics-nodemgr:active
2025-07-21 11:55:45,149 - INFO - analytics-api:active
2025-07-21 11:55:45,159 - INFO - collector:active
2025-07-21 11:55:45,159 - INFO - analytics-database
2025-07-21 11:55:45,159 - INFO - analytics-cassandra:active
2025-07-21 11:55:45,171 - INFO - analyticsdb-nodemgr:active
2025-07-21 11:55:45,186 - INFO - query-engine:active
2025-07-21 11:55:45,186 - INFO - webui
2025-07-21 11:55:45,186 - INFO - webui:active
2025-07-21 11:55:45,187 - INFO - webui-middleware:active
2025-07-21 11:55:45,187 - INFO - redis:active
2025-07-21 11:55:45,187 - INFO - analytics_snmp
2025-07-21 11:55:45,193 - INFO - snmp-collector:initializing
2025-07-21 11:55:45,194 - INFO - snmp-topology:active
2025-07-21 11:55:45,194 - INFO - analytics_alarm
2025-07-21 11:55:45,194 - INFO - alarmgen:active
2025-07-21 11:55:45,195 - DEBUG - defaultdict(, {'10.0.0.254': {'snmp-collector': {'status': 'initializing', 'description': None}}})
2025-07-21 11:55:45,195 - DEBUG - Not all services up. Sleeping for 10 seconds. iteration: 0
2025-07-21 11:55:55,389 - INFO - 10.0.0.254
2025-07-21 11:55:55,389 - INFO - config
2025-07-21 11:55:55,401 - INFO - config-nodemgr:active
2025-07-21 11:55:55,412 - INFO - api-server:active
2025-07-21 11:55:55,422 - INFO - schema:active
2025-07-21 11:55:55,431 - INFO - svc-monitor:active
2025-07-21 11:55:55,440 - INFO - device-manager:active
2025-07-21 11:55:55,441 - INFO - config-database
2025-07-21 11:55:55,441 - INFO - config-cassandra:active
2025-07-21 11:55:55,441 - INFO - config-zookeeper:active
2025-07-21 11:55:55,442 - INFO - config-rabbitmq:active
2025-07-21 11:55:55,442 - INFO - vrouter
2025-07-21 11:55:55,452 - INFO - vrouter-nodemgr:active
2025-07-21 11:55:55,461 - INFO - agent:active
2025-07-21 11:55:55,462 - INFO - control
2025-07-21 11:55:55,472 - INFO - control-nodemgr:active
2025-07-21 11:55:55,481 - INFO - control:active
2025-07-21 11:55:55,481 - INFO - named:active
2025-07-21 11:55:55,492 - INFO - dns:active
2025-07-21 11:55:55,493 - INFO - analytics
2025-07-21 11:55:55,502 - INFO - analytics-nodemgr:active
2025-07-21 11:55:55,510 - INFO - analytics-api:active
2025-07-21 11:55:55,520 - INFO - collector:active
2025-07-21 11:55:55,521 - INFO - analytics-database
2025-07-21 11:55:55,521 - INFO - analytics-cassandra:active
2025-07-21 11:55:55,529 - INFO - analyticsdb-nodemgr:active
2025-07-21 11:55:55,542 - INFO - query-engine:active
2025-07-21 11:55:55,542 - INFO - webui
2025-07-21 11:55:55,543 - INFO - webui:active
2025-07-21 11:55:55,543 - INFO - webui-middleware:active
2025-07-21 11:55:55,543 - INFO - redis:active
2025-07-21 11:55:55,543 - INFO - analytics_snmp
2025-07-21 11:55:55,555 - INFO - snmp-collector:initializing (Collector:Collector[none to Idle on EvStart] connection down)
2025-07-21 11:55:55,555 - INFO - snmp-topology:active
2025-07-21 11:55:55,555 - INFO - analytics_alarm
2025-07-21 11:55:55,555 - INFO - alarmgen:active
2025-07-21 11:55:55,555 - DEBUG - defaultdict(, {'10.0.0.254': {'snmp-collector': {'status': 'initializing', 'description': 'Collector:Collector[none to Idle on EvStart] connection down'}}})
2025-07-21 11:55:55,556 - DEBUG - Not all services up. Sleeping for 10 seconds. iteration: 1
2025-07-21 11:56:05,683 - INFO - 10.0.0.254
2025-07-21 11:56:05,683 - INFO - config
2025-07-21 11:56:05,699 - INFO - config-nodemgr:active
2025-07-21 11:56:05,711 - INFO - api-server:active
2025-07-21 11:56:05,724 - INFO - schema:active
2025-07-21 11:56:05,739 - INFO - svc-monitor:active
2025-07-21 11:56:05,749 - INFO - device-manager:active
2025-07-21 11:56:05,750 - INFO - config-database
2025-07-21 11:56:05,750 - INFO - config-cassandra:active
2025-07-21 11:56:05,750 - INFO - config-zookeeper:active
2025-07-21 11:56:05,751 - INFO - config-rabbitmq:active
2025-07-21 11:56:05,751 - INFO - vrouter
2025-07-21 11:56:05,766 - INFO - vrouter-nodemgr:active
2025-07-21 11:56:05,784 - INFO - agent:active
2025-07-21 11:56:05,784 - INFO - control
2025-07-21 11:56:05,797 - INFO - control-nodemgr:active
2025-07-21 11:56:05,818 - INFO - control:active
2025-07-21 11:56:05,819 - INFO - named:active
2025-07-21 11:56:05,837 - INFO - dns:active
2025-07-21 11:56:05,838 - INFO - analytics
2025-07-21 11:56:05,850 - INFO - analytics-nodemgr:active
2025-07-21 11:56:05,857 - INFO - analytics-api:active
2025-07-21 11:56:05,870 - INFO - collector:active
2025-07-21 11:56:05,870 - INFO - analytics-database
2025-07-21 11:56:05,870 - INFO - analytics-cassandra:active
2025-07-21 11:56:05,879 - INFO - analyticsdb-nodemgr:active
2025-07-21 11:56:05,892 - INFO - query-engine:active
2025-07-21 11:56:05,892 - INFO - webui
2025-07-21 11:56:05,892 - INFO - webui:active
2025-07-21 11:56:05,893 - INFO - webui-middleware:active
2025-07-21 11:56:05,893 - INFO - redis:active
2025-07-21 11:56:05,893 - INFO - analytics_snmp
2025-07-21 11:56:05,904 - INFO - snmp-collector:active
2025-07-21 11:56:05,904 - INFO - snmp-topology:active
2025-07-21 11:56:05,905 - INFO - analytics_alarm
2025-07-21 11:56:05,905 - INFO - alarmgen:active
2025-07-21 11:56:05,905 - INFO - All the contrail services are up on all nodes
2025-07-21 11:56:05,906 - INFO - contrail-status passed
2025-07-21 11:56:06,101 - DEBUG - No XMPP flaps were noticed during the test
2025-07-21 11:56:06,102 - INFO - END TEST : test_contrail_status : PASSED[0:00:22]
2025-07-21 11:56:06,102 - INFO - --------------------------------------------------------------------------------
2025-07-21 11:56:06,407 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3677-1.?flat
2025-07-21 11:56:06,923 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3677-1-test:Control:contrail-control:0?flat
2025-07-21 11:56:08,948 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3677-1-test:Control:contrail-control:0?flat
2025-07-21 11:56:10,979 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3677-1-test:Control:contrail-control:0?flat
2025-07-21 11:56:11,411 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3677-1-test:Compute:contrail-vrouter-agent:0?flat
2025-07-21 11:56:13,440 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3677-1-test:Compute:contrail-vrouter-agent:0?flat
2025-07-21 11:56:15,477 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3677-1-test:Compute:contrail-vrouter-agent:0?flat
2025-07-21 11:56:15,909 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/vrouter/cn-jenkins-deploy-platform-ansible-os-3677-1-test?flat
2025-07-21 11:56:16,311 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3677-1.?flat
2025-07-21 11:56:16,380 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3677-1.?flat
2025-07-21 11:56:16,441 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3677-1.?flat
2025-07-21 11:56:16,497 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3677-1.?flat
2025-07-21 11:56:16,927 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-3677-1.?flat
2025-07-21 11:56:16,966 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-3677-1.?flat
2025-07-21 11:56:17,414 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-3677-1-test?flat
2025-07-21 14:34:54,344 - INFO - Using existing project ['default-domain', 'admin'](847418d9-7445-491b-a497-5d2cf09a838c)
2025-07-21 14:34:54,370 - INFO - ================================================================================
2025-07-21 14:34:54,370 - INFO - STARTING TEST : test_contrail_alarms
2025-07-21 14:34:54,371 - INFO - TEST DESCRIPTION : Test to check if alarms are present
2025-07-21 14:34:54,540 - DEBUG - Skipping xmpp flap check
2025-07-21 14:34:54,540 - INFO - Initial checks done. Running the testcase now
2025-07-21 14:34:54,541 - INFO -
2025-07-21 14:34:54,542 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/alarms
2025-07-21 14:34:54,947 - DEBUG - Requesting: http://10.0.0.254:8081/analytics/alarms
2025-07-21 14:34:55,236 - ERROR - AssertionError
Python 3.6.8: /usr/bin/python3
Mon Jul 21 14:34:55 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_contrail_alarms(self=)
98 alarms = self.analytics_obj.ops_inspect[self.inputs.collector_ips[0]].get_ops_alarms()
99 if alarms:
100 assert False, "alarms generated %s" % (alarms)
101 return True
102
alarms = {'control-node': [{'name': 'cn-jenkins-deploy-pl...GP peers are up.'}], '__T': 1753098104261562}}}]}
AssertionError: alarms generated {'control-node': [{'name': 'cn-jenkins-deploy-platform-ansible-os-3677-1', 'value': {'UVEAlarms': {'alarms': [{'type': 'default-global-system-config:system-defined-bgp-connectivity', 'alarm_rules': {'or_list': [{'and_list': [{'condition': {'operation': '!=', 'operand1': 'BgpRouterState.num_up_bgp_peer', 'operand2': {'uve_attribute': 'BgpRouterState.num_bgp_peer'}, 'variables': []}, 'match': [{'json_operand1_value': '0', 'json_operand2_value': '1', 'json_variables': {}}]}]}]}, 'ack': False, 'timestamp': 1753098104261374, 'severity': 1, 'token': 'eyJob3N0X2lwIjogIjEwLjAuMC4yNTQiLCAiaHR0cF9wb3J0IjogNTk5NSwgInRpbWVzdGFtcCI6IDE3NTMwOTgxMDQyNjEzNzR9', 'description': 'BGP peer mismatch. Not enough BGP peers are up.'}], '__T': 1753098104261562}}}]}
__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 = ("alarms generated {'control-node': [{'name': 'cn-...GP peers are up.'}], '__T': 1753098104261562}}}]}",)
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 100, in test_contrail_alarms
assert False, "alarms generated %s" % (alarms)
AssertionError: alarms generated {'control-node': [{'name': 'cn-jenkins-deploy-platform-ansible-os-3677-1', 'value': {'UVEAlarms': {'alarms': [{'type': 'default-global-system-config:system-defined-bgp-connectivity', 'alarm_rules': {'or_list': [{'and_list': [{'condition': {'operation': '!=', 'operand1': 'BgpRouterState.num_up_bgp_peer', 'operand2': {'uve_attribute': 'BgpRouterState.num_bgp_peer'}, 'variables': []}, 'match': [{'json_operand1_value': '0', 'json_operand2_value': '1', 'json_variables': {}}]}]}]}, 'ack': False, 'timestamp': 1753098104261374, 'severity': 1, 'token': 'eyJob3N0X2lwIjogIjEwLjAuMC4yNTQiLCAiaHR0cF9wb3J0IjogNTk5NSwgInRpbWVzdGFtcCI6IDE3NTMwOTgxMDQyNjEzNzR9', 'description': 'BGP peer mismatch. Not enough BGP peers are up.'}], '__T': 1753098104261562}}}]}
2025-07-21 14:34:55,237 - DEBUG - Skipping xmpp flap check
2025-07-21 14:34:55,238 - INFO -
2025-07-21 14:34:55,238 - INFO - END TEST : test_contrail_alarms : FAILED[0:00:01]
2025-07-21 14:34:55,238 - INFO - --------------------------------------------------------------------------------
2025-07-21 14:34:55,251 - INFO - ================================================================================
2025-07-21 14:34:55,251 - INFO - STARTING TEST : test_contrail_status
2025-07-21 14:34:55,251 - INFO - TEST DESCRIPTION : Test to verify that all services are running and active
2025-07-21 14:34:55,446 - DEBUG - Skipping xmpp flap check
2025-07-21 14:34:55,446 - INFO - Initial checks done. Running the testcase now
2025-07-21 14:34:55,446 - INFO -
2025-07-21 14:34:55,607 - INFO - 10.0.0.254
2025-07-21 14:34:55,607 - INFO - config
2025-07-21 14:34:55,622 - INFO - config-nodemgr:active
2025-07-21 14:34:55,633 - INFO - api-server:active
2025-07-21 14:34:55,645 - INFO - schema:active
2025-07-21 14:34:55,657 - INFO - svc-monitor:active
2025-07-21 14:34:55,668 - INFO - device-manager:active
2025-07-21 14:34:55,669 - INFO - config-database
2025-07-21 14:34:55,669 - INFO - config-cassandra:active
2025-07-21 14:34:55,669 - INFO - config-zookeeper:active
2025-07-21 14:34:55,669 - INFO - config-rabbitmq:active
2025-07-21 14:34:55,670 - INFO - vrouter
2025-07-21 14:34:55,683 - INFO - vrouter-nodemgr:active
2025-07-21 14:34:55,699 - INFO - agent:active
2025-07-21 14:34:55,699 - INFO - control
2025-07-21 14:34:55,713 - INFO - control-nodemgr:active
2025-07-21 14:34:55,730 - INFO - control:active
2025-07-21 14:34:55,731 - INFO - named:active
2025-07-21 14:34:55,747 - INFO - dns:active
2025-07-21 14:34:55,747 - INFO - analytics
2025-07-21 14:34:55,764 - INFO - analytics-nodemgr:active
2025-07-21 14:34:55,777 - INFO - analytics-api:active
2025-07-21 14:34:55,795 - INFO - collector:active
2025-07-21 14:34:55,796 - INFO - analytics-database
2025-07-21 14:34:55,796 - INFO - analytics-cassandra:active
2025-07-21 14:34:55,810 - INFO - analyticsdb-nodemgr:active
2025-07-21 14:34:55,826 - INFO - query-engine:active
2025-07-21 14:34:55,826 - INFO - webui
2025-07-21 14:34:55,826 - INFO - webui:active
2025-07-21 14:34:55,827 - INFO - webui-middleware:active
2025-07-21 14:34:55,827 - INFO - redis:active
2025-07-21 14:34:55,827 - INFO - analytics_snmp
2025-07-21 14:34:55,837 - INFO - snmp-collector:active
2025-07-21 14:34:55,838 - INFO - snmp-topology:active
2025-07-21 14:34:55,838 - INFO - analytics_alarm
2025-07-21 14:34:55,838 - INFO - alarmgen:active
2025-07-21 14:34:55,838 - INFO - All the contrail services are up on all nodes
2025-07-21 14:34:55,838 - INFO - contrail-status passed
2025-07-21 14:34:56,002 - DEBUG - Skipping xmpp flap check
2025-07-21 14:34:56,002 - INFO - END TEST : test_contrail_status : PASSED[0:00:01]
2025-07-21 14:34:56,002 - INFO - --------------------------------------------------------------------------------