Welcome to Contrail Analytics API documentation!"
2025-10-09 13:41:03,880 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:41:03,880 - INFO -
2025-10-09 13:41:04,125 - ERROR - Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
raise value.with_traceback(tb)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
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/documentation/test_docs.py", line 62, in test_analytics_docs
resp = requests.get(f"http://{self.inputs.collector_ips[0]}:8081/documentation/index.html")
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2025-10-09 13:41:04,176 - INFO -
2025-10-09 13:41:04,176 - INFO - END TEST : test_analytics_docs : FAILED[0:00:01]
2025-10-09 13:41:04,176 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:41:04,181 - INFO - ================================================================================
2025-10-09 13:41:04,181 - INFO - STARTING TEST : test_config_docs
2025-10-09 13:41:04,181 - INFO - TEST DESCRIPTION : Test docs from config API
config api docs
curl -s http://cfgm_ips[0]:8082/documentation/index.html | grep "Juniper Contrail Configuration API Model"
2025-10-09 13:41:04,451 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:41:04,452 - INFO -
2025-10-09 13:41:04,670 - ERROR - Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
raise value.with_traceback(tb)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
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/documentation/test_docs.py", line 40, in test_config_docs
resp = requests.get(f"http://{self.inputs.cfgm_ips[0]}:8082/documentation/index.html")
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2025-10-09 13:41:04,720 - INFO -
2025-10-09 13:41:04,720 - INFO - END TEST : test_config_docs : FAILED[0:00:00]
2025-10-09 13:41:04,720 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:41:04,816 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:41:04,829 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:41:05,185 - INFO - Project ctest-FloatingipBasicTestSanity-54952622 not found, creating it
2025-10-09 13:41:05,723 - INFO - Created Project:ctest-FloatingipBasicTestSanity-54952622, ID : cf8d3751-903c-47dc-aa6c-a0df97e6306d
2025-10-09 13:41:07,884 - INFO - Using existing project ['admin_domain', 'admin'](2f0ea955-6c00-46c1-8ddd-92c9167f91d0)
2025-10-09 13:41:08,355 - INFO - admin user already present
2025-10-09 13:41:08,866 - INFO - Adding rules to the default security group in Project admin
2025-10-09 13:41:09,224 - INFO - ================================================================================
2025-10-09 13:41:09,224 - INFO - STARTING TEST : test_floating_ip
2025-10-09 13:41:09,225 - INFO - TEST DESCRIPTION : Test to validate floating-ip Assignment to a VM. It creates a VM, assigns a FIP to it and pings to a IP in the FIP VN.
2025-10-09 13:41:09,532 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:41:09,532 - INFO -
2025-10-09 13:41:10,901 - INFO - Created VN ctest-fvn-45717095
2025-10-09 13:41:12,258 - INFO - Verified VN network id 6 for VN 6b60999c-50db-474c-aea0-a5658e1c43a0
2025-10-09 13:41:12,258 - INFO - Verifications in API Server for VN ctest-fvn-45717095 passed
2025-10-09 13:41:12,593 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-fvn-45717095 passed
2025-10-09 13:41:13,375 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-54952622:ctest-fvn-45717095 is found in opserver
2025-10-09 13:41:14,165 - INFO - Created VN ctest-vn1-74370663
2025-10-09 13:41:15,054 - INFO - Verified VN network id 7 for VN 94ef8eee-02fd-400c-b3f6-67ec7fa65c92
2025-10-09 13:41:15,055 - INFO - Verifications in API Server for VN ctest-vn1-74370663 passed
2025-10-09 13:41:15,404 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn1-74370663 passed
2025-10-09 13:41:15,739 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-54952622:ctest-vn1-74370663 is found in opserver
2025-10-09 13:41:18,199 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:41:20,219 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:41:20,450 - INFO - Creating Floating IP pool ctest-some-pool-84230791 in API Server
2025-10-09 13:41:21,424 - INFO - Verification for FIP pool ctest-some-pool-84230791 in API Server passed
2025-10-09 13:41:21,484 - INFO - Verification for FIP pool ctest-some-pool-84230791 in Control-node passed
2025-10-09 13:41:21,484 - INFO - Waiting for VM ctest-vn1_vm1_name-68914935 to be up..
2025-10-09 13:41:26,787 - INFO - VM name : ctest-vn1_vm1_name-68914935
2025-10-09 13:41:32,728 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1_vm1_name-68914935 passed
2025-10-09 13:41:38,656 - INFO - Waiting for VM ctest-fvn_vm1_name-02595949 to be up..
2025-10-09 13:41:38,806 - INFO - VM name : ctest-fvn_vm1_name-02595949
2025-10-09 13:41:40,628 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-fvn_vm1_name-02595949 passed
2025-10-09 13:41:41,207 - INFO - FIP 200.27.191.4 verification for passed on all Control-nodes
2025-10-09 13:41:41,208 - INFO - FIP ID 87989088-961c-4451-b028-3295c690543e(200.27.191.4) validation in Control node passed
2025-10-09 13:41:41,323 - INFO - FIP ID 87989088-961c-4451-b028-3295c690543e(200.27.191.4) validation in agents passed
2025-10-09 13:41:41,379 - INFO - FIP ID 87989088-961c-4451-b028-3295c690543e(200.27.191.4) validation in API Server passed
2025-10-09 13:41:44,525 - INFO - Ping to IP 200.27.191.3 from VM ctest-vn1_vm1_name-68914935 passed
2025-10-09 13:41:44,797 - INFO - Deleting the FIP pool ctest-some-pool-84230791
2025-10-09 13:41:44,947 - INFO - Deleting VM ctest-fvn_vm1_name-02595949
2025-10-09 13:41:45,120 - INFO - Deleting VM ctest-vn1_vm1_name-68914935
2025-10-09 13:41:45,282 - INFO - Deleting VN ctest-vn1-74370663
2025-10-09 13:41:45,431 - WARNING - Deleting VN ctest-vn1-74370663 failed..Will retry
2025-10-09 13:41:47,871 - INFO - Validated that VN ctest-vn1-74370663 is not found in API Server
2025-10-09 13:41:47,975 - INFO - Validated that VN ctest-vn1-74370663 is not in any agent
2025-10-09 13:41:48,127 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn1-74370663 info
2025-10-09 13:41:48,127 - INFO - Deleting VN ctest-fvn-45717095
2025-10-09 13:41:48,568 - INFO - Validated that VN ctest-fvn-45717095 is not found in API Server
2025-10-09 13:41:48,667 - INFO - Validated that VN ctest-fvn-45717095 is not in any agent
2025-10-09 13:41:48,819 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-fvn-45717095 info
2025-10-09 13:41:49,215 - INFO - END TEST : test_floating_ip : PASSED[0:00:40]
2025-10-09 13:41:49,215 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:41:50,019 - INFO - Deleted project: ctest-FloatingipBasicTestSanity-54952622, ID : cf8d3751-903c-47dc-aa6c-a0df97e6306d
2025-10-09 13:41:50,323 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:41:50,335 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:41:50,583 - INFO - Project ctest-TestHeat-30984721 not found, creating it
2025-10-09 13:41:51,125 - INFO - Created Project:ctest-TestHeat-30984721, ID : b8c45788-83ac-4f09-a5fe-917845c70cc8
2025-10-09 13:41:53,213 - INFO - ctest-TestHeat-30984721 user already added to project
2025-10-09 13:41:53,216 - INFO - ================================================================================
2025-10-09 13:41:53,216 - INFO - STARTING TEST : test_heat_stacks_list
2025-10-09 13:41:53,216 - INFO - TEST DESCRIPTION :
Validate installation of heat
This issues a command to list all the heat-stacks
2025-10-09 13:41:53,620 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:41:53,620 - INFO -
2025-10-09 13:41:54,253 - INFO - The following are the stacks currently : []
2025-10-09 13:41:54,652 - INFO - END TEST : test_heat_stacks_list : PASSED[0:00:01]
2025-10-09 13:41:54,652 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:41:55,487 - INFO - Deleted project: ctest-TestHeat-30984721, ID : b8c45788-83ac-4f09-a5fe-917845c70cc8
2025-10-09 13:41:55,813 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:41:55,827 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:41:56,065 - INFO - Project ctest-TestCRUD-27128753 not found, creating it
2025-10-09 13:41:56,587 - INFO - Created Project:ctest-TestCRUD-27128753, ID : 6e49306b-7c5b-43a7-8b5a-6d984ebe8017
2025-10-09 13:41:58,558 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-80638166']
2025-10-09 13:41:59,778 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-71916872']
2025-10-09 13:42:01,073 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-27128753', 'ctest-proj-sg1-49775564']
2025-10-09 13:42:02,220 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-27128753', 'ctest-proj-sg2-22163858']
2025-10-09 13:42:03,545 - INFO - ================================================================================
2025-10-09 13:42:03,545 - INFO - STARTING TEST : test_router_crud
2025-10-09 13:42:03,949 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:42:03,949 - INFO -
2025-10-09 13:42:03,950 - INFO - Router create Request {'router': {'name': 'name-33832730'}}
2025-10-09 13:42:04,089 - INFO - Router create Response : {'router': {'id': '950f27b2-19fb-4a01-86a8-b3b7f84c37ea', 'name': 'name-33832730', 'tenant_id': '2f0ea9556c0046c18ddd92c9167f91d0', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-33832730'], 'description': '', 'created_at': '2025-10-09T13:42:04.023906', 'updated_at': '2025-10-09T13:42:04.023906', 'project_id': '2f0ea9556c0046c18ddd92c9167f91d0'}}
2025-10-09 13:42:04,089 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-33832730'}}
2025-10-09 13:42:04,173 - INFO - Attribute id is created
2025-10-09 13:42:04,173 - INFO - Attribute name is created
2025-10-09 13:42:04,173 - INFO - Attribute admin_state_up is created
2025-10-09 13:42:04,173 - INFO - Attribute status is created
2025-10-09 13:42:04,173 - INFO - Attribute tenant_id is created
2025-10-09 13:42:06,137 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-09 13:42:06,137 - INFO - Router Update request {'router': {'name': 'name-86869471'}}
2025-10-09 13:42:06,284 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-86869471'}}
2025-10-09 13:42:06,284 - INFO - Response : {'router': {'id': '950f27b2-19fb-4a01-86a8-b3b7f84c37ea', 'name': 'name-86869471', 'tenant_id': '2f0ea9556c0046c18ddd92c9167f91d0', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-33832730'], 'description': '', 'created_at': '2025-10-09T13:42:04.023906', 'updated_at': '2025-10-09T13:42:04.094036', 'project_id': '2f0ea9556c0046c18ddd92c9167f91d0'}}
2025-10-09 13:42:06,284 - INFO - Updation of Router 950f27b2-19fb-4a01-86a8-b3b7f84c37ea with body {'router': {'name': 'name-86869471'}} passed
2025-10-09 13:42:06,284 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:42:06,284 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-09 13:42:06,431 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-09 13:42:06,431 - INFO - Response : {'router': {'id': '950f27b2-19fb-4a01-86a8-b3b7f84c37ea', 'name': 'name-86869471', 'tenant_id': '2f0ea9556c0046c18ddd92c9167f91d0', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-33832730'], 'description': '', 'created_at': '2025-10-09T13:42:04.023906', 'updated_at': '2025-10-09T13:42:06.224897', 'project_id': '2f0ea9556c0046c18ddd92c9167f91d0'}}
2025-10-09 13:42:06,431 - INFO - Updation of Router 950f27b2-19fb-4a01-86a8-b3b7f84c37ea with body {'router': {'admin_state_up': 'False'}} passed
2025-10-09 13:42:06,432 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:42:06,432 - INFO - Deleting router 950f27b2-19fb-4a01-86a8-b3b7f84c37ea
2025-10-09 13:42:06,697 - ERROR - Result of delete router 950f27b2-19fb-4a01-86a8-b3b7f84c37ea: ()
2025-10-09 13:42:06,697 - INFO - ================================================================================
2025-10-09 13:42:06,698 - INFO - Router create Request {'router': {'tenant_id': '6e49306b-7c5b-43a7-8b5a-6d984ebe8017', 'name': 'name-22647041'}}
2025-10-09 13:42:06,860 - INFO - Router create Response : {'router': {'id': 'cdcb167e-0bc4-40d5-b296-b020ed86463c', 'name': 'name-22647041', 'tenant_id': '6e49306b7c5b43a78b5a6d984ebe8017', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-27128753', 'name-22647041'], 'description': '', 'created_at': '2025-10-09T13:42:06.801066', 'updated_at': '2025-10-09T13:42:06.801066', 'project_id': '6e49306b7c5b43a78b5a6d984ebe8017'}}
2025-10-09 13:42:06,860 - INFO - Router create PASSED ,Body : {'router': {'tenant_id': '6e49306b-7c5b-43a7-8b5a-6d984ebe8017', 'name': 'name-22647041'}}
2025-10-09 13:42:06,932 - INFO - Attribute id is created
2025-10-09 13:42:06,933 - INFO - Attribute name is created
2025-10-09 13:42:06,933 - INFO - Attribute admin_state_up is created
2025-10-09 13:42:06,933 - INFO - Attribute status is created
2025-10-09 13:42:06,933 - INFO - Attribute tenant_id is created
2025-10-09 13:42:08,884 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-09 13:42:08,885 - INFO - Router Update request {'router': {'name': 'name-29678287'}}
2025-10-09 13:42:09,035 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-29678287'}}
2025-10-09 13:42:09,035 - INFO - Response : {'router': {'id': 'cdcb167e-0bc4-40d5-b296-b020ed86463c', 'name': 'name-29678287', 'tenant_id': '6e49306b7c5b43a78b5a6d984ebe8017', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-27128753', 'name-22647041'], 'description': '', 'created_at': '2025-10-09T13:42:06.801066', 'updated_at': '2025-10-09T13:42:06.891546', 'project_id': '6e49306b7c5b43a78b5a6d984ebe8017'}}
2025-10-09 13:42:09,035 - INFO - Updation of Router cdcb167e-0bc4-40d5-b296-b020ed86463c with body {'router': {'name': 'name-29678287'}} passed
2025-10-09 13:42:09,035 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:42:09,035 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-09 13:42:09,179 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-09 13:42:09,179 - INFO - Response : {'router': {'id': 'cdcb167e-0bc4-40d5-b296-b020ed86463c', 'name': 'name-29678287', 'tenant_id': '6e49306b7c5b43a78b5a6d984ebe8017', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-27128753', 'name-22647041'], 'description': '', 'created_at': '2025-10-09T13:42:06.801066', 'updated_at': '2025-10-09T13:42:08.972372', 'project_id': '6e49306b7c5b43a78b5a6d984ebe8017'}}
2025-10-09 13:42:09,179 - INFO - Updation of Router cdcb167e-0bc4-40d5-b296-b020ed86463c with body {'router': {'admin_state_up': 'True'}} passed
2025-10-09 13:42:09,179 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:42:09,180 - INFO - Deleting router cdcb167e-0bc4-40d5-b296-b020ed86463c
2025-10-09 13:42:09,314 - ERROR - Result of delete router cdcb167e-0bc4-40d5-b296-b020ed86463c: ()
2025-10-09 13:42:09,314 - INFO - ================================================================================
2025-10-09 13:42:09,314 - INFO - Router create Request {'router': {'admin_state_up': 'True', 'name': 'name-71074708'}}
2025-10-09 13:42:09,455 - INFO - Router create Response : {'router': {'id': 'bf080821-34a7-4869-8697-467adbf8992d', 'name': 'name-71074708', 'tenant_id': '2f0ea9556c0046c18ddd92c9167f91d0', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-71074708'], 'description': '', 'created_at': '2025-10-09T13:42:09.393784', 'updated_at': '2025-10-09T13:42:09.393784', 'project_id': '2f0ea9556c0046c18ddd92c9167f91d0'}}
2025-10-09 13:42:09,456 - INFO - Router create PASSED ,Body : {'router': {'admin_state_up': 'True', 'name': 'name-71074708'}}
2025-10-09 13:42:09,524 - INFO - Attribute id is created
2025-10-09 13:42:09,525 - INFO - Attribute name is created
2025-10-09 13:42:09,525 - INFO - Attribute admin_state_up is created
2025-10-09 13:42:09,525 - INFO - Attribute status is created
2025-10-09 13:42:09,525 - INFO - Attribute tenant_id is created
2025-10-09 13:42:11,469 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-09 13:42:11,469 - INFO - Router Update request {'router': {'name': 'name-02311225'}}
2025-10-09 13:42:11,620 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-02311225'}}
2025-10-09 13:42:11,620 - INFO - Response : {'router': {'id': 'bf080821-34a7-4869-8697-467adbf8992d', 'name': 'name-02311225', 'tenant_id': '2f0ea9556c0046c18ddd92c9167f91d0', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-71074708'], 'description': '', 'created_at': '2025-10-09T13:42:09.393784', 'updated_at': '2025-10-09T13:42:09.456326', 'project_id': '2f0ea9556c0046c18ddd92c9167f91d0'}}
2025-10-09 13:42:11,620 - INFO - Updation of Router bf080821-34a7-4869-8697-467adbf8992d with body {'router': {'name': 'name-02311225'}} passed
2025-10-09 13:42:11,620 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:42:11,620 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-09 13:42:11,769 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-09 13:42:11,769 - INFO - Response : {'router': {'id': 'bf080821-34a7-4869-8697-467adbf8992d', 'name': 'name-02311225', 'tenant_id': '2f0ea9556c0046c18ddd92c9167f91d0', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-71074708'], 'description': '', 'created_at': '2025-10-09T13:42:09.393784', 'updated_at': '2025-10-09T13:42:11.560379', 'project_id': '2f0ea9556c0046c18ddd92c9167f91d0'}}
2025-10-09 13:42:11,769 - INFO - Updation of Router bf080821-34a7-4869-8697-467adbf8992d with body {'router': {'admin_state_up': 'True'}} passed
2025-10-09 13:42:11,769 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:42:11,769 - INFO - Deleting router bf080821-34a7-4869-8697-467adbf8992d
2025-10-09 13:42:11,921 - ERROR - Result of delete router bf080821-34a7-4869-8697-467adbf8992d: ()
2025-10-09 13:42:11,921 - INFO - ================================================================================
2025-10-09 13:42:11,921 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-27128753', 'ctest-proj-sg2-22163858']
2025-10-09 13:42:12,076 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-27128753', 'ctest-proj-sg1-49775564']
2025-10-09 13:42:12,216 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-71916872']
2025-10-09 13:42:12,359 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-80638166']
2025-10-09 13:42:12,924 - INFO - END TEST : test_router_crud : PASSED[0:00:09]
2025-10-09 13:42:12,924 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:42:13,772 - INFO - Deleted project: ctest-TestCRUD-27128753, ID : 6e49306b-7c5b-43a7-8b5a-6d984ebe8017
2025-10-09 13:42:14,111 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:42:14,124 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:42:14,369 - INFO - Project ctest-TestPorts-56304314 not found, creating it
2025-10-09 13:42:14,904 - INFO - Created Project:ctest-TestPorts-56304314, ID : 2c017660-4df3-4a27-a795-699b9f098eff
2025-10-09 13:42:16,887 - INFO - ================================================================================
2025-10-09 13:42:16,887 - INFO - STARTING TEST : test_ports_bindings
2025-10-09 13:42:16,887 - INFO - TEST DESCRIPTION :
Verify that we are able to create a port with custom port bindings
Steps:
1) Create Port with Port bindings profile set to {'foo': 'bar'}
2) Retrieve and verify the same is set
2025-10-09 13:42:17,285 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:42:17,285 - INFO -
2025-10-09 13:42:18,449 - INFO - Created VN ctest-vn-47711247
2025-10-09 13:42:19,660 - INFO - VMI 01b4cff6-dd96-4d55-ba04-44f15468bb09 verification in API Server passed
2025-10-09 13:42:19,818 - INFO - Deleted port 01b4cff6-dd96-4d55-ba04-44f15468bb09
2025-10-09 13:42:19,818 - INFO - Deleting VN ctest-vn-47711247
2025-10-09 13:42:20,408 - INFO - END TEST : test_ports_bindings : PASSED[0:00:04]
2025-10-09 13:42:20,408 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:42:20,410 - INFO - ================================================================================
2025-10-09 13:42:20,410 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-10-09 13:42:20,410 - INFO - TEST DESCRIPTION : Create ports with specific Subnet and IP
Create two ports in a VN with 2 subnets and specific IPs
Attach to two VMs
Ping between them should pass
2025-10-09 13:42:20,828 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:42:20,828 - INFO -
2025-10-09 13:42:21,661 - INFO - Created VN ctest-vn1-94323002
2025-10-09 13:42:23,445 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:42:24,393 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:42:24,393 - INFO - Waiting for VM ctest-vn1-vm1-12482923 to be up..
2025-10-09 13:42:29,650 - INFO - VM name : ctest-vn1-vm1-12482923
2025-10-09 13:42:39,872 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-12482923 passed
2025-10-09 13:42:45,515 - INFO - Waiting for VM ctest-vn1-vm2-68179156 to be up..
2025-10-09 13:42:45,673 - INFO - VM name : ctest-vn1-vm2-68179156
2025-10-09 13:42:47,514 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-68179156 passed
2025-10-09 13:42:51,060 - INFO - Ping to IP 179.212.113.69 from VM ctest-vn1-vm2-68179156 passed
2025-10-09 13:42:51,060 - INFO - Detaching port 99677ccb-6d04-4c9c-997b-d742662c2010 from VM ctest-vn1-vm2-68179156
2025-10-09 13:42:51,160 - INFO - Deleting VM ctest-vn1-vm2-68179156
2025-10-09 13:42:51,426 - INFO - Detaching port 8c332280-d2eb-4068-b253-a0ebf2f8debf from VM ctest-vn1-vm1-12482923
2025-10-09 13:42:51,505 - INFO - Deleting VM ctest-vn1-vm1-12482923
2025-10-09 13:42:52,575 - INFO - Deleting VN ctest-vn1-94323002
2025-10-09 13:42:53,276 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:33]
2025-10-09 13:42:53,276 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:42:54,108 - INFO - Deleted project: ctest-TestPorts-56304314, ID : 2c017660-4df3-4a27-a795-699b9f098eff
2025-10-09 13:42:54,422 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:42:54,434 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:42:54,653 - INFO - Project ctest-TestRouters-99796359 not found, creating it
2025-10-09 13:42:55,190 - INFO - Created Project:ctest-TestRouters-99796359, ID : e05b63ab-3cf3-475b-9648-1e365ce9503e
2025-10-09 13:42:57,197 - INFO - ================================================================================
2025-10-09 13:42:57,197 - INFO - STARTING TEST : test_basic_router_behavior
2025-10-09 13:42:57,197 - INFO - TEST DESCRIPTION : Validate a router is able to route packets between two VNs
Create a router
Create 2 VNs, and a VM in each
Add router port from each VN
Ping between VMs
2025-10-09 13:42:57,608 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:42:57,609 - INFO -
2025-10-09 13:42:58,814 - INFO - Created VN ctest-vn1-79123492
2025-10-09 13:42:59,769 - INFO - Created VN ctest-vn2-28060195
2025-10-09 13:43:01,357 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:43:02,779 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:43:02,929 - INFO - Adding interface with subnet_id 86e0ab2e-2ca8-4304-82c3-2360098548d4, port_id None to router de1112f2-130c-42d5-9a8c-eb3ca5f19a2e
2025-10-09 13:43:03,405 - INFO - Waiting for VM ctest-vn1-vm1-79517938 to be up..
2025-10-09 13:43:08,756 - INFO - VM name : ctest-vn1-vm1-79517938
2025-10-09 13:43:15,232 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-79517938 passed
2025-10-09 13:43:20,869 - INFO - Waiting for VM ctest-vn2-vm1-35353265 to be up..
2025-10-09 13:43:21,013 - INFO - VM name : ctest-vn2-vm1-35353265
2025-10-09 13:43:23,009 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn2-vm1-35353265 passed
2025-10-09 13:43:28,122 - WARNING - Ping to IP 75.92.10.3 from VM ctest-vn1-vm1-79517938 failed
2025-10-09 13:43:28,122 - INFO - Adding interface with subnet_id 21a5bb2f-4d67-46d9-9f55-4a5cfb036048, port_id None to router de1112f2-130c-42d5-9a8c-eb3ca5f19a2e
2025-10-09 13:43:31,798 - WARNING - Ping to IP 75.92.10.3 from VM ctest-vn1-vm1-79517938 failed
2025-10-09 13:43:35,057 - INFO - Ping to IP 75.92.10.3 from VM ctest-vn1-vm1-79517938 passed
2025-10-09 13:43:35,058 - INFO - Deleting interface with subnet_id 86e0ab2e-2ca8-4304-82c3-2360098548d4, port_id None from router de1112f2-130c-42d5-9a8c-eb3ca5f19a2e
2025-10-09 13:43:38,553 - WARNING - Ping to IP 75.92.10.3 from VM ctest-vn1-vm1-79517938 failed
2025-10-09 13:43:38,553 - INFO - Adding interface with subnet_id 86e0ab2e-2ca8-4304-82c3-2360098548d4, port_id None to router de1112f2-130c-42d5-9a8c-eb3ca5f19a2e
2025-10-09 13:43:41,189 - INFO - Ping to IP 75.92.10.3 from VM ctest-vn1-vm1-79517938 passed
2025-10-09 13:43:41,189 - INFO - Deleting interface with subnet_id 21a5bb2f-4d67-46d9-9f55-4a5cfb036048, port_id None from router de1112f2-130c-42d5-9a8c-eb3ca5f19a2e
2025-10-09 13:43:41,457 - INFO - Deleting interface with subnet_id 86e0ab2e-2ca8-4304-82c3-2360098548d4, port_id None from router de1112f2-130c-42d5-9a8c-eb3ca5f19a2e
2025-10-09 13:43:41,852 - INFO - Deleting VM ctest-vn2-vm1-35353265
2025-10-09 13:43:42,149 - INFO - Deleting VM ctest-vn1-vm1-79517938
2025-10-09 13:43:42,278 - INFO - Deleting VN ctest-vn2-28060195
2025-10-09 13:43:42,427 - WARNING - Deleting VN ctest-vn2-28060195 failed..Will retry
2025-10-09 13:43:44,601 - INFO - Deleting VN ctest-vn1-79123492
2025-10-09 13:43:45,180 - INFO - END TEST : test_basic_router_behavior : PASSED[0:00:48]
2025-10-09 13:43:45,180 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:43:45,983 - INFO - Deleted project: ctest-TestRouters-99796359, ID : e05b63ab-3cf3-475b-9648-1e365ce9503e
2025-10-09 13:43:46,288 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:43:46,301 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:43:46,529 - INFO - Project ctest-TestRoutersBasic-15726802 not found, creating it
2025-10-09 13:43:47,062 - INFO - Created Project:ctest-TestRoutersBasic-15726802, ID : 05196281-8f54-4d7f-ab3b-a4cb8a7919eb
2025-10-09 13:43:49,004 - INFO - ================================================================================
2025-10-09 13:43:49,004 - INFO - STARTING TEST : test_basic_snat_behavior_without_external_connectivity
2025-10-09 13:43:49,004 - INFO - TEST DESCRIPTION : Create an external network, a router
set router-gateway to external network
launch a private network and attach it to router
validate left vm pinging right vm through Snat
2025-10-09 13:43:49,404 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:43:49,404 - INFO -
2025-10-09 13:43:50,286 - INFO - Default SG to be edited for allow all on project: ctest-TestRoutersBasic-15726802
2025-10-09 13:43:50,386 - INFO - Adding rules to the default security group in Project ctest-TestRoutersBasic-15726802
2025-10-09 13:43:51,585 - INFO - Created VN ctest-vn-16762792
2025-10-09 13:43:52,497 - INFO - Created VN ctest-ext_vn-75057742
2025-10-09 13:43:54,039 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:43:55,426 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:43:55,573 - INFO - Setting gateway for router 3cc1dab3-618b-480c-841c-5ab10885d15f to network 4e9dc846-422c-438f-8e06-3fde2021cb24
2025-10-09 13:43:55,756 - INFO - Adding interface with subnet_id 514d6b28-83fa-470c-a200-d867ceb21090, port_id None to router 3cc1dab3-618b-480c-841c-5ab10885d15f
2025-10-09 13:43:56,358 - INFO - Waiting for VM ctest-TestRoutersBasic-15726802-70486895 to be up..
2025-10-09 13:44:01,681 - INFO - VM name : ctest-TestRoutersBasic-15726802-70486895
2025-10-09 13:44:08,141 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRoutersBasic-15726802-70486895 passed
2025-10-09 13:44:13,800 - INFO - Waiting for VM ctest-TestRoutersBasic-15726802-54692060 to be up..
2025-10-09 13:44:13,943 - INFO - VM name : ctest-TestRoutersBasic-15726802-54692060
2025-10-09 13:44:15,756 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestRoutersBasic-15726802-54692060 passed
2025-10-09 13:44:20,331 - INFO - Ping to IP 187.14.95.195 from VM ctest-TestRoutersBasic-15726802-70486895 passed
2025-10-09 13:44:20,331 - INFO - Deleting interface with subnet_id 514d6b28-83fa-470c-a200-d867ceb21090, port_id None from router 3cc1dab3-618b-480c-841c-5ab10885d15f
2025-10-09 13:44:20,828 - INFO - Deleting VM ctest-TestRoutersBasic-15726802-54692060
2025-10-09 13:44:20,997 - INFO - Deleting VM ctest-TestRoutersBasic-15726802-70486895
2025-10-09 13:44:21,159 - INFO - Deleting VN ctest-ext_vn-75057742
2025-10-09 13:44:21,386 - WARNING - Deleting VN ctest-ext_vn-75057742 failed..Will retry
2025-10-09 13:44:23,692 - INFO - Deleting VN ctest-vn-16762792
2025-10-09 13:44:24,328 - INFO - END TEST : test_basic_snat_behavior_without_external_connectivity : PASSED[0:00:35]
2025-10-09 13:44:24,328 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:44:25,183 - INFO - Deleted project: ctest-TestRoutersBasic-15726802, ID : 05196281-8f54-4d7f-ab3b-a4cb8a7919eb
2025-10-09 13:44:25,505 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:44:25,517 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:44:25,752 - INFO - Project ctest-TestBasicPolicyIpv4v6-96829513 not found, creating it
2025-10-09 13:44:26,344 - INFO - Created Project:ctest-TestBasicPolicyIpv4v6-96829513, ID : fc250f0c-201b-4de5-aedc-aeeae6b03b74
2025-10-09 13:44:28,455 - INFO - ================================================================================
2025-10-09 13:44:28,455 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-09 13:44:28,456 - INFO - TEST DESCRIPTION :
Create 2 Vns and allow icmp traffic between them and validate with pings
Update the policy to deny the same traffic
Check that pings fail
2025-10-09 13:44:28,861 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:44:28,861 - INFO -
2025-10-09 13:44:30,473 - INFO - Created VN ctest-vn-03044196
2025-10-09 13:44:32,025 - INFO - Created VN ctest-vn-50941452
2025-10-09 13:44:34,445 - INFO - Verified VN network id 11 for VN b42875d8-816c-48a7-acde-096e6771fb8a
2025-10-09 13:44:34,445 - INFO - Verifications in API Server for VN ctest-vn-03044196 passed
2025-10-09 13:44:34,777 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-03044196 passed
2025-10-09 13:44:35,025 - INFO - VN ctest-vn-03044196 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 13:44:35,544 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-96829513:ctest-vn-03044196 is found in opserver
2025-10-09 13:44:36,308 - INFO - Verified VN network id 12 for VN 300f9f1f-9379-4e12-8c29-d5dc8748403c
2025-10-09 13:44:36,308 - INFO - Verifications in API Server for VN ctest-vn-50941452 passed
2025-10-09 13:44:36,644 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-50941452 passed
2025-10-09 13:44:36,929 - INFO - VN ctest-vn-50941452 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 13:44:36,990 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-96829513:ctest-vn-50941452 is found in opserver
2025-10-09 13:44:37,147 - INFO - Disabling v6 tests for CI
2025-10-09 13:44:37,840 - INFO - Deleted policy ctest-policy-allow-all-36680427
2025-10-09 13:44:37,840 - INFO - Deleting VN ctest-vn-50941452
2025-10-09 13:44:38,339 - INFO - Validated that VN ctest-vn-50941452 is not found in API Server
2025-10-09 13:44:38,443 - INFO - Validated that VN ctest-vn-50941452 is not in any agent
2025-10-09 13:44:38,595 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-50941452 info
2025-10-09 13:44:38,595 - INFO - Deleting VN ctest-vn-03044196
2025-10-09 13:44:39,039 - INFO - Validated that VN ctest-vn-03044196 is not found in API Server
2025-10-09 13:44:39,139 - INFO - Validated that VN ctest-vn-03044196 is not in any agent
2025-10-09 13:44:39,291 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-03044196 info
2025-10-09 13:44:39,688 - INFO -
2025-10-09 13:44:39,688 - INFO - END TEST : test_basic_policy_allow_deny : SKIPPED[0:00:11]
2025-10-09 13:44:39,688 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:44:40,492 - INFO - Deleted project: ctest-TestBasicPolicyIpv4v6-96829513, ID : fc250f0c-201b-4de5-aedc-aeeae6b03b74
2025-10-09 13:44:40,770 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:44:40,782 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:44:40,999 - INFO - Project ctest-TestBasicPolicyNegativeIpv4v6-11752473 not found, creating it
2025-10-09 13:44:41,529 - INFO - Created Project:ctest-TestBasicPolicyNegativeIpv4v6-11752473, ID : 3d9d48c9-3356-4bfa-8974-2f901f8c29f9
2025-10-09 13:44:43,480 - INFO - ================================================================================
2025-10-09 13:44:43,480 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-09 13:44:43,888 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:44:43,888 - INFO -
2025-10-09 13:44:43,888 - INFO - ================================================================================
2025-10-09 13:44:43,888 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-09 13:44:43,888 - INFO - TEST DESCRIPTION : This tests the following scenarios.
1. Test to validate that policy removal will fail when it referenced with VN.
2. validate vn_policy data in api-s against quantum-vn data, when created and unbind policy from VN thru quantum APIs.
3. validate policy data in api-s against quantum-policy data, when created and deleted thru quantum APIs.
2025-10-09 13:44:44,297 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:44:44,297 - INFO -
2025-10-09 13:44:46,221 - INFO - Created VN ctest-vn4-75533263
2025-10-09 13:44:48,040 - INFO - Verified VN network id 11 for VN a437ac85-9749-4aef-934a-7fcd6968526c
2025-10-09 13:44:48,041 - INFO - Verifications in API Server for VN ctest-vn4-75533263 passed
2025-10-09 13:44:48,368 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn4-75533263 passed
2025-10-09 13:44:48,621 - INFO - VN ctest-vn4-75533263 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 13:44:49,135 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyNegativeIpv4v6-11752473:ctest-vn4-75533263 is found in opserver
2025-10-09 13:44:49,557 - INFO - Verified policy ctest-policy1-39324089 in API Server, Result: True
2025-10-09 13:44:49,557 - INFO - Done with setup and verification, moving onto test ..
2025-10-09 13:44:49,568 - INFO - Deleting VN ctest-vn4-75533263
2025-10-09 13:44:50,044 - INFO - Validated that VN ctest-vn4-75533263 is not found in API Server
2025-10-09 13:44:50,147 - INFO - Validated that VN ctest-vn4-75533263 is not in any agent
2025-10-09 13:44:50,303 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn4-75533263 info
2025-10-09 13:44:50,343 - INFO - Deleted policy ctest-policy1-39324089
2025-10-09 13:44:50,919 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:07]
2025-10-09 13:44:50,919 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:44:51,315 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:08]
2025-10-09 13:44:51,315 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:44:52,101 - INFO - Deleted project: ctest-TestBasicPolicyNegativeIpv4v6-11752473, ID : 3d9d48c9-3356-4bfa-8974-2f901f8c29f9
2025-10-09 13:44:52,407 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:44:52,422 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:44:52,644 - INFO - Project ctest-TestBasicPolicy-98788352 not found, creating it
2025-10-09 13:44:53,280 - INFO - Created Project:ctest-TestBasicPolicy-98788352, ID : cc678cee-bbab-4b05-b9e9-bef5b6c65931
2025-10-09 13:44:57,313 - INFO - ================================================================================
2025-10-09 13:44:57,314 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-09 13:44:57,314 - INFO - TEST DESCRIPTION :
Create 2 Vns and allow icmp traffic between them and validate with pings
Update the policy to deny the same traffic
Check that pings fail
2025-10-09 13:44:57,829 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:44:57,829 - INFO -
2025-10-09 13:45:00,525 - INFO - Created VN ctest-vn-31196518
2025-10-09 13:45:01,731 - INFO - Created VN ctest-vn-05796562
2025-10-09 13:45:04,508 - INFO - Verified VN network id 11 for VN af507168-6dd8-4c8f-9f52-7572cbfb0a6f
2025-10-09 13:45:04,508 - INFO - Verifications in API Server for VN ctest-vn-31196518 passed
2025-10-09 13:45:04,894 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-31196518 passed
2025-10-09 13:45:05,169 - INFO - VN ctest-vn-31196518 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 13:45:05,739 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-98788352:ctest-vn-31196518 is found in opserver
2025-10-09 13:45:06,585 - INFO - Verified VN network id 12 for VN 18f5b267-e1ad-4508-a8f3-f4095883579e
2025-10-09 13:45:06,586 - INFO - Verifications in API Server for VN ctest-vn-05796562 passed
2025-10-09 13:45:06,941 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-05796562 passed
2025-10-09 13:45:07,218 - INFO - VN ctest-vn-05796562 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 13:45:07,288 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-98788352:ctest-vn-05796562 is found in opserver
2025-10-09 13:45:09,442 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:45:10,964 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:45:10,964 - INFO - Waiting for VM ctest-TestBasicPolicy-98788352-63184552 to be up..
2025-10-09 13:45:16,296 - INFO - VM name : ctest-TestBasicPolicy-98788352-63184552
2025-10-09 13:45:24,365 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicPolicy-98788352-63184552 passed
2025-10-09 13:45:30,007 - INFO - Waiting for VM ctest-TestBasicPolicy-98788352-13364869 to be up..
2025-10-09 13:45:30,164 - INFO - VM name : ctest-TestBasicPolicy-98788352-13364869
2025-10-09 13:45:32,023 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicPolicy-98788352-13364869 passed
2025-10-09 13:45:36,188 - INFO - Ping to IP 46.179.48.3 from VM ctest-TestBasicPolicy-98788352-63184552 passed
2025-10-09 13:45:39,614 - WARNING - Ping to IP 46.179.48.3 from VM ctest-TestBasicPolicy-98788352-63184552 failed
2025-10-09 13:45:39,614 - INFO - Deleting VM ctest-TestBasicPolicy-98788352-13364869
2025-10-09 13:45:39,733 - INFO - Deleting VM ctest-TestBasicPolicy-98788352-63184552
2025-10-09 13:45:40,536 - INFO - Deleted policy ctest-policy-allow-all-08575227
2025-10-09 13:45:40,536 - INFO - Deleting VN ctest-vn-05796562
2025-10-09 13:45:40,694 - WARNING - Deleting VN ctest-vn-05796562 failed..Will retry
2025-10-09 13:45:43,183 - INFO - Validated that VN ctest-vn-05796562 is not found in API Server
2025-10-09 13:45:43,283 - INFO - Validated that VN ctest-vn-05796562 is not in any agent
2025-10-09 13:45:43,435 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-05796562 info
2025-10-09 13:45:43,435 - INFO - Deleting VN ctest-vn-31196518
2025-10-09 13:45:43,871 - INFO - Validated that VN ctest-vn-31196518 is not found in API Server
2025-10-09 13:45:43,971 - INFO - Validated that VN ctest-vn-31196518 is not in any agent
2025-10-09 13:45:44,123 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-31196518 info
2025-10-09 13:45:44,520 - INFO - END TEST : test_basic_policy_allow_deny : PASSED[0:00:47]
2025-10-09 13:45:44,520 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:45:45,366 - INFO - Deleted project: ctest-TestBasicPolicy-98788352, ID : cc678cee-bbab-4b05-b9e9-bef5b6c65931
2025-10-09 13:45:45,714 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:45:45,726 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:45:45,968 - INFO - Project ctest-TestRP-37775500 not found, creating it
2025-10-09 13:45:46,511 - INFO - Created Project:ctest-TestRP-37775500, ID : 068d8c39-003f-43f7-af3b-fc8f53fbda02
2025-10-09 13:45:48,478 - INFO - ================================================================================
2025-10-09 13:45:48,478 - INFO - STARTING TEST : test_rp_interface
2025-10-09 13:45:48,479 - INFO - TEST DESCRIPTION :
1. Create a routing policy with interface match.
2. Launch VMs.
3. Attach policy to VN and confirm if policy takes hold.
2025-10-09 13:45:48,880 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:45:48,880 - INFO -
2025-10-09 13:45:50,093 - INFO - Created VN ctest-bgpaas_vn-51796077
2025-10-09 13:45:51,217 - INFO - Created VN ctest-bgpaas_vn-88543367
2025-10-09 13:45:53,233 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:45:54,710 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:45:54,711 - INFO - Waiting for VM test_vm to be up..
2025-10-09 13:46:00,057 - INFO - VM name : test_vm
2025-10-09 13:46:08,521 - INFO - Ping to Metadata IP 169.254.0.3 of VM test_vm passed
2025-10-09 13:46:08,904 - INFO - Waiting for VM test2_vm to be up..
2025-10-09 13:46:09,062 - INFO - VM name : test2_vm
2025-10-09 13:46:10,892 - INFO - Ping to Metadata IP 169.254.0.4 of VM test2_vm passed
2025-10-09 13:46:15,788 - INFO - Ping to IP 99.210.137.3 from VM test_vm passed
2025-10-09 13:46:15,860 - INFO - Deleting VM test2_vm
2025-10-09 13:46:15,980 - INFO - Deleting VM test_vm
2025-10-09 13:46:16,101 - INFO - Deleting VN ctest-bgpaas_vn-88543367
2025-10-09 13:46:16,246 - WARNING - Deleting VN ctest-bgpaas_vn-88543367 failed..Will retry
2025-10-09 13:46:18,437 - INFO - Deleting VN ctest-bgpaas_vn-51796077
2025-10-09 13:46:19,052 - INFO - END TEST : test_rp_interface : PASSED[0:00:31]
2025-10-09 13:46:19,052 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:46:19,838 - INFO - Deleted project: ctest-TestRP-37775500, ID : 068d8c39-003f-43f7-af3b-fc8f53fbda02
2025-10-09 13:46:20,143 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:46:20,156 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:46:20,368 - INFO - Project ctest-TestSvcRegr-80692013 not found, creating it
2025-10-09 13:46:20,898 - INFO - Created Project:ctest-TestSvcRegr-80692013, ID : bae63c00-f6ce-4360-b704-a834b3954201
2025-10-09 13:46:22,843 - INFO - ================================================================================
2025-10-09 13:46:22,843 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-10-09 13:46:23,236 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:46:23,236 - INFO -
2025-10-09 13:46:24,477 - INFO - Created VN ctest-mgmt_vn-44271494
2025-10-09 13:46:25,793 - INFO - Verified VN network id 11 for VN b400a407-d220-47a7-b14a-2f6f4d095530
2025-10-09 13:46:25,794 - INFO - Verifications in API Server for VN ctest-mgmt_vn-44271494 passed
2025-10-09 13:46:26,129 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-mgmt_vn-44271494 passed
2025-10-09 13:46:26,891 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-80692013:ctest-mgmt_vn-44271494 is found in opserver
2025-10-09 13:46:27,681 - INFO - Created VN ctest-left_vn-38812241
2025-10-09 13:46:28,589 - INFO - Verified VN network id 12 for VN a04f292f-1f14-441f-b504-f5fc8bc0b12f
2025-10-09 13:46:28,590 - INFO - Verifications in API Server for VN ctest-left_vn-38812241 passed
2025-10-09 13:46:28,909 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-left_vn-38812241 passed
2025-10-09 13:46:29,239 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-80692013:ctest-left_vn-38812241 is found in opserver
2025-10-09 13:46:30,137 - INFO - Created VN ctest-right_vn-64429237
2025-10-09 13:46:31,033 - INFO - Verified VN network id 13 for VN dc8668aa-c280-4876-99f6-8fcf385069ff
2025-10-09 13:46:31,033 - INFO - Verifications in API Server for VN ctest-right_vn-64429237 passed
2025-10-09 13:46:31,364 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-right_vn-64429237 passed
2025-10-09 13:46:31,687 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-80692013:ctest-right_vn-64429237 is found in opserver
2025-10-09 13:46:33,673 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:46:35,201 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:46:36 URL:http://nexus.opensdn.io/repository///images/converts//cirros-in-net.vmdk.gz [14619094/14619094] -> "/contrail-test/images/cirros-in-net.vmdk.gz" [1]
2025-10-09 13:46:39,367 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:46:39,368 - INFO - Waiting for VM ctest-pt_svm0-69229307 to be up..
2025-10-09 13:46:49,718 - INFO - VM name : ctest-pt_svm0-69229307
2025-10-09 13:47:06,667 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-pt_svm0-69229307 passed
2025-10-09 13:47:29,538 - INFO - Waiting for VM ctest-left_vm-16957627 to be up..
2025-10-09 13:47:29,689 - INFO - VM name : ctest-left_vm-16957627
2025-10-09 13:47:31,530 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-left_vm-16957627 passed
2025-10-09 13:47:31,915 - INFO - Waiting for VM ctest-right_vm-31838986 to be up..
2025-10-09 13:47:32,063 - INFO - VM name : ctest-right_vm-31838986
2025-10-09 13:47:33,865 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-right_vm-31838986 passed
2025-10-09 13:47:34,714 - INFO - Attaching policy ctest-policy-21824369 to vn ctest-left_vn-38812241
2025-10-09 13:47:35,294 - INFO - Attaching policy ctest-policy-21824369 to vn ctest-right_vn-64429237
2025-10-09 13:47:41,099 - INFO - Ping to Metadata IP 169.254.0.6 of VM ctest-pt_svm0-69229307 passed
2025-10-09 13:47:44,341 - INFO - VM ctest-pt_svm0-69229307 verifications in Compute nodes passed
2025-10-09 13:47:44,758 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-80692013:ctest-left_vn-38812241
2025-10-09 13:47:44,906 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-80692013:ctest-right_vn-64429237
2025-10-09 13:47:45,247 - INFO - Route to 130.161.147.131 seen in VRF:5 on cn-jenkins-deploy-platform-juju-os-588-1.englab.juniper.net, and SI ctest-si-55455661 is seen as the NH
2025-10-09 13:47:45,515 - INFO - Route to 206.84.5.195 seen in VRF:6 on cn-jenkins-deploy-platform-juju-os-588-1.englab.juniper.net, and SI ctest-si-55455661 is seen as the NH
2025-10-09 13:47:49,722 - INFO - Ping to IP 130.161.147.131 from VM ctest-left_vm-16957627 passed
2025-10-09 13:47:49,722 - INFO - Dettaching policy ctest-policy-21824369 from vn ctest-right_vn-64429237
2025-10-09 13:47:49,954 - INFO - Dettaching policy ctest-policy-21824369 from vn ctest-left_vn-38812241
2025-10-09 13:47:50,264 - INFO - Deleted policy ctest-policy-21824369
2025-10-09 13:47:50,397 - INFO - Deleted SI ['admin_domain', 'ctest-TestSvcRegr-80692013', 'ctest-si-55455661']
2025-10-09 13:47:50,828 - INFO - Deleting VM ctest-pt_svm0-69229307
2025-10-09 13:47:51,110 - INFO - Service template: ['admin_domain', 'ctest-service_template_1-33364755'] deleted successfully.
2025-10-09 13:47:51,110 - INFO - Deleting VM ctest-right_vm-31838986
2025-10-09 13:47:51,231 - INFO - Deleting VM ctest-left_vm-16957627
2025-10-09 13:47:51,349 - INFO - Deleting VN ctest-right_vn-64429237
2025-10-09 13:47:51,510 - WARNING - Deleting VN ctest-right_vn-64429237 failed..Will retry
2025-10-09 13:47:54,460 - INFO - Validated that VN ctest-right_vn-64429237 is not found in API Server
2025-10-09 13:47:54,571 - INFO - Validated that VN ctest-right_vn-64429237 is not in any agent
2025-10-09 13:47:54,731 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-right_vn-64429237 info
2025-10-09 13:47:54,731 - INFO - Deleting VN ctest-left_vn-38812241
2025-10-09 13:47:55,171 - INFO - Validated that VN ctest-left_vn-38812241 is not found in API Server
2025-10-09 13:47:55,271 - INFO - Validated that VN ctest-left_vn-38812241 is not in any agent
2025-10-09 13:47:55,431 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-left_vn-38812241 info
2025-10-09 13:47:55,431 - INFO - Deleting VN ctest-mgmt_vn-44271494
2025-10-09 13:47:55,891 - INFO - Validated that VN ctest-mgmt_vn-44271494 is not found in API Server
2025-10-09 13:47:55,991 - INFO - Validated that VN ctest-mgmt_vn-44271494 is not in any agent
2025-10-09 13:47:56,147 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-mgmt_vn-44271494 info
2025-10-09 13:47:56,543 - INFO -
2025-10-09 13:47:56,543 - INFO - END TEST : test_svc_in_network_datapath : PASSED[0:01:34]
2025-10-09 13:47:56,543 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:47:57,469 - INFO - Deleted project: ctest-TestSvcRegr-80692013, ID : bae63c00-f6ce-4360-b704-a834b3954201
2025-10-09 13:47:57,774 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:47:57,786 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:47:58,008 - INFO - Project ctest-TestvDNSBasic0-49567083 not found, creating it
2025-10-09 13:47:58,518 - INFO - Created Project:ctest-TestvDNSBasic0-49567083, ID : ee3bcc8b-8f22-4cb9-ad5d-64509d81b687
2025-10-09 13:48:00,440 - INFO - ================================================================================
2025-10-09 13:48:00,441 - INFO - STARTING TEST : test_vdns_ping_same_vn
2025-10-09 13:48:00,441 - INFO - TEST DESCRIPTION :
Test:- Test vdns functionality. On VM launch agent should dynamically update dns records to dns agent
1. Create vDNS server
2. Create IPAM using above vDNS data
3. Create VN using above IPAM and launch 2 VM's within it
4. Ping between these 2 VM's using dns name
5. Try to delete vDNS server which has IPAM back-reference[Negative case]
6. Add CNAME VDNS record for vm1-test and verify we able to ping by alias name
Pass criteria: Step 4,5 and 6 should pass
Maintainer: cf-test@juniper.net
2025-10-09 13:48:00,868 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:48:00,868 - INFO -
2025-10-09 13:48:01,746 - INFO - Using existing project ['admin_domain', 'ctest-TestvDNSBasic0-49567083'](ee3bcc8b-8f22-4cb9-ad5d-64509d81b687)
2025-10-09 13:48:03,841 - INFO - Created VN ctest-vn1-vdns-42527408
2025-10-09 13:48:05,525 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:48:05,526 - INFO - Waiting for VM ctest-vm1-test-50958828 to be up..
2025-10-09 13:48:10,778 - INFO - VM name : ctest-vm1-test-50958828
2025-10-09 13:48:20,913 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vm1-test-50958828 passed
2025-10-09 13:48:25,597 - INFO - Ping to IP ctest-vm1-test-50958828 from VM ctest-vm1-test-50958828 passed
2025-10-09 13:48:27,256 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:48:27,256 - INFO - Waiting for VM ctest-vm2-test-27294698 to be up..
2025-10-09 13:48:32,500 - INFO - VM name : ctest-vm2-test-27294698
2025-10-09 13:48:42,644 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vm2-test-27294698 passed
2025-10-09 13:48:47,276 - INFO - Ping to IP ctest-vm2-test-27294698 from VM ctest-vm2-test-27294698 passed
2025-10-09 13:48:49,890 - INFO - Ping to IP ctest-vm2-test-27294698 from VM ctest-vm1-test-50958828 passed
2025-10-09 13:48:49,890 - INFO - Try deleting the VDNS entry ctest-vdns1-90914473 with back ref of ipam.
2025-10-09 13:48:49,946 - INFO - Deletion of the vdns entry failed with back ref of ipam as expected
2025-10-09 13:48:49,946 - INFO - Add CNAME VDNS record for ctest-vm1-test-50958828 and verify we able to ping by alias name
2025-10-09 13:48:50,110 - INFO - In verify_on_setup
2025-10-09 13:48:50,206 - INFO - Verify VDNS record is shown in the API server
2025-10-09 13:48:50,515 - INFO - Verify VDNS record is shown in the control node
2025-10-09 13:48:51,079 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-50958828 failed
2025-10-09 13:48:52,554 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-50958828 failed
2025-10-09 13:48:56,058 - INFO - Ping to IP vm1-test-alias from VM ctest-vm1-test-50958828 passed
2025-10-09 13:48:56,134 - INFO - VDNS record info: admin_domain:ctest-vdns1-90914473:test-rec deleted successfully.
2025-10-09 13:48:56,134 - INFO - Deleting VM ctest-vm2-test-27294698
2025-10-09 13:48:56,251 - INFO - Deleting VM ctest-vm1-test-50958828
2025-10-09 13:48:56,378 - INFO - Deleting VN ctest-vn1-vdns-42527408
2025-10-09 13:48:56,518 - WARNING - Deleting VN ctest-vn1-vdns-42527408 failed..Will retry
2025-10-09 13:48:59,206 - INFO - VDNS info: ['admin_domain', 'ctest-vdns1-90914473'] deleted successfully.
2025-10-09 13:48:59,319 - INFO - VDNS information ctest-vdns1-90914473 removed from the API Server
2025-10-09 13:48:59,375 - INFO - VDNS information ctest-vdns1-90914473 removed in the Control node
2025-10-09 13:48:59,775 - INFO - END TEST : test_vdns_ping_same_vn : PASSED[0:00:59]
2025-10-09 13:48:59,776 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:49:00,582 - INFO - Deleted project: ctest-TestvDNSBasic0-49567083, ID : ee3bcc8b-8f22-4cb9-ad5d-64509d81b687
2025-10-09 13:49:00,877 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:49:00,893 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:49:01,117 - INFO - Project ctest-TestBasicVMVNx-11419170 not found, creating it
2025-10-09 13:49:01,653 - INFO - Created Project:ctest-TestBasicVMVNx-11419170, ID : d1744f41-5627-481f-a1d7-57ae5ae6efad
2025-10-09 13:49:03,550 - INFO - ================================================================================
2025-10-09 13:49:03,550 - INFO - STARTING TEST : test_vm_file_trf_scp_tests
2025-10-09 13:49:03,550 - INFO - TEST DESCRIPTION :
Description: Test to validate File Transfer using scp between VMs. Files of different sizes.
Test steps:
1. Creating vm's - vm1 and vm2 and a Vn - vn222
2. Transfer file from vm1 to vm2 with diferrent file sizes using scp
3. file sizes - 64,1202,2210,10000
4. verify files present in vm2 match with the size of the file sent.
Pass criteria: File in vm2 should match with the transferred file size from vm1
Maintainer : ganeshahv@juniper.net
2025-10-09 13:49:03,944 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:49:03,944 - INFO -
2025-10-09 13:49:05,061 - INFO - Created VN ctest-vn-97001589
2025-10-09 13:49:06,593 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:49:08,021 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:49:08,021 - INFO - Waiting for VM ctest-TestBasicVMVNx-11419170-20461175 to be up..
2025-10-09 13:49:13,330 - INFO - VM name : ctest-TestBasicVMVNx-11419170-20461175
2025-10-09 13:49:19,765 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVNx-11419170-20461175 passed
2025-10-09 13:49:25,416 - INFO - Waiting for VM ctest-TestBasicVMVNx-11419170-10120913 to be up..
2025-10-09 13:49:25,554 - INFO - VM name : ctest-TestBasicVMVNx-11419170-10120913
2025-10-09 13:49:27,355 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVNx-11419170-10120913 passed
2025-10-09 13:49:32,602 - INFO - File of size 1303 is trasferred successfully to ctest-TestBasicVMVNx-11419170-10120913
2025-10-09 13:49:32,602 - INFO - Deleting VM ctest-TestBasicVMVNx-11419170-10120913
2025-10-09 13:49:32,713 - INFO - Deleting VM ctest-TestBasicVMVNx-11419170-20461175
2025-10-09 13:49:32,827 - INFO - Deleting VN ctest-vn-97001589
2025-10-09 13:49:32,971 - WARNING - Deleting VN ctest-vn-97001589 failed..Will retry
2025-10-09 13:49:35,576 - INFO - END TEST : test_vm_file_trf_scp_tests : PASSED[0:00:32]
2025-10-09 13:49:35,576 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:49:36,405 - INFO - Deleted project: ctest-TestBasicVMVNx-11419170, ID : d1744f41-5627-481f-a1d7-57ae5ae6efad
2025-10-09 13:49:36,703 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
2025-10-09 13:49:36,715 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
2025-10-09 13:49:36,942 - INFO - Project ctest-TestBasicVMVN-28715814 not found, creating it
2025-10-09 13:49:37,492 - INFO - Created Project:ctest-TestBasicVMVN-28715814, ID : 9bb42b09-37e1-4225-a897-fc8f2874134d
2025-10-09 13:49:39,485 - INFO - ================================================================================
2025-10-09 13:49:39,486 - INFO - STARTING TEST : test_generic_link_local_service
2025-10-09 13:49:39,486 - INFO - TEST DESCRIPTION :
Description: Test to validate generic linklocal service - running nova list from vm.
1.Create generic link local service to be able to wget to jenkins
2.Create a vm
3.Try wget to jenkins - passes if successful else fails
Maintainer: sandipd@juniper.net
2025-10-09 13:49:39,892 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:49:39,892 - INFO -
2025-10-09 13:49:41,085 - INFO - Created VN ctest-vn2_metadata-00410551
2025-10-09 13:49:42,778 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:49:48,335 - INFO - Waiting for VM ctest-TestBasicVMVN-28715814-73098771 to be up..
2025-10-09 13:49:48,335 - INFO - VM name : ctest-TestBasicVMVN-28715814-73098771
2025-10-09 13:49:56,811 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-28715814-73098771 passed
2025-10-09 13:49:57,193 - INFO - Retry 0
2025-10-09 13:49:58,860 - INFO - Generic metadata worked
2025-10-09 13:49:59,146 - INFO - Deleting VM ctest-TestBasicVMVN-28715814-73098771
2025-10-09 13:49:59,254 - INFO - Deleting VN ctest-vn2_metadata-00410551
2025-10-09 13:49:59,398 - WARNING - Deleting VN ctest-vn2_metadata-00410551 failed..Will retry
2025-10-09 13:50:01,991 - INFO - END TEST : test_generic_link_local_service : PASSED[0:00:22]
2025-10-09 13:50:01,992 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:50:01,995 - INFO - ================================================================================
2025-10-09 13:50:01,995 - INFO - STARTING TEST : test_metadata_service
2025-10-09 13:50:01,995 - INFO - TEST DESCRIPTION :
Description: Test to validate metadata service on VM creation.
1.Verify from global-vrouter-config if metadata configures or not - fails otherwise
2.Create a shell script which writes 'hello world ' in a file in /tmp and save the script on the nova api node
3.Create a vm with userdata pointing to that script - script should get executed during vm boot up
4.Go to the vm and verify if the file with 'hello world ' written saved in /tmp of the vm - fails otherwise
Maintainer: sandipd@juniper.net
2025-10-09 13:50:02,396 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:50:02,396 - INFO -
2025-10-09 13:50:03,149 - INFO - Created VN ctest-vn-56687186
2025-10-09 13:50:04,561 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:50:04,561 - INFO - Waiting for VM ctest-TestBasicVMVN-28715814-44327571 to be up..
2025-10-09 13:50:09,963 - INFO - VM name : ctest-TestBasicVMVN-28715814-44327571
2025-10-09 13:50:20,605 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-28715814-44327571 passed
2025-10-09 13:50:27,944 - INFO - metadata_script.txt got executed in the vm
2025-10-09 13:50:27,944 - INFO - Deleting VM ctest-TestBasicVMVN-28715814-44327571
2025-10-09 13:50:28,068 - INFO - Deleting VN ctest-vn-56687186
2025-10-09 13:50:28,218 - WARNING - Deleting VN ctest-vn-56687186 failed..Will retry
2025-10-09 13:50:30,847 - INFO - END TEST : test_metadata_service : PASSED[0:00:29]
2025-10-09 13:50:30,848 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:50:30,851 - INFO - ================================================================================
2025-10-09 13:50:30,851 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets
2025-10-09 13:50:30,851 - INFO - TEST DESCRIPTION :
Description: Validate Ping between 2 VMs in the same VN, 2 VMs in different VN
subnets.
Test steps:
1. Create 1 IPAM's.
2. Create 1 VN with 2 subnets and launch 2 VMs in them.
3. Ping between the VMs in the same VN should go thru fine.
4. Ping to the subnet broadcast and all-broadcast address.
Pass criteria: VM in the same subnet will respond to both the pings, while the VM in a different VN should respond only to the
all-broadcast address.
Maintainer : ganeshahv@juniper.net
2025-10-09 13:50:31,259 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:50:31,260 - INFO -
2025-10-09 13:50:32,593 - INFO - Created VN ctest-vn-78394098
2025-10-09 13:50:34,397 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:50:35,255 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:50:36,697 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-588-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-588-1)
2025-10-09 13:50:37,016 - INFO - Verifications in API Server for IPAM: ctest-ipam-82631213 passed
2025-10-09 13:50:37,067 - INFO - Verifications in Control node for IPAM: ctest-ipam-82631213 passed
2025-10-09 13:50:37,758 - INFO - Verified VN network id 11 for VN 34dc7c1c-5568-46cf-9cea-3595de545a8a
2025-10-09 13:50:37,759 - INFO - Verifications in API Server for VN ctest-vn-78394098 passed
2025-10-09 13:50:38,117 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-78394098 passed
2025-10-09 13:50:38,911 - INFO - Validated that VN admin_domain:ctest-TestBasicVMVN-28715814:ctest-vn-78394098 is found in opserver
2025-10-09 13:50:38,964 - INFO - Waiting for VM ctest-TestBasicVMVN-28715814-50253398 to be up..
2025-10-09 13:50:44,260 - INFO - VM name : ctest-TestBasicVMVN-28715814-50253398
2025-10-09 13:50:50,310 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-28715814-50253398 passed
2025-10-09 13:50:55,960 - INFO - Waiting for VM ctest-TestBasicVMVN-28715814-96682064 to be up..
2025-10-09 13:50:56,144 - INFO - VM name : ctest-TestBasicVMVN-28715814-96682064
2025-10-09 13:50:58,013 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVN-28715814-96682064 passed
2025-10-09 13:50:58,384 - INFO - Waiting for VM ctest-TestBasicVMVN-28715814-83494184 to be up..
2025-10-09 13:50:58,562 - INFO - VM name : ctest-TestBasicVMVN-28715814-83494184
2025-10-09 13:51:00,386 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-TestBasicVMVN-28715814-83494184 passed
2025-10-09 13:51:04,977 - INFO - Ping to IP 31.1.2.4 from VM ctest-TestBasicVMVN-28715814-50253398 passed
2025-10-09 13:51:08,701 - INFO - Ping to IP 31.1.1.4 from VM ctest-TestBasicVMVN-28715814-96682064 passed
2025-10-09 13:51:16,586 - INFO - Deleting VM ctest-TestBasicVMVN-28715814-83494184
2025-10-09 13:51:16,690 - INFO - Detaching port 5b30b4d0-fc19-4f4e-a44f-7f5592f2f2db from VM ctest-TestBasicVMVN-28715814-96682064
2025-10-09 13:51:16,767 - INFO - Deleting VM ctest-TestBasicVMVN-28715814-96682064
2025-10-09 13:51:16,885 - INFO - Detaching port 7f08033d-5437-4394-acfd-277dc4c22383 from VM ctest-TestBasicVMVN-28715814-50253398
2025-10-09 13:51:16,958 - INFO - Deleting VM ctest-TestBasicVMVN-28715814-50253398
2025-10-09 13:51:17,097 - INFO - Deleting VN ctest-vn-78394098
2025-10-09 13:51:18,327 - INFO - Validated that VN ctest-vn-78394098 is not found in API Server
2025-10-09 13:51:18,431 - INFO - Validated that VN ctest-vn-78394098 is not in any agent
2025-10-09 13:51:18,531 - INFO - Validated that all vrouters do not have the route table for VN admin_domain:ctest-TestBasicVMVN-28715814:ctest-vn-78394098
2025-10-09 13:51:18,631 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-78394098 info
2025-10-09 13:51:18,722 - INFO - IPAM: ctest-ipam-82631213 is not found in API Server
2025-10-09 13:51:18,823 - INFO - IPAM:ctest-ipam-82631213 is not found in control node
2025-10-09 13:51:19,236 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : PASSED[0:00:49]
2025-10-09 13:51:19,236 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:51:20,109 - INFO - Deleted project: ctest-TestBasicVMVN-28715814, ID : 9bb42b09-37e1-4225-a897-fc8f2874134d
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ run_tests_serial
+ echo in serial_run_test
in serial_run_test
+ export PYTHONPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/contrail-test:/contrail-test/fixtures:/contrail-test/serial_scripts
+ PYTHONPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/contrail-test:/contrail-test/fixtures:/contrail-test/serial_scripts
+ testr_init
+ '[' '!' -d .testrepository ']'
+ find . -type f -name '*.pyc' -delete
+ export OS_TEST_PATH=./serial_scripts/
+ OS_TEST_PATH=./serial_scripts/
+ export DO_XMPP_CHECK=0
+ DO_XMPP_CHECK=0
+ '[' '!' -d ./serial_scripts/ ']'
+ '[' 0 -eq 1 ']'
+ /usr/local/bin/testr run --subunit ci_sanity
+ /usr/local/bin/subunit2junitxml -f -o result_2025_10_09_13_39_25_2434.xml
/usr/local/lib/python3.9/site-packages/pbr/version.py:439: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
/usr/local/lib/python3.9/site-packages/pbr/version.py:439: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
/usr/local/lib/python3.9/site-packages/netaddr/strategy/__init__.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if word_sep is not '':
/contrail-test/fixtures/contrailapi.py:2218: SyntaxWarning: "is" with a literal. Did you mean "=="?
if type(public_network_obj).__name__ is 'VirtualNetwork':
/contrail-test/tcutils/control/cn_introspect_utils.py:307: SyntaxWarning: "is" with a literal. Did you mean "=="?
if encoding is 'All':
/contrail-test/tcutils/collector/opserver_util.py:388: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(match_v) is 1:
/contrail-test/tcutils/collector/opserver_util.py:389: SyntaxWarning: "is" with a literal. Did you mean "=="?
if match_v[0][-1] is '*':
/usr/local/lib/python3.9/site-packages/jnpr/junos/device.py:868: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if rpc_rsp_e.text is not None and rpc_rsp_e.text.strip() is not '':
/usr/local/lib/python3.9/site-packages/jnpr/junos/device.py:1271: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if auto_probe is not 0:
/usr/local/lib/python3.9/site-packages/jnpr/junos/rpcmeta.py:145: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if model and filter_xml is None and options.get('format') \
/usr/local/lib/python3.9/site-packages/jnpr/junos/utils/start_shell.py:137: SyntaxWarning: "is not" with a literal. Did you mean "!="?
self.last_ok = got is not ''
/usr/local/lib/python3.9/site-packages/selenium/webdriver/firefox/firefox_profile.py:203: SyntaxWarning: "is" with a literal. Did you mean "=="?
if setting is None or setting is '':
/contrail-test/serial_scripts/policy/test_policy_serial.py:1418: SyntaxWarning: "is" with a literal. Did you mean "=="?
if proto is 'udp' and\
/contrail-test/serial_scripts/policy/test_policy_serial.py:1600: SyntaxWarning: "is" with a literal. Did you mean "=="?
if proto is 'udp' and\
/contrail-test/serial_scripts/policy/test_policy_serial.py:1845: SyntaxWarning: "is" with a literal. Did you mean "=="?
if proto is 'udp' and\
/contrail-test/serial_scripts/solution/test_orange_solution.py:510: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:522: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:639: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:650: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:683: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:694: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/usr/local/lib/python3.9/site-packages/pbr/version.py:439: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
/usr/local/lib/python3.9/site-packages/netaddr/strategy/__init__.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if word_sep is not '':
/contrail-test/fixtures/contrailapi.py:2218: SyntaxWarning: "is" with a literal. Did you mean "=="?
if type(public_network_obj).__name__ is 'VirtualNetwork':
/contrail-test/tcutils/control/cn_introspect_utils.py:307: SyntaxWarning: "is" with a literal. Did you mean "=="?
if encoding is 'All':
/contrail-test/tcutils/collector/opserver_util.py:388: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(match_v) is 1:
/contrail-test/tcutils/collector/opserver_util.py:389: SyntaxWarning: "is" with a literal. Did you mean "=="?
if match_v[0][-1] is '*':
/usr/local/lib/python3.9/site-packages/jnpr/junos/device.py:868: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if rpc_rsp_e.text is not None and rpc_rsp_e.text.strip() is not '':
/usr/local/lib/python3.9/site-packages/jnpr/junos/device.py:1271: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if auto_probe is not 0:
/usr/local/lib/python3.9/site-packages/jnpr/junos/rpcmeta.py:145: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if model and filter_xml is None and options.get('format') \
/usr/local/lib/python3.9/site-packages/jnpr/junos/utils/start_shell.py:137: SyntaxWarning: "is not" with a literal. Did you mean "!="?
self.last_ok = got is not ''
/usr/local/lib/python3.9/site-packages/selenium/webdriver/firefox/firefox_profile.py:203: SyntaxWarning: "is" with a literal. Did you mean "=="?
if setting is None or setting is '':
/contrail-test/serial_scripts/policy/test_policy_serial.py:1418: SyntaxWarning: "is" with a literal. Did you mean "=="?
if proto is 'udp' and\
/contrail-test/serial_scripts/policy/test_policy_serial.py:1600: SyntaxWarning: "is" with a literal. Did you mean "=="?
if proto is 'udp' and\
/contrail-test/serial_scripts/policy/test_policy_serial.py:1845: SyntaxWarning: "is" with a literal. Did you mean "=="?
if proto is 'udp' and\
/contrail-test/serial_scripts/solution/test_orange_solution.py:510: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:522: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:639: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:650: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:683: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/contrail-test/serial_scripts/solution/test_orange_solution.py:694: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if op is not 0:
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/glanceclient/common/http.py:180: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if kwargs.get('cacert', None) is not '':
2025-10-09 13:51:36,648 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:51:37,041 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:51:37,292 - INFO - Project ctest-TestRbac-30240438 not found, creating it
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:51:37,817 - INFO - Created Project:ctest-TestRbac-30240438, ID : 5f815ebb-1148-491e-b97b-1d557968fa8a
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:51:42,274 - INFO - ================================================================================
2025-10-09 13:51:42,274 - INFO - STARTING TEST : test_perms2_global_share
2025-10-09 13:51:42,275 - INFO - TEST DESCRIPTION :
Test perms2 global shared property of an object
steps:
1. Add user1 as role1 in project1 and project2
2. Add *.* role1:CRUD to domain acl
3. Create a Shared virtual-network in project1
4. Verify global shared flag is set on VN's perms2
4. Using shared VN try to launch a VM in project2
2025-10-09 13:51:42,950 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:51:42,951 - INFO -
2025-10-09 13:51:43,358 - INFO - Project ctest-TestRbac-37605171 not found, creating it
2025-10-09 13:51:43,885 - INFO - Created Project:ctest-TestRbac-37605171, ID : 585d4a82-dc2f-4be3-aa1b-c5b7f2d87f97
2025-10-09 13:51:44,297 - INFO - Project ctest-TestRbac-63163504 not found, creating it
2025-10-09 13:51:44,840 - INFO - Created Project:ctest-TestRbac-63163504, ID : 96ff57dd-3431-4e79-b737-96f94debc9a2
2025-10-09 13:51:47,791 - INFO - API access-list 73a816c8-a1a6-43c3-885b-9739cacec049 verify on api server passed
2025-10-09 13:51:48,462 - INFO - Created VN ctest-TestRbac-37605171-64366495, UUID :09714ef6-89b2-4b1d-a2bf-aad05a1137f0
2025-10-09 13:51:49,716 - INFO - API Server: Read VN 09714ef6-89b2-4b1d-a2bf-aad05a1137f0
2025-10-09 13:51:50,208 - INFO - API Server: Read VN 09714ef6-89b2-4b1d-a2bf-aad05a1137f0
2025-10-09 13:51:51,073 - WARNING - Unable to get the list of compute nodes
2025-10-09 13:51:52,598 - INFO - VM ([]) created on node: (None), Zone: (None)
2025-10-09 13:51:57,850 - INFO - VM name : ctest-TestRbac-63163504-17454521
2025-10-09 13:51:58,975 - INFO - VM ctest-TestRbac-63163504-17454521 verfication in all API Servers passed
2025-10-09 13:52:05,852 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRbac-63163504-17454521 passed
2025-10-09 13:52:05,852 - INFO - VM ctest-TestRbac-63163504-17454521 verifications in Compute nodes passed
2025-10-09 13:52:06,194 - INFO - Validated routes of VM ctest-TestRbac-63163504-17454521 in all vrouters
2025-10-09 13:52:06,807 - INFO - Verification in Control-nodes for VM ctest-TestRbac-63163504-17454521 passed
2025-10-09 13:52:08,417 - INFO - Verifying through opserver in 10.0.0.41
2025-10-09 13:52:08,596 - INFO - VM 5388b8b1-889e-4bbd-8c65-b6328493c0f4 is present in admin_domain:ctest-TestRbac-37605171:ctest-TestRbac-37605171-64366495
2025-10-09 13:52:10,809 - INFO - tap interface admin_domain:ctest-TestRbac-63163504:39d92e08-b4e4-466a-aba0-721001f1bdf0 of vm 5388b8b1-889e-4bbd-8c65-b6328493c0f4 is present in vrouter cn-jenkins-deploy-platform-juju-os-588-1 uve
2025-10-09 13:52:10,927 - INFO - VM ctest-TestRbac-63163504-17454521 validations in Opserver passed
2025-10-09 13:52:10,927 - INFO - Deleting VM ctest-TestRbac-63163504-17454521
2025-10-09 13:52:13,306 - INFO - VM ctest-TestRbac-63163504-17454521 is fully removed in API-Server
2025-10-09 13:52:13,683 - INFO - Validated that all vrouters do not have VMs route for VN admin_domain:ctest-TestRbac-37605171:ctest-TestRbac-37605171-64366495
2025-10-09 13:52:13,683 - INFO - VM ctest-TestRbac-63163504-17454521 is removed in Compute, and routes are removed in all compute nodes
2025-10-09 13:52:13,988 - INFO - Routes for VM ctest-TestRbac-63163504-17454521 is removed in all control-nodes
2025-10-09 13:52:40,163 - INFO - 5388b8b1-889e-4bbd-8c65-b6328493c0f4 vm uve deleted from opserver
2025-10-09 13:52:40,163 - INFO - Validated that VM 5388b8b1-889e-4bbd-8c65-b6328493c0f4 is removed from Opserver
2025-10-09 13:52:40,163 - INFO - Deleting VN ctest-TestRbac-37605171-64366495
2025-10-09 13:52:40,342 - INFO - API access-list (73a816c8-a1a6-43c3-885b-9739cacec049) got deleted in api server
2025-10-09 13:52:41,514 - INFO - Deleted project: ctest-TestRbac-63163504, ID : 96ff57dd-3431-4e79-b737-96f94debc9a2
2025-10-09 13:52:42,333 - INFO - Deleted project: ctest-TestRbac-37605171, ID : 585d4a82-dc2f-4be3-aa1b-c5b7f2d87f97
2025-10-09 13:52:42,546 - INFO - END TEST : test_perms2_global_share : PASSED[0:01:00]
2025-10-09 13:52:42,547 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:52:44,434 - INFO - Deleted project: ctest-TestRbac-30240438, ID : 5f815ebb-1148-491e-b97b-1d557968fa8a
2025-10-09 13:52:44,701 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:52:44,713 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:52:44,920 - INFO - Project ctest-TestRbacBasic-40503362 not found, creating it
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:52:45,449 - INFO - Created Project:ctest-TestRbacBasic-40503362, ID : 9df1231a-851e-4960-89fa-9e69a9f57230
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:52:49,740 - INFO - ================================================================================
2025-10-09 13:52:49,740 - INFO - STARTING TEST : test_perms2_owner
2025-10-09 13:52:49,740 - INFO - TEST DESCRIPTION :
Validate perms2 tenant ownership
steps:
1. Create Project1 and Project2
2. Add user1 as role1 under project1 and project2
3. create domain acl rule 'VirtualNetwork.* role1:CRUD'
4. create VN1 under Project1
4. create VN2 under Project2
5. user1 shouldnt be able to read VN1 using project2 creds
6. admin should be able to read VN1 though he isnt member of the project
7. Network list with respective project creds should list corresponding VNs
8. Change ownership of VN1 to Project2
9. user1 should now be able to read VN1 using Project2 creds
10. Network list with Project2 creds should list both VNs,
Project1 creds should list VN1 alone, admin should list both VNs
2025-10-09 13:52:50,011 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:52:50,011 - INFO -
2025-10-09 13:52:50,418 - INFO - Project ctest-TestRbacBasic-59696275 not found, creating it
2025-10-09 13:52:50,968 - INFO - Created Project:ctest-TestRbacBasic-59696275, ID : bf549d9e-97e1-47c1-85cf-52185498ae46
2025-10-09 13:52:51,387 - INFO - Project ctest-TestRbacBasic-02398161 not found, creating it
2025-10-09 13:52:51,921 - INFO - Created Project:ctest-TestRbacBasic-02398161, ID : cb46bddc-b9a1-45ec-9c08-e0bea4b85536
2025-10-09 13:52:54,768 - INFO - API access-list c6d903ba-f927-4072-98c5-9f15189dcf5b verify on api server passed
2025-10-09 13:52:55,410 - INFO - Created VN ctest-TestRbacBasic-59696275-61381126, UUID :9284cddf-e67f-4fa8-92ba-60f3ef5ffe2d
2025-10-09 13:52:56,758 - INFO - Created VN ctest-TestRbacBasic-02398161-86095442, UUID :144962d1-bd8b-4423-8308-d78d2e1d7b1d
2025-10-09 13:52:57,905 - INFO - API Server: Read VN 9284cddf-e67f-4fa8-92ba-60f3ef5ffe2d
2025-10-09 13:52:58,395 - INFO - API Server: Permission Denied to read VN 9284cddf-e67f-4fa8-92ba-60f3ef5ffe2d
2025-10-09 13:52:58,452 - INFO - API Server: Read VN 9284cddf-e67f-4fa8-92ba-60f3ef5ffe2d
2025-10-09 13:52:58,523 - INFO - API Server: List VN ['9284cddf-e67f-4fa8-92ba-60f3ef5ffe2d']
2025-10-09 13:52:58,611 - INFO - API Server: List VN ['144962d1-bd8b-4423-8308-d78d2e1d7b1d']
2025-10-09 13:52:58,722 - INFO - API Server: List VN []
2025-10-09 13:52:58,795 - INFO - API Server: List VN ['144962d1-bd8b-4423-8308-d78d2e1d7b1d', '9284cddf-e67f-4fa8-92ba-60f3ef5ffe2d']
2025-10-09 13:52:58,847 - INFO - API Server: List VN ['144962d1-bd8b-4423-8308-d78d2e1d7b1d', '9284cddf-e67f-4fa8-92ba-60f3ef5ffe2d', 'd099eb3c-5063-44c8-84a5-e3b64ee4b2fd', 'e17fe720-3e9b-459b-b929-1dbe29bce409', '8d0d2fdf-b851-4e0d-970e-ac8e2f727dac', 'd4fb317f-4a2d-417f-bef3-f8b22c6bdc3b']
2025-10-09 13:52:58,887 - INFO - Deleting VN ctest-TestRbacBasic-02398161-86095442
2025-10-09 13:52:58,978 - INFO - Deleting VN ctest-TestRbacBasic-59696275-61381126
2025-10-09 13:52:59,194 - INFO - API access-list (c6d903ba-f927-4072-98c5-9f15189dcf5b) got deleted in api server
2025-10-09 13:53:00,328 - INFO - Deleted project: ctest-TestRbacBasic-02398161, ID : cb46bddc-b9a1-45ec-9c08-e0bea4b85536
2025-10-09 13:53:01,139 - INFO - Deleted project: ctest-TestRbacBasic-59696275, ID : bf549d9e-97e1-47c1-85cf-52185498ae46
2025-10-09 13:53:01,362 - INFO - END TEST : test_perms2_owner : PASSED[0:00:12]
2025-10-09 13:53:01,362 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:53:01,365 - INFO - ================================================================================
2025-10-09 13:53:01,365 - INFO - STARTING TEST : test_rbac_acl_different_roles
2025-10-09 13:53:01,365 - INFO - TEST DESCRIPTION :
Validate via vnc_apis CRUD of rbac acl and objects
steps:
1. Add user1 as role1 and user2 as role2 to the project
2. Both user1 and user2 shouldnt be able to create VNs/STs
3. Create Rbac ACL under project with VN.* role1:CRUD rule
4. user1 should be able to create VN, but not Service-Template
5. Create Rbac ACL under domain with ST.* role1:CRUD rule
6. user1 should be able to create Service-Template
7. user2 shouldnt be able to read the created VN/ST or create new
8. Update the acl rule with Read perms for role2
9. user2 should be able to read created VN but not create new VNs
10. user2 should be able to read created ST but not create new STs
11. Delete the acl rule with Read perms for role2
12. user2 shouldnt be able to read the created ST/VN or create new VN/ST
13. Update global acl with role2:R for both VN and ST
14. user2 should be able to read VN and ST
13. Delete both project and domain acls
14. user1 shouldnt be able to read/delete VN/ST
15. Update global acl with role1:CRUD for both VN/ST
16. user1 should now be able to delete both VN and ST
17. Delete global acl
pass : acl creation and update should complete scucessfully.
2025-10-09 13:53:01,675 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:53:01,675 - INFO -
2025-10-09 13:53:04,510 - INFO - Permission denied to create/update VirtualNetwork
2025-10-09 13:53:04,931 - INFO - API access-list 5d1d1a04-cf5d-4dad-98fc-986f6f7e3569 verify on api server passed
2025-10-09 13:53:05,226 - INFO - Created VN ctest-TestRbacBasic-40503362-59297435, UUID :e60b809a-8bd1-488a-9d7e-a2db013e21eb
2025-10-09 13:53:06,768 - INFO - Verified VN network id 11 for VN e60b809a-8bd1-488a-9d7e-a2db013e21eb
2025-10-09 13:53:06,768 - INFO - Verifications in API Server for VN ctest-TestRbacBasic-40503362-59297435 passed
2025-10-09 13:53:07,092 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-TestRbacBasic-40503362-59297435 passed
2025-10-09 13:53:07,855 - INFO - Validated that VN admin_domain:ctest-TestRbacBasic-40503362:ctest-TestRbacBasic-40503362-59297435 is found in opserver
2025-10-09 13:53:08,355 - INFO - API access-list 4b04458e-2168-4372-bf33-4e6374262461 verify on api server passed
2025-10-09 13:53:09,275 - INFO - API Server: Permission Denied to read VN e60b809a-8bd1-488a-9d7e-a2db013e21eb
2025-10-09 13:53:09,762 - INFO - API Server: Permission Denied to read ST 17357b28-969a-4d10-9d1d-d16e20a0af0c
2025-10-09 13:53:09,879 - INFO - API access-list 5d1d1a04-cf5d-4dad-98fc-986f6f7e3569 verify on api server passed
2025-10-09 13:53:09,948 - INFO - API Server: Read VN e60b809a-8bd1-488a-9d7e-a2db013e21eb
2025-10-09 13:53:10,538 - INFO - Permission denied to create/update VirtualNetwork
2025-10-09 13:53:11,026 - INFO - API Server: Permission Denied to read ST 17357b28-969a-4d10-9d1d-d16e20a0af0c
2025-10-09 13:53:11,147 - INFO - API access-list 4b04458e-2168-4372-bf33-4e6374262461 verify on api server passed
2025-10-09 13:53:11,211 - INFO - API Server: Read Service-Template 17357b28-969a-4d10-9d1d-d16e20a0af0c
2025-10-09 13:53:11,516 - INFO - API access-list 5d1d1a04-cf5d-4dad-98fc-986f6f7e3569 verify on api server passed
2025-10-09 13:53:11,627 - INFO - API access-list 4b04458e-2168-4372-bf33-4e6374262461 verify on api server passed
2025-10-09 13:53:12,114 - INFO - API Server: Permission Denied to read VN e60b809a-8bd1-488a-9d7e-a2db013e21eb
2025-10-09 13:53:12,598 - INFO - API Server: Permission Denied to read ST 17357b28-969a-4d10-9d1d-d16e20a0af0c
2025-10-09 13:53:12,727 - INFO - API Server: Read Service-Template 17357b28-969a-4d10-9d1d-d16e20a0af0c
2025-10-09 13:53:12,796 - INFO - API Server: Read VN e60b809a-8bd1-488a-9d7e-a2db013e21eb
2025-10-09 13:53:12,878 - INFO - API access-list (5d1d1a04-cf5d-4dad-98fc-986f6f7e3569) got deleted in api server
2025-10-09 13:53:12,962 - INFO - API access-list (4b04458e-2168-4372-bf33-4e6374262461) got deleted in api server
2025-10-09 13:53:13,446 - INFO - API Server: Permission Denied to read VN e60b809a-8bd1-488a-9d7e-a2db013e21eb
2025-10-09 13:53:13,926 - INFO - API Server: Permission Denied to read ST 17357b28-969a-4d10-9d1d-d16e20a0af0c
2025-10-09 13:53:14,060 - INFO - API Server: Read VN e60b809a-8bd1-488a-9d7e-a2db013e21eb
2025-10-09 13:53:14,127 - INFO - API Server: Read Service-Template 17357b28-969a-4d10-9d1d-d16e20a0af0c
2025-10-09 13:53:14,226 - INFO - Service template: ['admin_domain', 'ctest-TestRbacBasic-40503362-33442702'] deleted successfully.
2025-10-09 13:53:14,226 - INFO - Deleting VN ctest-TestRbacBasic-40503362-59297435
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:53:14,990 - INFO - END TEST : test_rbac_acl_different_roles : PASSED[0:00:13]
2025-10-09 13:53:14,990 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:53:16,761 - INFO - Deleted project: ctest-TestRbacBasic-40503362, ID : 9df1231a-851e-4960-89fa-9e69a9f57230
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:53:17,023 - INFO - Using existing project ['admin_domain', 'admin'](2f0ea955-6c00-46c1-8ddd-92c9167f91d0)
2025-10-09 13:53:17,032 - INFO - ================================================================================
2025-10-09 13:53:17,032 - INFO - STARTING TEST : test_contrail_status
2025-10-09 13:53:17,032 - INFO - TEST DESCRIPTION : Test to verify that all services are running and active
2025-10-09 13:53:17,269 - INFO - Initial checks done. Running the testcase now
2025-10-09 13:53:17,269 - INFO -
2025-10-09 13:53:17,387 - INFO - 10.0.0.41
2025-10-09 13:53:17,387 - INFO - config
2025-10-09 13:53:17,444 - INFO - config-nodemgr:active
2025-10-09 13:53:17,499 - INFO - api-server:active
2025-10-09 13:53:17,555 - INFO - schema:active
2025-10-09 13:53:17,611 - INFO - svc-monitor:active
2025-10-09 13:53:17,667 - INFO - device-manager:active
2025-10-09 13:53:17,667 - INFO - config-database
2025-10-09 13:53:17,667 - INFO - config-cassandra:active
2025-10-09 13:53:17,667 - INFO - config-zookeeper:active
2025-10-09 13:53:17,668 - INFO - config-rabbitmq:active
2025-10-09 13:53:17,668 - INFO - vrouter
2025-10-09 13:53:17,723 - INFO - vrouter-nodemgr:active
2025-10-09 13:53:17,779 - INFO - agent:active
2025-10-09 13:53:17,779 - INFO - control
2025-10-09 13:53:17,835 - INFO - control-nodemgr:active
2025-10-09 13:53:17,891 - INFO - control:active
2025-10-09 13:53:17,891 - INFO - named:active
2025-10-09 13:53:17,947 - INFO - dns:active
2025-10-09 13:53:17,947 - INFO - analytics
2025-10-09 13:53:18,003 - INFO - analytics-nodemgr:active
2025-10-09 13:53:18,059 - INFO - analytics-api:active
2025-10-09 13:53:18,115 - INFO - collector:active
2025-10-09 13:53:18,115 - INFO - analytics-database
2025-10-09 13:53:18,115 - INFO - analytics-cassandra:active
2025-10-09 13:53:18,171 - INFO - analyticsdb-nodemgr:active
2025-10-09 13:53:18,223 - INFO - query-engine:active
2025-10-09 13:53:18,223 - INFO - webui
2025-10-09 13:53:18,223 - INFO - webui:active
2025-10-09 13:53:18,223 - INFO - webui-middleware:active
2025-10-09 13:53:18,223 - INFO - redis:active
2025-10-09 13:53:18,223 - INFO - analytics_snmp
2025-10-09 13:53:18,278 - INFO - snmp-collector:active
2025-10-09 13:53:18,279 - INFO - snmp-topology:active
2025-10-09 13:53:18,279 - INFO - analytics_alarm
2025-10-09 13:53:18,279 - INFO - alarmgen:active
2025-10-09 13:53:18,279 - INFO - All the contrail services are up on all nodes
2025-10-09 13:53:18,279 - INFO - contrail-status passed
2025-10-09 13:53:18,502 - INFO - END TEST : test_contrail_status : PASSED[0:00:01]
2025-10-09 13:53:18,502 - INFO - --------------------------------------------------------------------------------
2025-10-09 13:53:18,604 - INFO - Reading existing Domain with UUID 8ad80d2d-2369-4ab9-896f-7a17fd6c7f55
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:53:18,618 - INFO - Using existing domain ['admin_domain'](8ad80d2d-2369-4ab9-896f-7a17fd6c7f55)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:53:18,842 - INFO - Project ctest-TestSriov-08006478 not found, creating it
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:53:19,347 - INFO - Created Project:ctest-TestSriov-08006478, ID : c1bc7ae6-f017-4566-a3dc-9409c7ad2da7
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.41'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 13:53:22,083 - INFO - Deleted project: ctest-TestSriov-08006478, ID : c1bc7ae6-f017-4566-a3dc-9409c7ad2da7
+ [[ -z '' ]]
+ [[ -z ci_sanity ]]
+ sleep 2
+ /usr/bin/python3 tools/report_gen.py contrail_test_input.yaml report_details_2025_10_09_13_39_25.ini
/usr/local/lib/python3.9/site-packages/netaddr/strategy/__init__.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if word_sep is not '':
/usr/local/lib/python3.9/site-packages/pbr/version.py:439: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
[localhost] local: rpm -q --queryformat '%{VERSION}-' contrail-lib; rpm -q --queryformat '%{RELEASE}' contrail-lib | awk -F'.' '{print $1}'
Traceback (most recent call last):
File "/contrail-test/tools/report_gen.py", line 246, in
main(sys.argv[1], sys.argv[2])
File "/contrail-test/tools/report_gen.py", line 241, in main
obj.setUp()
File "/contrail-test/tools/report_gen.py", line 53, in setUp
self.setup_detail = '%s %s~%s' % (self.get_distro(), self.build_id,
File "/contrail-test/tools/report_gen.py", line 206, in get_distro
self.distro = self.run_cmd_on_server(self.cfgm_ips[0], cmd, container='controller')
File "/contrail-test/common/contrail_test_init.py", line 974, in run_cmd_on_server
raise Exception(msg)
Exception: Container controller is not present on host 10.0.0.41
+ echo 'Generated report_details* file: report_details_2025_10_09_13_39_25.ini'
Generated report_details* file: report_details_2025_10_09_13_39_25.ini
+ parse_results
+ /usr/bin/python3 tools/parse_result.py result_2025_10_09_13_39_25_21505.xml report_details_2025_10_09_13_39_25.ini
Traceback (most recent call last):
File "/contrail-test/tools/parse_result.py", line 81, in
logs_location = _get_log_location(report_file)
File "/contrail-test/tools/parse_result.py", line 71, in _get_log_location
log_location = config.get('Test', 'logslocation')
File "/usr/lib64/python3.9/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib64/python3.9/configparser.py", line 1152, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'Test'
+ /usr/bin/python3 tools/parse_result.py result_2025_10_09_13_39_25_2434.xml report_details_2025_10_09_13_39_25.ini
Traceback (most recent call last):
File "/contrail-test/tools/parse_result.py", line 81, in
logs_location = _get_log_location(report_file)
File "/contrail-test/tools/parse_result.py", line 71, in _get_log_location
log_location = config.get('Test', 'logslocation')
File "/usr/lib64/python3.9/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib64/python3.9/configparser.py", line 1152, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'Test'
+ generate_html
+ '[' -f result_2025_10_09_13_39_25_21505.xml ']'
+ /usr/bin/python3 tools/update_testsuite_properties.py report_details_2025_10_09_13_39_25.ini result_2025_10_09_13_39_25_21505.xml
Traceback (most recent call last):
File "/contrail-test/tools/update_testsuite_properties.py", line 104, in
update_xml(sys.argv[1], sys.argv[2])
File "/contrail-test/tools/update_testsuite_properties.py", line 8, in update_xml
build_id = config.get('Test', 'Build')
File "/usr/lib64/python3.9/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib64/python3.9/configparser.py", line 1152, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'Test'
+ ant
Buildfile: /contrail-test/build.xml
junit-report:
[delete] Deleting directory /contrail-test/report
[junitreport] Processing /contrail-test/report/TESTS-TestSuites.xml to /contrail-test/report/junit-noframes.html
[junitreport] Loading stylesheet /contrail-test/junit-noframes.xsl
[junitreport] Transform time: 300ms
BUILD SUCCESSFUL
Total time: 0 seconds
+ echo 'Generate HTML reports in report/ folder : report/junit-noframes.html'
Generate HTML reports in report/ folder : report/junit-noframes.html
+ convert_logs_to_html
+ /usr/bin/python3 tools/convert_logs_to_html.py logs/
logs/testbasicpolicyipv4v6.log
logs/testrouters.log
logs/testports.log
logs/testsvcregr.log
logs/auth.log
logs/testvdnsbasic0.log
logs/testrp.log
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testrbacbasic.log
logs/testbasicvmvn.log
logs/testrbac.log
logs/testroutersbasic.log
logs/testbasicpolicynegativeipv4v6.log
logs/analyticsbasictestsanity.log
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/floatingipbasictestsanity.log
logs/dbmanagetest.log
logs/introspect.log
logs/documentationtest.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/testcrud.log
logs/common.contrail_test_init.log
+ echo 'Converted log files to html files'
Converted log files to html files
+ collect_tracebacks
+ export PYTHONPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/contrail-test:/contrail-test/fixtures:/contrail-test/serial_scripts:/contrail-test:/contrail-test/fixtures
+ PYTHONPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/contrail-test:/contrail-test/fixtures:/contrail-test/serial_scripts:/contrail-test:/contrail-test/fixtures
+ /usr/bin/python3 tools/collect_bts.py contrail_test_input.yaml
/usr/local/lib/python3.9/site-packages/netaddr/strategy/__init__.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if word_sep is not '':
/usr/local/lib/python3.9/site-packages/pbr/version.py:439: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
[ubuntu@10.0.0.41] put: tools/search-bt.py -> /tmp/search-bt.py
Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-588-1-tracebacks.log
Ignored Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-588-1-ignored_tracebacks.log
Traceback parse errors will be in /tmp/cn-jenkins-deploy-platform-juju-os-588-1-traceback_parse_failures.log
Done looking for tracebacks
[ubuntu@10.0.0.41] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-588-1-tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-588-1-tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-588-1-tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.41] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-588-1-ignored_tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-588-1-ignored_tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-588-1-ignored_tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.41] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-588-1-traceback_parse_failures.log <- /tmp/cn-jenkins-deploy-platform-juju-os-588-1-traceback_parse_failures.log
+ sleep 2
+ retval=0
+ '[' 0 -lt 101 ']'
+ exit 100
+ rv_run_test=100
+ '[' -d /contrail-test.save ']'
+ cp -f /opt/contrail/utils/fabfile/testbeds/testbed.py /contrail-test.save/
cp: cannot stat '/opt/contrail/utils/fabfile/testbeds/testbed.py': No such file or directory
+ rsync -L -a --exclude logs/ --exclude report/ /contrail-test /contrail-test.save/
+ exit 100
tput: No value for $TERM and no -T specified
ERROR: there were failures during the test.
See detailed logs in /home/ubuntu/contrail-test-runs
INFO: collect logs
~/contrail-test-runs/2025_10_09_13_39_25 ~
logs/
logs/cn-jenkins-deploy-platform-juju-os-588-1-traceback_parse_failures.log
logs/cn-jenkins-deploy-platform-juju-os-588-1-ignored_tracebacks.log
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/testbasicpolicynegativeipv4v6.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/cn-jenkins-deploy-platform-juju-os-588-1-tracebacks.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~
INFO: Test sanity finished Thu Oct 9 13:53:40 UTC 2025
+ res=1
+ ./src/opensdn-io/tf-jenkins/jobs/test/functional/collect_logs.sh
~/workspace/test-sanity@2/logs ~/workspace/test-sanity@2
Warning: Permanently added '10.0.0.41' (ECDSA) to the list of known hosts.
logs/
logs/cn-jenkins-deploy-platform-juju-os-588-1-traceback_parse_failures.log
logs/cn-jenkins-deploy-platform-juju-os-588-1-ignored_tracebacks.log
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/testbasicpolicynegativeipv4v6.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/cn-jenkins-deploy-platform-juju-os-588-1-tracebacks.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~/workspace/test-sanity@2
Warning: Permanently added 'nexus.gz1.opensdn.io,212.233.90.199' (ECDSA) to the list of known hosts.
Warning: Permanently added 'nexus.gz1.opensdn.io,212.233.90.199' (ECDSA) to the list of known hosts.
INFO: logs saved
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE