Welcome to Contrail Analytics API documentation!"
2025-10-19 18:56:18,591 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:56:18,591 - INFO -
2025-10-19 18:56:18,809 - 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-19 18:56:18,863 - INFO -
2025-10-19 18:56:18,863 - INFO - END TEST : test_analytics_docs : FAILED[0:00:00]
2025-10-19 18:56:18,863 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:56:18,865 - INFO - ================================================================================
2025-10-19 18:56:18,865 - INFO - STARTING TEST : test_config_docs
2025-10-19 18:56:18,865 - 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-19 18:56:19,126 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:56:19,126 - INFO -
2025-10-19 18:56:19,333 - 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-19 18:56:19,382 - INFO -
2025-10-19 18:56:19,382 - INFO - END TEST : test_config_docs : FAILED[0:00:01]
2025-10-19 18:56:19,382 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:56:19,478 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 18:56:19,489 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 18:56:19,729 - INFO - Project ctest-FloatingipBasicTestSanity-77713781 not found, creating it
2025-10-19 18:56:20,266 - INFO - Created Project:ctest-FloatingipBasicTestSanity-77713781, ID : 1ad3e45e-2fce-4341-ae2c-7eec2f4ce295
2025-10-19 18:56:22,084 - INFO - Using existing project ['admin_domain', 'admin'](5d6beb97-a54b-4d33-b0b9-a6457c4c93f6)
2025-10-19 18:56:22,447 - INFO - admin user already present
2025-10-19 18:56:22,865 - INFO - Adding rules to the default security group in Project admin
2025-10-19 18:56:23,203 - INFO - ================================================================================
2025-10-19 18:56:23,203 - INFO - STARTING TEST : test_floating_ip
2025-10-19 18:56:23,203 - 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-19 18:56:23,466 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:56:23,466 - INFO -
2025-10-19 18:56:24,663 - INFO - Created VN ctest-fvn-06262800
2025-10-19 18:56:25,906 - INFO - Verified VN network id 6 for VN 44245dc3-797c-45cd-afb0-c5d160c48fb0
2025-10-19 18:56:25,906 - INFO - Verifications in API Server for VN ctest-fvn-06262800 passed
2025-10-19 18:56:26,227 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-fvn-06262800 passed
2025-10-19 18:56:26,973 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-77713781:ctest-fvn-06262800 is found in opserver
2025-10-19 18:56:27,779 - INFO - Created VN ctest-vn1-89409560
2025-10-19 18:56:28,615 - INFO - Verified VN network id 7 for VN 8bac313b-d289-42ee-95b6-727b54903fc3
2025-10-19 18:56:28,615 - INFO - Verifications in API Server for VN ctest-vn1-89409560 passed
2025-10-19 18:56:28,931 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn1-89409560 passed
2025-10-19 18:56:29,225 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-77713781:ctest-vn1-89409560 is found in opserver
2025-10-19 18:56:30,935 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:56:32,622 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:56:32,801 - INFO - Creating Floating IP pool ctest-some-pool-32529783 in API Server
2025-10-19 18:56:33,707 - INFO - Verification for FIP pool ctest-some-pool-32529783 in API Server passed
2025-10-19 18:56:33,775 - INFO - Verification for FIP pool ctest-some-pool-32529783 in Control-node passed
2025-10-19 18:56:33,775 - INFO - Waiting for VM ctest-vn1_vm1_name-04555282 to be up..
2025-10-19 18:56:39,056 - INFO - VM name : ctest-vn1_vm1_name-04555282
2025-10-19 18:56:44,875 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1_vm1_name-04555282 passed
2025-10-19 18:56:50,705 - INFO - Waiting for VM ctest-fvn_vm1_name-11118016 to be up..
2025-10-19 18:56:50,826 - INFO - VM name : ctest-fvn_vm1_name-11118016
2025-10-19 18:56:52,572 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-fvn_vm1_name-11118016 passed
2025-10-19 18:56:53,122 - INFO - FIP 62.85.162.68 verification for passed on all Control-nodes
2025-10-19 18:56:53,122 - INFO - FIP ID aa8204db-10d9-4036-bc87-99c31b850301(62.85.162.68) validation in Control node passed
2025-10-19 18:56:53,229 - INFO - FIP ID aa8204db-10d9-4036-bc87-99c31b850301(62.85.162.68) validation in agents passed
2025-10-19 18:56:53,282 - INFO - FIP ID aa8204db-10d9-4036-bc87-99c31b850301(62.85.162.68) validation in API Server passed
2025-10-19 18:56:56,243 - INFO - Ping to IP 62.85.162.67 from VM ctest-vn1_vm1_name-04555282 passed
2025-10-19 18:56:56,520 - INFO - Deleting the FIP pool ctest-some-pool-32529783
2025-10-19 18:56:56,666 - INFO - Deleting VM ctest-fvn_vm1_name-11118016
2025-10-19 18:56:56,812 - INFO - Deleting VM ctest-vn1_vm1_name-04555282
2025-10-19 18:56:56,957 - INFO - Deleting VN ctest-vn1-89409560
2025-10-19 18:56:57,097 - WARNING - Deleting VN ctest-vn1-89409560 failed..Will retry
2025-10-19 18:56:59,502 - INFO - Validated that VN ctest-vn1-89409560 is not found in API Server
2025-10-19 18:56:59,598 - INFO - Validated that VN ctest-vn1-89409560 is not in any agent
2025-10-19 18:56:59,742 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn1-89409560 info
2025-10-19 18:56:59,742 - INFO - Deleting VN ctest-fvn-06262800
2025-10-19 18:57:00,138 - INFO - Validated that VN ctest-fvn-06262800 is not found in API Server
2025-10-19 18:57:00,238 - INFO - Validated that VN ctest-fvn-06262800 is not in any agent
2025-10-19 18:57:00,386 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-fvn-06262800 info
2025-10-19 18:57:00,762 - INFO - END TEST : test_floating_ip : PASSED[0:00:37]
2025-10-19 18:57:00,762 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:01,479 - INFO - Deleted project: ctest-FloatingipBasicTestSanity-77713781, ID : 1ad3e45e-2fce-4341-ae2c-7eec2f4ce295
2025-10-19 18:57:01,760 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 18:57:01,771 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 18:57:01,964 - INFO - Project ctest-TestHeat-81663798 not found, creating it
2025-10-19 18:57:02,525 - INFO - Created Project:ctest-TestHeat-81663798, ID : ce3b4ba7-355e-4aa7-be7d-0d4d5f5a951e
2025-10-19 18:57:04,336 - INFO - ctest-TestHeat-81663798 user already added to project
2025-10-19 18:57:04,338 - INFO - ================================================================================
2025-10-19 18:57:04,338 - INFO - STARTING TEST : test_heat_stacks_list
2025-10-19 18:57:04,338 - INFO - TEST DESCRIPTION :
Validate installation of heat
This issues a command to list all the heat-stacks
2025-10-19 18:57:04,718 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:57:04,718 - INFO -
2025-10-19 18:57:05,269 - INFO - The following are the stacks currently : []
2025-10-19 18:57:05,658 - INFO - END TEST : test_heat_stacks_list : PASSED[0:00:01]
2025-10-19 18:57:05,658 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:06,379 - INFO - Deleted project: ctest-TestHeat-81663798, ID : ce3b4ba7-355e-4aa7-be7d-0d4d5f5a951e
2025-10-19 18:57:06,616 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 18:57:06,626 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 18:57:06,810 - INFO - Project ctest-TestCRUD-42347420 not found, creating it
2025-10-19 18:57:07,324 - INFO - Created Project:ctest-TestCRUD-42347420, ID : 278500b9-fe8d-42e2-b258-aeb1cd3a6845
2025-10-19 18:57:08,965 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-71757392']
2025-10-19 18:57:10,164 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-14304700']
2025-10-19 18:57:11,437 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-42347420', 'ctest-proj-sg1-47205180']
2025-10-19 18:57:12,385 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-42347420', 'ctest-proj-sg2-77794058']
2025-10-19 18:57:13,550 - INFO - ================================================================================
2025-10-19 18:57:13,551 - INFO - STARTING TEST : test_router_crud
2025-10-19 18:57:13,951 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:57:13,951 - INFO -
2025-10-19 18:57:13,951 - INFO - Router create Request {'router': {'name': 'name-99744607'}}
2025-10-19 18:57:14,069 - INFO - Router create Response : {'router': {'id': 'bf05e6e2-2206-4f85-b519-fb0a64a3bc94', 'name': 'name-99744607', 'tenant_id': '5d6beb97a54b4d33b0b9a6457c4c93f6', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-99744607'], 'description': '', 'created_at': '2025-10-19T18:57:14.005750', 'updated_at': '2025-10-19T18:57:14.005750', 'project_id': '5d6beb97a54b4d33b0b9a6457c4c93f6'}}
2025-10-19 18:57:14,069 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-99744607'}}
2025-10-19 18:57:14,131 - INFO - Attribute id is created
2025-10-19 18:57:14,131 - INFO - Attribute name is created
2025-10-19 18:57:14,131 - INFO - Attribute admin_state_up is created
2025-10-19 18:57:14,131 - INFO - Attribute status is created
2025-10-19 18:57:14,131 - INFO - Attribute tenant_id is created
2025-10-19 18:57:15,959 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-19 18:57:15,959 - INFO - Router Update request {'router': {'name': 'name-36783375'}}
2025-10-19 18:57:16,089 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-36783375'}}
2025-10-19 18:57:16,089 - INFO - Response : {'router': {'id': 'bf05e6e2-2206-4f85-b519-fb0a64a3bc94', 'name': 'name-36783375', 'tenant_id': '5d6beb97a54b4d33b0b9a6457c4c93f6', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-99744607'], 'description': '', 'created_at': '2025-10-19T18:57:14.005750', 'updated_at': '2025-10-19T18:57:14.054978', 'project_id': '5d6beb97a54b4d33b0b9a6457c4c93f6'}}
2025-10-19 18:57:16,089 - INFO - Updation of Router bf05e6e2-2206-4f85-b519-fb0a64a3bc94 with body {'router': {'name': 'name-36783375'}} passed
2025-10-19 18:57:16,089 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:16,089 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-19 18:57:16,229 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-19 18:57:16,229 - INFO - Response : {'router': {'id': 'bf05e6e2-2206-4f85-b519-fb0a64a3bc94', 'name': 'name-36783375', 'tenant_id': '5d6beb97a54b4d33b0b9a6457c4c93f6', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-99744607'], 'description': '', 'created_at': '2025-10-19T18:57:14.005750', 'updated_at': '2025-10-19T18:57:16.034797', 'project_id': '5d6beb97a54b4d33b0b9a6457c4c93f6'}}
2025-10-19 18:57:16,229 - INFO - Updation of Router bf05e6e2-2206-4f85-b519-fb0a64a3bc94 with body {'router': {'admin_state_up': 'False'}} passed
2025-10-19 18:57:16,229 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:16,229 - INFO - Deleting router bf05e6e2-2206-4f85-b519-fb0a64a3bc94
2025-10-19 18:57:16,348 - ERROR - Result of delete router bf05e6e2-2206-4f85-b519-fb0a64a3bc94: ()
2025-10-19 18:57:16,349 - INFO - ================================================================================
2025-10-19 18:57:16,349 - INFO - Router create Request {'router': {'name': 'name-47252798', 'tenant_id': '278500b9-fe8d-42e2-b258-aeb1cd3a6845'}}
2025-10-19 18:57:16,461 - INFO - Router create Response : {'router': {'id': 'eaf2d604-7c6b-4fd9-bc9a-234c785f4597', 'name': 'name-47252798', 'tenant_id': '278500b9fe8d42e2b258aeb1cd3a6845', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42347420', 'name-47252798'], 'description': '', 'created_at': '2025-10-19T18:57:16.403429', 'updated_at': '2025-10-19T18:57:16.403429', 'project_id': '278500b9fe8d42e2b258aeb1cd3a6845'}}
2025-10-19 18:57:16,461 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-47252798', 'tenant_id': '278500b9-fe8d-42e2-b258-aeb1cd3a6845'}}
2025-10-19 18:57:16,523 - INFO - Attribute id is created
2025-10-19 18:57:16,523 - INFO - Attribute name is created
2025-10-19 18:57:16,523 - INFO - Attribute admin_state_up is created
2025-10-19 18:57:16,523 - INFO - Attribute status is created
2025-10-19 18:57:16,523 - INFO - Attribute tenant_id is created
2025-10-19 18:57:18,358 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-19 18:57:18,359 - INFO - Router Update request {'router': {'name': 'name-32468216'}}
2025-10-19 18:57:18,489 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-32468216'}}
2025-10-19 18:57:18,490 - INFO - Response : {'router': {'id': 'eaf2d604-7c6b-4fd9-bc9a-234c785f4597', 'name': 'name-32468216', 'tenant_id': '278500b9fe8d42e2b258aeb1cd3a6845', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42347420', 'name-47252798'], 'description': '', 'created_at': '2025-10-19T18:57:16.403429', 'updated_at': '2025-10-19T18:57:16.449017', 'project_id': '278500b9fe8d42e2b258aeb1cd3a6845'}}
2025-10-19 18:57:18,490 - INFO - Updation of Router eaf2d604-7c6b-4fd9-bc9a-234c785f4597 with body {'router': {'name': 'name-32468216'}} passed
2025-10-19 18:57:18,490 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:18,490 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-19 18:57:18,625 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-19 18:57:18,625 - INFO - Response : {'router': {'id': 'eaf2d604-7c6b-4fd9-bc9a-234c785f4597', 'name': 'name-32468216', 'tenant_id': '278500b9fe8d42e2b258aeb1cd3a6845', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42347420', 'name-47252798'], 'description': '', 'created_at': '2025-10-19T18:57:16.403429', 'updated_at': '2025-10-19T18:57:18.435190', 'project_id': '278500b9fe8d42e2b258aeb1cd3a6845'}}
2025-10-19 18:57:18,626 - INFO - Updation of Router eaf2d604-7c6b-4fd9-bc9a-234c785f4597 with body {'router': {'admin_state_up': 'False'}} passed
2025-10-19 18:57:18,626 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:18,626 - INFO - Deleting router eaf2d604-7c6b-4fd9-bc9a-234c785f4597
2025-10-19 18:57:18,752 - ERROR - Result of delete router eaf2d604-7c6b-4fd9-bc9a-234c785f4597: ()
2025-10-19 18:57:18,752 - INFO - ================================================================================
2025-10-19 18:57:18,752 - INFO - Router create Request {'router': {'name': 'name-22978553', 'admin_state_up': 'True'}}
2025-10-19 18:57:18,877 - INFO - Router create Response : {'router': {'id': 'c99a27b6-b354-41a0-ac57-f4995528ae39', 'name': 'name-22978553', 'tenant_id': '5d6beb97a54b4d33b0b9a6457c4c93f6', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-22978553'], 'description': '', 'created_at': '2025-10-19T18:57:18.815469', 'updated_at': '2025-10-19T18:57:18.815469', 'project_id': '5d6beb97a54b4d33b0b9a6457c4c93f6'}}
2025-10-19 18:57:18,877 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-22978553', 'admin_state_up': 'True'}}
2025-10-19 18:57:18,939 - INFO - Attribute id is created
2025-10-19 18:57:18,939 - INFO - Attribute name is created
2025-10-19 18:57:18,939 - INFO - Attribute admin_state_up is created
2025-10-19 18:57:18,939 - INFO - Attribute status is created
2025-10-19 18:57:18,939 - INFO - Attribute tenant_id is created
2025-10-19 18:57:20,754 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-19 18:57:20,755 - INFO - Router Update request {'router': {'name': 'name-33950809'}}
2025-10-19 18:57:20,881 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-33950809'}}
2025-10-19 18:57:20,881 - INFO - Response : {'router': {'id': 'c99a27b6-b354-41a0-ac57-f4995528ae39', 'name': 'name-33950809', 'tenant_id': '5d6beb97a54b4d33b0b9a6457c4c93f6', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-22978553'], 'description': '', 'created_at': '2025-10-19T18:57:18.815469', 'updated_at': '2025-10-19T18:57:18.869393', 'project_id': '5d6beb97a54b4d33b0b9a6457c4c93f6'}}
2025-10-19 18:57:20,881 - INFO - Updation of Router c99a27b6-b354-41a0-ac57-f4995528ae39 with body {'router': {'name': 'name-33950809'}} passed
2025-10-19 18:57:20,881 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:20,881 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-19 18:57:21,022 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-19 18:57:21,022 - INFO - Response : {'router': {'id': 'c99a27b6-b354-41a0-ac57-f4995528ae39', 'name': 'name-33950809', 'tenant_id': '5d6beb97a54b4d33b0b9a6457c4c93f6', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-22978553'], 'description': '', 'created_at': '2025-10-19T18:57:18.815469', 'updated_at': '2025-10-19T18:57:20.830286', 'project_id': '5d6beb97a54b4d33b0b9a6457c4c93f6'}}
2025-10-19 18:57:21,022 - INFO - Updation of Router c99a27b6-b354-41a0-ac57-f4995528ae39 with body {'router': {'admin_state_up': 'False'}} passed
2025-10-19 18:57:21,022 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:21,022 - INFO - Deleting router c99a27b6-b354-41a0-ac57-f4995528ae39
2025-10-19 18:57:21,159 - ERROR - Result of delete router c99a27b6-b354-41a0-ac57-f4995528ae39: ()
2025-10-19 18:57:21,159 - INFO - ================================================================================
2025-10-19 18:57:21,159 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-42347420', 'ctest-proj-sg2-77794058']
2025-10-19 18:57:21,274 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-42347420', 'ctest-proj-sg1-47205180']
2025-10-19 18:57:21,393 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-14304700']
2025-10-19 18:57:21,503 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-71757392']
2025-10-19 18:57:21,990 - INFO - END TEST : test_router_crud : PASSED[0:00:08]
2025-10-19 18:57:21,990 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:22,730 - INFO - Deleted project: ctest-TestCRUD-42347420, ID : 278500b9-fe8d-42e2-b258-aeb1cd3a6845
2025-10-19 18:57:22,989 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 18:57:22,999 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 18:57:23,183 - INFO - Project ctest-TestPorts-78548692 not found, creating it
2025-10-19 18:57:23,747 - INFO - Created Project:ctest-TestPorts-78548692, ID : 0036d4ac-42c8-483b-a44e-276ed0c097a3
2025-10-19 18:57:25,444 - INFO - ================================================================================
2025-10-19 18:57:25,444 - INFO - STARTING TEST : test_ports_bindings
2025-10-19 18:57:25,444 - 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-19 18:57:25,834 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:57:25,835 - INFO -
2025-10-19 18:57:26,891 - INFO - Created VN ctest-vn-84608117
2025-10-19 18:57:27,974 - INFO - VMI 9bf5b335-2c38-4f8a-bb0c-34b149fc7156 verification in API Server passed
2025-10-19 18:57:28,114 - INFO - Deleted port 9bf5b335-2c38-4f8a-bb0c-34b149fc7156
2025-10-19 18:57:28,114 - INFO - Deleting VN ctest-vn-84608117
2025-10-19 18:57:28,638 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-19 18:57:28,638 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:28,641 - INFO - ================================================================================
2025-10-19 18:57:28,641 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-10-19 18:57:28,641 - 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-19 18:57:29,014 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:57:29,014 - INFO -
2025-10-19 18:57:29,835 - INFO - Created VN ctest-vn1-99446924
2025-10-19 18:57:31,454 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:57:32,227 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:57:32,228 - INFO - Waiting for VM ctest-vn1-vm1-52138835 to be up..
2025-10-19 18:57:37,454 - INFO - VM name : ctest-vn1-vm1-52138835
2025-10-19 18:57:45,400 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-52138835 passed
2025-10-19 18:57:45,754 - INFO - Waiting for VM ctest-vn1-vm2-85607165 to be up..
2025-10-19 18:57:45,884 - INFO - VM name : ctest-vn1-vm2-85607165
2025-10-19 18:57:47,664 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-85607165 passed
2025-10-19 18:57:50,671 - INFO - Ping to IP 16.107.181.133 from VM ctest-vn1-vm2-85607165 passed
2025-10-19 18:57:50,671 - INFO - Detaching port 2e51ff40-a33d-42d8-b1f0-a233e55e61b0 from VM ctest-vn1-vm2-85607165
2025-10-19 18:57:50,837 - INFO - Deleting VM ctest-vn1-vm2-85607165
2025-10-19 18:57:50,985 - INFO - Detaching port 256c3338-542d-4c8d-9c7a-8dfc6b1f2b84 from VM ctest-vn1-vm1-52138835
2025-10-19 18:57:51,046 - INFO - Deleting VM ctest-vn1-vm1-52138835
2025-10-19 18:57:51,706 - INFO - Deleting VN ctest-vn1-99446924
2025-10-19 18:57:52,290 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:24]
2025-10-19 18:57:52,290 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:57:53,003 - INFO - Deleted project: ctest-TestPorts-78548692, ID : 0036d4ac-42c8-483b-a44e-276ed0c097a3
2025-10-19 18:57:53,259 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 18:57:53,270 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 18:57:53,454 - INFO - Project ctest-TestRouters-15574334 not found, creating it
2025-10-19 18:57:54,004 - INFO - Created Project:ctest-TestRouters-15574334, ID : 430dd7dc-4e86-4f39-b14a-7aef55db1da1
2025-10-19 18:57:55,701 - INFO - ================================================================================
2025-10-19 18:57:55,701 - INFO - STARTING TEST : test_basic_router_behavior
2025-10-19 18:57:55,701 - 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-19 18:57:56,090 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:57:56,090 - INFO -
2025-10-19 18:57:57,220 - INFO - Created VN ctest-vn1-27664275
2025-10-19 18:57:58,056 - INFO - Created VN ctest-vn2-07780609
2025-10-19 18:58:00,306 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:58:01,665 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:58:01,812 - INFO - Adding interface with subnet_id 8e89388d-da08-429b-843f-3ee734932288, port_id None to router f17d45c5-43c1-467d-b827-0c1d011b752d
2025-10-19 18:58:02,347 - INFO - Waiting for VM ctest-vn1-vm1-84565380 to be up..
2025-10-19 18:58:07,627 - INFO - VM name : ctest-vn1-vm1-84565380
2025-10-19 18:58:13,974 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-84565380 passed
2025-10-19 18:58:14,335 - INFO - Waiting for VM ctest-vn2-vm1-94103921 to be up..
2025-10-19 18:58:14,475 - INFO - VM name : ctest-vn2-vm1-94103921
2025-10-19 18:58:16,235 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn2-vm1-94103921 passed
2025-10-19 18:58:21,583 - WARNING - Ping to IP 59.28.169.3 from VM ctest-vn1-vm1-84565380 failed
2025-10-19 18:58:21,583 - INFO - Adding interface with subnet_id 740aaae7-51ce-477f-a94b-f1e8890b4f01, port_id None to router f17d45c5-43c1-467d-b827-0c1d011b752d
2025-10-19 18:58:24,146 - INFO - Ping to IP 59.28.169.3 from VM ctest-vn1-vm1-84565380 passed
2025-10-19 18:58:24,147 - INFO - Deleting interface with subnet_id 8e89388d-da08-429b-843f-3ee734932288, port_id None from router f17d45c5-43c1-467d-b827-0c1d011b752d
2025-10-19 18:58:27,601 - WARNING - Ping to IP 59.28.169.3 from VM ctest-vn1-vm1-84565380 failed
2025-10-19 18:58:27,601 - INFO - Adding interface with subnet_id 8e89388d-da08-429b-843f-3ee734932288, port_id None to router f17d45c5-43c1-467d-b827-0c1d011b752d
2025-10-19 18:58:30,146 - INFO - Ping to IP 59.28.169.3 from VM ctest-vn1-vm1-84565380 passed
2025-10-19 18:58:30,146 - INFO - Deleting interface with subnet_id 740aaae7-51ce-477f-a94b-f1e8890b4f01, port_id None from router f17d45c5-43c1-467d-b827-0c1d011b752d
2025-10-19 18:58:30,379 - INFO - Deleting interface with subnet_id 8e89388d-da08-429b-843f-3ee734932288, port_id None from router f17d45c5-43c1-467d-b827-0c1d011b752d
2025-10-19 18:58:30,728 - INFO - Deleting VM ctest-vn2-vm1-94103921
2025-10-19 18:58:30,827 - INFO - Deleting VM ctest-vn1-vm1-84565380
2025-10-19 18:58:30,932 - INFO - Deleting VN ctest-vn2-07780609
2025-10-19 18:58:31,060 - WARNING - Deleting VN ctest-vn2-07780609 failed..Will retry
2025-10-19 18:58:33,215 - INFO - Deleting VN ctest-vn1-27664275
2025-10-19 18:58:33,762 - INFO - END TEST : test_basic_router_behavior : PASSED[0:00:38]
2025-10-19 18:58:33,762 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:58:34,480 - INFO - Deleted project: ctest-TestRouters-15574334, ID : 430dd7dc-4e86-4f39-b14a-7aef55db1da1
2025-10-19 18:58:34,742 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 18:58:34,753 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 18:58:34,944 - INFO - Project ctest-TestRoutersBasic-67512651 not found, creating it
2025-10-19 18:58:35,443 - INFO - Created Project:ctest-TestRoutersBasic-67512651, ID : cfe7d00e-9099-4b07-a96d-0ef1581fdf53
2025-10-19 18:58:37,054 - INFO - ================================================================================
2025-10-19 18:58:37,054 - INFO - STARTING TEST : test_basic_snat_behavior_without_external_connectivity
2025-10-19 18:58:37,054 - 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-19 18:58:37,430 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:58:37,431 - INFO -
2025-10-19 18:58:38,185 - INFO - Default SG to be edited for allow all on project: ctest-TestRoutersBasic-67512651
2025-10-19 18:58:38,281 - INFO - Adding rules to the default security group in Project ctest-TestRoutersBasic-67512651
2025-10-19 18:58:39,327 - INFO - Created VN ctest-vn-63393617
2025-10-19 18:58:40,175 - INFO - Created VN ctest-ext_vn-41681692
2025-10-19 18:58:41,543 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:58:42,898 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:58:43,037 - INFO - Setting gateway for router 5eb54e0a-70d8-44cc-b870-105f1bdd398c to network f40dd88f-e95b-4865-803f-a02fdb8e6151
2025-10-19 18:58:43,181 - INFO - Adding interface with subnet_id 1e18f26f-5320-4da6-a5ca-16f8d403d2fd, port_id None to router 5eb54e0a-70d8-44cc-b870-105f1bdd398c
2025-10-19 18:58:43,715 - INFO - Waiting for VM ctest-TestRoutersBasic-67512651-71140187 to be up..
2025-10-19 18:58:48,986 - INFO - VM name : ctest-TestRoutersBasic-67512651-71140187
2025-10-19 18:58:55,281 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRoutersBasic-67512651-71140187 passed
2025-10-19 18:58:55,647 - INFO - Waiting for VM ctest-TestRoutersBasic-67512651-95182160 to be up..
2025-10-19 18:58:55,783 - INFO - VM name : ctest-TestRoutersBasic-67512651-95182160
2025-10-19 18:58:57,552 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestRoutersBasic-67512651-95182160 passed
2025-10-19 18:59:01,602 - INFO - Ping to IP 20.214.24.131 from VM ctest-TestRoutersBasic-67512651-71140187 passed
2025-10-19 18:59:01,602 - INFO - Deleting interface with subnet_id 1e18f26f-5320-4da6-a5ca-16f8d403d2fd, port_id None from router 5eb54e0a-70d8-44cc-b870-105f1bdd398c
2025-10-19 18:59:02,019 - INFO - Deleting VM ctest-TestRoutersBasic-67512651-95182160
2025-10-19 18:59:02,118 - INFO - Deleting VM ctest-TestRoutersBasic-67512651-71140187
2025-10-19 18:59:02,220 - INFO - Deleting VN ctest-ext_vn-41681692
2025-10-19 18:59:02,476 - WARNING - Deleting VN ctest-ext_vn-41681692 failed..Will retry
2025-10-19 18:59:04,627 - INFO - Deleting VN ctest-vn-63393617
2025-10-19 18:59:05,170 - INFO - END TEST : test_basic_snat_behavior_without_external_connectivity : PASSED[0:00:28]
2025-10-19 18:59:05,170 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:59:05,919 - INFO - Deleted project: ctest-TestRoutersBasic-67512651, ID : cfe7d00e-9099-4b07-a96d-0ef1581fdf53
2025-10-19 18:59:06,178 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 18:59:06,188 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 18:59:06,381 - INFO - Project ctest-TestBasicPolicyIpv4v6-07487767 not found, creating it
2025-10-19 18:59:06,892 - INFO - Created Project:ctest-TestBasicPolicyIpv4v6-07487767, ID : 6ae8b5eb-72a9-4ae8-b6f0-abf9945bf13c
2025-10-19 18:59:08,495 - INFO - ================================================================================
2025-10-19 18:59:08,495 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-19 18:59:08,495 - 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-19 18:59:08,891 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:59:08,891 - INFO -
2025-10-19 18:59:10,075 - INFO - Created VN ctest-vn-07264213
2025-10-19 18:59:11,179 - INFO - Created VN ctest-vn-83082523
2025-10-19 18:59:13,433 - INFO - Verified VN network id 12 for VN 050971a9-c6b2-4a86-b0ef-23874640a8dc
2025-10-19 18:59:13,433 - INFO - Verifications in API Server for VN ctest-vn-07264213 passed
2025-10-19 18:59:13,803 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-07264213 passed
2025-10-19 18:59:14,115 - INFO - VN ctest-vn-07264213 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-19 18:59:14,586 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-07487767:ctest-vn-07264213 is found in opserver
2025-10-19 18:59:15,314 - INFO - Verified VN network id 13 for VN 26affc44-984e-4a36-b220-ffea495d83a1
2025-10-19 18:59:15,314 - INFO - Verifications in API Server for VN ctest-vn-83082523 passed
2025-10-19 18:59:15,643 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-83082523 passed
2025-10-19 18:59:15,893 - INFO - VN ctest-vn-83082523 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-19 18:59:15,946 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-07487767:ctest-vn-83082523 is found in opserver
2025-10-19 18:59:16,102 - INFO - Disabling v6 tests for CI
2025-10-19 18:59:16,684 - INFO - Deleted policy ctest-policy-allow-all-85922991
2025-10-19 18:59:16,684 - INFO - Deleting VN ctest-vn-83082523
2025-10-19 18:59:17,090 - INFO - Validated that VN ctest-vn-83082523 is not found in API Server
2025-10-19 18:59:17,185 - INFO - Validated that VN ctest-vn-83082523 is not in any agent
2025-10-19 18:59:17,330 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-83082523 info
2025-10-19 18:59:17,330 - INFO - Deleting VN ctest-vn-07264213
2025-10-19 18:59:17,758 - INFO - Validated that VN ctest-vn-07264213 is not found in API Server
2025-10-19 18:59:17,857 - INFO - Validated that VN ctest-vn-07264213 is not in any agent
2025-10-19 18:59:18,010 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-07264213 info
2025-10-19 18:59:18,386 - INFO -
2025-10-19 18:59:18,386 - INFO - END TEST : test_basic_policy_allow_deny : SKIPPED[0:00:10]
2025-10-19 18:59:18,386 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:59:19,119 - INFO - Deleted project: ctest-TestBasicPolicyIpv4v6-07487767, ID : 6ae8b5eb-72a9-4ae8-b6f0-abf9945bf13c
2025-10-19 18:59:19,373 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 18:59:19,384 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 18:59:19,572 - INFO - Project ctest-TestBasicPolicyNegativeIpv4v6-34734764 not found, creating it
2025-10-19 18:59:20,072 - INFO - Created Project:ctest-TestBasicPolicyNegativeIpv4v6-34734764, ID : 411ad4d5-ff42-46aa-ab10-1e95f1fb1255
2025-10-19 18:59:21,701 - INFO - ================================================================================
2025-10-19 18:59:21,701 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-19 18:59:22,078 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:59:22,078 - INFO -
2025-10-19 18:59:22,079 - INFO - ================================================================================
2025-10-19 18:59:22,079 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-19 18:59:22,079 - 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-19 18:59:22,466 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:59:22,466 - INFO -
2025-10-19 18:59:24,107 - INFO - Created VN ctest-vn4-70044527
2025-10-19 18:59:25,747 - INFO - Verified VN network id 12 for VN 26f9d644-5884-4447-823c-4663c7da5c12
2025-10-19 18:59:25,747 - INFO - Verifications in API Server for VN ctest-vn4-70044527 passed
2025-10-19 18:59:26,071 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn4-70044527 passed
2025-10-19 18:59:26,319 - INFO - VN ctest-vn4-70044527 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-19 18:59:26,766 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyNegativeIpv4v6-34734764:ctest-vn4-70044527 is found in opserver
2025-10-19 18:59:27,155 - INFO - Verified policy ctest-policy1-30468181 in API Server, Result: True
2025-10-19 18:59:27,155 - INFO - Done with setup and verification, moving onto test ..
2025-10-19 18:59:27,164 - INFO - Deleting VN ctest-vn4-70044527
2025-10-19 18:59:27,578 - INFO - Validated that VN ctest-vn4-70044527 is not found in API Server
2025-10-19 18:59:27,673 - INFO - Validated that VN ctest-vn4-70044527 is not in any agent
2025-10-19 18:59:27,822 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn4-70044527 info
2025-10-19 18:59:27,847 - INFO - Deleted policy ctest-policy1-30468181
2025-10-19 18:59:28,394 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:06]
2025-10-19 18:59:28,394 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:59:28,770 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:07]
2025-10-19 18:59:28,770 - INFO - --------------------------------------------------------------------------------
2025-10-19 18:59:29,474 - INFO - Deleted project: ctest-TestBasicPolicyNegativeIpv4v6-34734764, ID : 411ad4d5-ff42-46aa-ab10-1e95f1fb1255
2025-10-19 18:59:29,724 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 18:59:29,734 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 18:59:29,918 - INFO - Project ctest-TestBasicPolicy-09279628 not found, creating it
2025-10-19 18:59:30,455 - INFO - Created Project:ctest-TestBasicPolicy-09279628, ID : 374e3c71-8885-4291-8785-3de9907cc284
2025-10-19 18:59:32,557 - INFO - ================================================================================
2025-10-19 18:59:32,557 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-19 18:59:32,557 - 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-19 18:59:32,955 - INFO - Initial checks done. Running the testcase now
2025-10-19 18:59:32,956 - INFO -
2025-10-19 18:59:34,047 - INFO - Created VN ctest-vn-28829778
2025-10-19 18:59:34,875 - INFO - Created VN ctest-vn-34771448
2025-10-19 18:59:37,085 - INFO - Verified VN network id 12 for VN 91994273-bf23-43f3-8d22-cb7723ff510e
2025-10-19 18:59:37,086 - INFO - Verifications in API Server for VN ctest-vn-28829778 passed
2025-10-19 18:59:37,415 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-28829778 passed
2025-10-19 18:59:37,659 - INFO - VN ctest-vn-28829778 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-19 18:59:38,109 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-09279628:ctest-vn-28829778 is found in opserver
2025-10-19 18:59:38,825 - INFO - Verified VN network id 13 for VN d7e58fb6-d9ff-413a-b7bb-cecb91c65cec
2025-10-19 18:59:38,826 - INFO - Verifications in API Server for VN ctest-vn-34771448 passed
2025-10-19 18:59:39,130 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-34771448 passed
2025-10-19 18:59:39,371 - INFO - VN ctest-vn-34771448 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-19 18:59:39,425 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-09279628:ctest-vn-34771448 is found in opserver
2025-10-19 18:59:40,740 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:59:42,338 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 18:59:42,338 - INFO - Waiting for VM ctest-TestBasicPolicy-09279628-10399706 to be up..
2025-10-19 18:59:47,652 - INFO - VM name : ctest-TestBasicPolicy-09279628-10399706
2025-10-19 18:59:53,655 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicPolicy-09279628-10399706 passed
2025-10-19 18:59:54,016 - INFO - Waiting for VM ctest-TestBasicPolicy-09279628-58326192 to be up..
2025-10-19 18:59:54,144 - INFO - VM name : ctest-TestBasicPolicy-09279628-58326192
2025-10-19 18:59:55,887 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicPolicy-09279628-58326192 passed
2025-10-19 19:00:00,352 - INFO - Ping to IP 141.8.191.131 from VM ctest-TestBasicPolicy-09279628-10399706 passed
2025-10-19 19:00:03,755 - WARNING - Ping to IP 141.8.191.131 from VM ctest-TestBasicPolicy-09279628-10399706 failed
2025-10-19 19:00:03,755 - INFO - Deleting VM ctest-TestBasicPolicy-09279628-58326192
2025-10-19 19:00:03,857 - INFO - Deleting VM ctest-TestBasicPolicy-09279628-10399706
2025-10-19 19:00:04,606 - INFO - Deleted policy ctest-policy-allow-all-22051633
2025-10-19 19:00:04,606 - INFO - Deleting VN ctest-vn-34771448
2025-10-19 19:00:04,762 - WARNING - Deleting VN ctest-vn-34771448 failed..Will retry
2025-10-19 19:00:07,178 - INFO - Validated that VN ctest-vn-34771448 is not found in API Server
2025-10-19 19:00:07,281 - INFO - Validated that VN ctest-vn-34771448 is not in any agent
2025-10-19 19:00:07,430 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-34771448 info
2025-10-19 19:00:07,430 - INFO - Deleting VN ctest-vn-28829778
2025-10-19 19:00:07,835 - INFO - Validated that VN ctest-vn-28829778 is not found in API Server
2025-10-19 19:00:07,934 - INFO - Validated that VN ctest-vn-28829778 is not in any agent
2025-10-19 19:00:08,090 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-28829778 info
2025-10-19 19:00:08,474 - INFO - END TEST : test_basic_policy_allow_deny : PASSED[0:00:36]
2025-10-19 19:00:08,474 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:00:09,209 - INFO - Deleted project: ctest-TestBasicPolicy-09279628, ID : 374e3c71-8885-4291-8785-3de9907cc284
2025-10-19 19:00:09,492 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 19:00:09,503 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 19:00:09,701 - INFO - Project ctest-TestRP-30288019 not found, creating it
2025-10-19 19:00:10,229 - INFO - Created Project:ctest-TestRP-30288019, ID : 005c6fe4-4e62-460e-a7e1-39911b2b6882
2025-10-19 19:00:12,045 - INFO - ================================================================================
2025-10-19 19:00:12,045 - INFO - STARTING TEST : test_rp_interface
2025-10-19 19:00:12,045 - 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-19 19:00:12,422 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:00:12,422 - INFO -
2025-10-19 19:00:13,463 - INFO - Created VN ctest-bgpaas_vn-97446514
2025-10-19 19:00:14,563 - INFO - Created VN ctest-bgpaas_vn-21848774
2025-10-19 19:00:16,222 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:00:17,504 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:00:17,504 - INFO - Waiting for VM test_vm to be up..
2025-10-19 19:00:22,808 - INFO - VM name : test_vm
2025-10-19 19:00:29,165 - INFO - Ping to Metadata IP 169.254.0.3 of VM test_vm passed
2025-10-19 19:00:29,528 - INFO - Waiting for VM test2_vm to be up..
2025-10-19 19:00:29,670 - INFO - VM name : test2_vm
2025-10-19 19:00:31,450 - INFO - Ping to Metadata IP 169.254.0.4 of VM test2_vm passed
2025-10-19 19:00:35,704 - INFO - Ping to IP 21.181.17.131 from VM test_vm passed
2025-10-19 19:00:35,788 - INFO - Deleting VM test2_vm
2025-10-19 19:00:35,889 - INFO - Deleting VM test_vm
2025-10-19 19:00:36,012 - INFO - Deleting VN ctest-bgpaas_vn-21848774
2025-10-19 19:00:36,145 - WARNING - Deleting VN ctest-bgpaas_vn-21848774 failed..Will retry
2025-10-19 19:00:38,348 - INFO - Deleting VN ctest-bgpaas_vn-97446514
2025-10-19 19:00:38,914 - INFO - END TEST : test_rp_interface : PASSED[0:00:26]
2025-10-19 19:00:38,914 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:00:39,682 - INFO - Deleted project: ctest-TestRP-30288019, ID : 005c6fe4-4e62-460e-a7e1-39911b2b6882
2025-10-19 19:00:39,938 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 19:00:39,950 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 19:00:40,184 - INFO - Project ctest-TestSvcRegr-85046668 not found, creating it
2025-10-19 19:00:40,691 - INFO - Created Project:ctest-TestSvcRegr-85046668, ID : 13b23697-1487-431f-8b0e-ad818bb72ff3
2025-10-19 19:00:42,374 - INFO - ================================================================================
2025-10-19 19:00:42,374 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-10-19 19:00:42,750 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:00:42,750 - INFO -
2025-10-19 19:00:43,792 - INFO - Created VN ctest-mgmt_vn-41387241
2025-10-19 19:00:45,011 - INFO - Verified VN network id 12 for VN 98bf5960-c990-4de0-9a52-dedd15d2692c
2025-10-19 19:00:45,011 - INFO - Verifications in API Server for VN ctest-mgmt_vn-41387241 passed
2025-10-19 19:00:45,324 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-mgmt_vn-41387241 passed
2025-10-19 19:00:46,050 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-85046668:ctest-mgmt_vn-41387241 is found in opserver
2025-10-19 19:00:46,744 - INFO - Created VN ctest-left_vn-79556769
2025-10-19 19:00:47,570 - INFO - Verified VN network id 13 for VN 2fa4ba6d-068a-48b1-9e92-ae6eaaabf9bd
2025-10-19 19:00:47,570 - INFO - Verifications in API Server for VN ctest-left_vn-79556769 passed
2025-10-19 19:00:48,099 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-left_vn-79556769 passed
2025-10-19 19:00:48,566 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-85046668:ctest-left_vn-79556769 is found in opserver
2025-10-19 19:00:50,383 - INFO - Created VN ctest-right_vn-83951070
2025-10-19 19:00:51,818 - INFO - Verified VN network id 14 for VN 9e3d1af5-9e63-49c0-8efb-1b04a4ca4e00
2025-10-19 19:00:51,823 - INFO - Verifications in API Server for VN ctest-right_vn-83951070 passed
2025-10-19 19:00:52,500 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-right_vn-83951070 passed
2025-10-19 19:00:53,161 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-85046668:ctest-right_vn-83951070 is found in opserver
2025-10-19 19:00:55,221 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:00:57,137 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:00:58 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-19 19:01:01,386 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:01:01,386 - INFO - Waiting for VM ctest-pt_svm0-93539895 to be up..
2025-10-19 19:01:11,767 - INFO - VM name : ctest-pt_svm0-93539895
2025-10-19 19:01:26,643 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-pt_svm0-93539895 passed
2025-10-19 19:01:44,241 - INFO - Waiting for VM ctest-left_vm-93008011 to be up..
2025-10-19 19:01:44,374 - INFO - VM name : ctest-left_vm-93008011
2025-10-19 19:01:46,152 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-left_vm-93008011 passed
2025-10-19 19:01:46,511 - INFO - Waiting for VM ctest-right_vm-73973752 to be up..
2025-10-19 19:01:46,639 - INFO - VM name : ctest-right_vm-73973752
2025-10-19 19:01:48,376 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-right_vm-73973752 passed
2025-10-19 19:01:49,177 - INFO - Attaching policy ctest-policy-15162609 to vn ctest-left_vn-79556769
2025-10-19 19:01:49,713 - INFO - Attaching policy ctest-policy-15162609 to vn ctest-right_vn-83951070
2025-10-19 19:01:54,815 - INFO - Ping to Metadata IP 169.254.0.6 of VM ctest-pt_svm0-93539895 passed
2025-10-19 19:01:57,991 - INFO - VM ctest-pt_svm0-93539895 verifications in Compute nodes passed
2025-10-19 19:01:58,405 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-85046668:ctest-left_vn-79556769
2025-10-19 19:01:58,549 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-85046668:ctest-right_vn-83951070
2025-10-19 19:01:58,846 - INFO - Route to 38.178.38.3 seen in VRF:5 on cn-jenkins-deploy-platform-juju-os-596-1.englab.juniper.net, and SI ctest-si-85283954 is seen as the NH
2025-10-19 19:01:59,107 - INFO - Route to 215.9.47.67 seen in VRF:6 on cn-jenkins-deploy-platform-juju-os-596-1.englab.juniper.net, and SI ctest-si-85283954 is seen as the NH
2025-10-19 19:02:03,104 - INFO - Ping to IP 38.178.38.3 from VM ctest-left_vm-93008011 passed
2025-10-19 19:02:03,104 - INFO - Dettaching policy ctest-policy-15162609 from vn ctest-right_vn-83951070
2025-10-19 19:02:03,321 - INFO - Dettaching policy ctest-policy-15162609 from vn ctest-left_vn-79556769
2025-10-19 19:02:03,604 - INFO - Deleted policy ctest-policy-15162609
2025-10-19 19:02:03,713 - INFO - Deleted SI ['admin_domain', 'ctest-TestSvcRegr-85046668', 'ctest-si-85283954']
2025-10-19 19:02:04,017 - INFO - Deleting VM ctest-pt_svm0-93539895
2025-10-19 19:02:04,221 - INFO - Service template: ['admin_domain', 'ctest-service_template_1-22551654'] deleted successfully.
2025-10-19 19:02:04,221 - INFO - Deleting VM ctest-right_vm-73973752
2025-10-19 19:02:04,342 - INFO - Deleting VM ctest-left_vm-93008011
2025-10-19 19:02:04,452 - INFO - Deleting VN ctest-right_vn-83951070
2025-10-19 19:02:04,597 - WARNING - Deleting VN ctest-right_vn-83951070 failed..Will retry
2025-10-19 19:02:07,015 - INFO - Validated that VN ctest-right_vn-83951070 is not found in API Server
2025-10-19 19:02:07,114 - INFO - Validated that VN ctest-right_vn-83951070 is not in any agent
2025-10-19 19:02:07,262 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-right_vn-83951070 info
2025-10-19 19:02:07,262 - INFO - Deleting VN ctest-left_vn-79556769
2025-10-19 19:02:07,670 - INFO - Validated that VN ctest-left_vn-79556769 is not found in API Server
2025-10-19 19:02:07,770 - INFO - Validated that VN ctest-left_vn-79556769 is not in any agent
2025-10-19 19:02:07,914 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-left_vn-79556769 info
2025-10-19 19:02:07,914 - INFO - Deleting VN ctest-mgmt_vn-41387241
2025-10-19 19:02:08,326 - INFO - Validated that VN ctest-mgmt_vn-41387241 is not found in API Server
2025-10-19 19:02:08,421 - INFO - Validated that VN ctest-mgmt_vn-41387241 is not in any agent
2025-10-19 19:02:08,566 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-mgmt_vn-41387241 info
2025-10-19 19:02:08,946 - INFO -
2025-10-19 19:02:08,946 - INFO - END TEST : test_svc_in_network_datapath : PASSED[0:01:26]
2025-10-19 19:02:08,946 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:02:09,695 - INFO - Deleted project: ctest-TestSvcRegr-85046668, ID : 13b23697-1487-431f-8b0e-ad818bb72ff3
2025-10-19 19:02:10,007 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 19:02:10,017 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 19:02:10,240 - INFO - Project ctest-TestvDNSBasic0-03292485 not found, creating it
2025-10-19 19:02:10,758 - INFO - Created Project:ctest-TestvDNSBasic0-03292485, ID : 75e612a1-2dbe-43ec-a1a4-39236aa33336
2025-10-19 19:02:12,574 - INFO - ================================================================================
2025-10-19 19:02:12,574 - INFO - STARTING TEST : test_vdns_ping_same_vn
2025-10-19 19:02:12,574 - 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-19 19:02:12,962 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:02:12,963 - INFO -
2025-10-19 19:02:13,737 - INFO - Using existing project ['admin_domain', 'ctest-TestvDNSBasic0-03292485'](75e612a1-2dbe-43ec-a1a4-39236aa33336)
2025-10-19 19:02:15,719 - INFO - Created VN ctest-vn1-vdns-82444622
2025-10-19 19:02:17,337 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:02:17,337 - INFO - Waiting for VM ctest-vm1-test-62704724 to be up..
2025-10-19 19:02:22,575 - INFO - VM name : ctest-vm1-test-62704724
2025-10-19 19:02:30,514 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vm1-test-62704724 passed
2025-10-19 19:02:35,098 - INFO - Ping to IP ctest-vm1-test-62704724 from VM ctest-vm1-test-62704724 passed
2025-10-19 19:02:36,674 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:02:36,674 - INFO - Waiting for VM ctest-vm2-test-80645878 to be up..
2025-10-19 19:02:41,896 - INFO - VM name : ctest-vm2-test-80645878
2025-10-19 19:02:47,734 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vm2-test-80645878 passed
2025-10-19 19:02:57,497 - INFO - Ping to IP ctest-vm2-test-80645878 from VM ctest-vm2-test-80645878 passed
2025-10-19 19:03:00,079 - INFO - Ping to IP ctest-vm2-test-80645878 from VM ctest-vm1-test-62704724 passed
2025-10-19 19:03:00,079 - INFO - Try deleting the VDNS entry ctest-vdns1-87068669 with back ref of ipam.
2025-10-19 19:03:00,133 - INFO - Deletion of the vdns entry failed with back ref of ipam as expected
2025-10-19 19:03:00,133 - INFO - Add CNAME VDNS record for ctest-vm1-test-62704724 and verify we able to ping by alias name
2025-10-19 19:03:00,293 - INFO - In verify_on_setup
2025-10-19 19:03:00,397 - INFO - Verify VDNS record is shown in the API server
2025-10-19 19:03:00,610 - INFO - Verify VDNS record is shown in the control node
2025-10-19 19:03:01,088 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-62704724 failed
2025-10-19 19:03:02,517 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-62704724 failed
2025-10-19 19:03:05,952 - INFO - Ping to IP vm1-test-alias from VM ctest-vm1-test-62704724 passed
2025-10-19 19:03:06,021 - INFO - VDNS record info: admin_domain:ctest-vdns1-87068669:test-rec deleted successfully.
2025-10-19 19:03:06,021 - INFO - Deleting VM ctest-vm2-test-80645878
2025-10-19 19:03:06,120 - INFO - Deleting VM ctest-vm1-test-62704724
2025-10-19 19:03:06,224 - INFO - Deleting VN ctest-vn1-vdns-82444622
2025-10-19 19:03:06,356 - WARNING - Deleting VN ctest-vn1-vdns-82444622 failed..Will retry
2025-10-19 19:03:08,977 - INFO - VDNS info: ['admin_domain', 'ctest-vdns1-87068669'] deleted successfully.
2025-10-19 19:03:09,094 - INFO - VDNS information ctest-vdns1-87068669 removed from the API Server
2025-10-19 19:03:09,146 - INFO - VDNS information ctest-vdns1-87068669 removed in the Control node
2025-10-19 19:03:09,530 - INFO - END TEST : test_vdns_ping_same_vn : PASSED[0:00:57]
2025-10-19 19:03:09,530 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:03:10,235 - INFO - Deleted project: ctest-TestvDNSBasic0-03292485, ID : 75e612a1-2dbe-43ec-a1a4-39236aa33336
2025-10-19 19:03:10,499 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 19:03:10,509 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 19:03:10,702 - INFO - Project ctest-TestBasicVMVNx-99406828 not found, creating it
2025-10-19 19:03:11,201 - INFO - Created Project:ctest-TestBasicVMVNx-99406828, ID : e5606a02-0077-4f8f-ae74-21b341bb4fe8
2025-10-19 19:03:12,948 - INFO - ================================================================================
2025-10-19 19:03:12,949 - INFO - STARTING TEST : test_vm_file_trf_scp_tests
2025-10-19 19:03:12,949 - 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-19 19:03:13,335 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:03:13,335 - INFO -
2025-10-19 19:03:14,387 - INFO - Created VN ctest-vn-53208018
2025-10-19 19:03:15,822 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:03:17,123 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:03:17,123 - INFO - Waiting for VM ctest-TestBasicVMVNx-99406828-68311363 to be up..
2025-10-19 19:03:22,403 - INFO - VM name : ctest-TestBasicVMVNx-99406828-68311363
2025-10-19 19:03:28,735 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVNx-99406828-68311363 passed
2025-10-19 19:03:29,103 - INFO - Waiting for VM ctest-TestBasicVMVNx-99406828-40310266 to be up..
2025-10-19 19:03:29,229 - INFO - VM name : ctest-TestBasicVMVNx-99406828-40310266
2025-10-19 19:03:30,995 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVNx-99406828-40310266 passed
2025-10-19 19:03:35,868 - INFO - File of size 1303 is trasferred successfully to ctest-TestBasicVMVNx-99406828-40310266
2025-10-19 19:03:35,869 - INFO - Deleting VM ctest-TestBasicVMVNx-99406828-40310266
2025-10-19 19:03:35,985 - INFO - Deleting VM ctest-TestBasicVMVNx-99406828-68311363
2025-10-19 19:03:36,102 - INFO - Deleting VN ctest-vn-53208018
2025-10-19 19:03:36,241 - WARNING - Deleting VN ctest-vn-53208018 failed..Will retry
2025-10-19 19:03:38,778 - INFO - END TEST : test_vm_file_trf_scp_tests : PASSED[0:00:26]
2025-10-19 19:03:38,778 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:03:39,497 - INFO - Deleted project: ctest-TestBasicVMVNx-99406828, ID : e5606a02-0077-4f8f-ae74-21b341bb4fe8
2025-10-19 19:03:39,781 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
2025-10-19 19:03:39,793 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
2025-10-19 19:03:39,986 - INFO - Project ctest-TestBasicVMVN-34657574 not found, creating it
2025-10-19 19:03:40,495 - INFO - Created Project:ctest-TestBasicVMVN-34657574, ID : d97d174e-cac4-45d0-9ea3-298813b3ecde
2025-10-19 19:03:42,242 - INFO - ================================================================================
2025-10-19 19:03:42,244 - INFO - STARTING TEST : test_generic_link_local_service
2025-10-19 19:03:42,244 - 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-19 19:03:42,618 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:03:42,618 - INFO -
2025-10-19 19:03:43,679 - INFO - Created VN ctest-vn2_metadata-06297235
2025-10-19 19:03:45,130 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:03:50,631 - INFO - Waiting for VM ctest-TestBasicVMVN-34657574-01267910 to be up..
2025-10-19 19:03:50,631 - INFO - VM name : ctest-TestBasicVMVN-34657574-01267910
2025-10-19 19:03:56,887 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-34657574-01267910 passed
2025-10-19 19:03:57,267 - INFO - Retry 0
2025-10-19 19:03:58,931 - INFO - Generic metadata worked
2025-10-19 19:03:59,225 - INFO - Deleting VM ctest-TestBasicVMVN-34657574-01267910
2025-10-19 19:03:59,613 - INFO - Deleting VN ctest-vn2_metadata-06297235
2025-10-19 19:03:59,749 - WARNING - Deleting VN ctest-vn2_metadata-06297235 failed..Will retry
2025-10-19 19:04:02,362 - INFO - END TEST : test_generic_link_local_service : PASSED[0:00:20]
2025-10-19 19:04:02,362 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:04:02,365 - INFO - ================================================================================
2025-10-19 19:04:02,365 - INFO - STARTING TEST : test_metadata_service
2025-10-19 19:04:02,365 - 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-19 19:04:02,802 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:04:02,802 - INFO -
2025-10-19 19:04:03,507 - INFO - Created VN ctest-vn-66837160
2025-10-19 19:04:04,962 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:04:04,962 - INFO - Waiting for VM ctest-TestBasicVMVN-34657574-48403420 to be up..
2025-10-19 19:04:10,200 - INFO - VM name : ctest-TestBasicVMVN-34657574-48403420
2025-10-19 19:04:18,167 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-34657574-48403420 passed
2025-10-19 19:04:20,157 - INFO - metadata_script.txt got executed in the vm
2025-10-19 19:04:20,157 - INFO - Deleting VM ctest-TestBasicVMVN-34657574-48403420
2025-10-19 19:04:20,254 - INFO - Deleting VN ctest-vn-66837160
2025-10-19 19:04:20,392 - WARNING - Deleting VN ctest-vn-66837160 failed..Will retry
2025-10-19 19:04:22,942 - INFO - END TEST : test_metadata_service : PASSED[0:00:20]
2025-10-19 19:04:22,942 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:04:22,945 - INFO - ================================================================================
2025-10-19 19:04:22,945 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets
2025-10-19 19:04:22,945 - 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-19 19:04:23,338 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:04:23,338 - INFO -
2025-10-19 19:04:24,527 - INFO - Created VN ctest-vn-43189635
2025-10-19 19:04:26,280 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:04:27,087 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:04:28,397 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-596-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-596-1)
2025-10-19 19:04:28,690 - INFO - Verifications in API Server for IPAM: ctest-ipam-22234483 passed
2025-10-19 19:04:28,743 - INFO - Verifications in Control node for IPAM: ctest-ipam-22234483 passed
2025-10-19 19:04:29,455 - INFO - Verified VN network id 12 for VN 23206054-e80c-40ee-93e8-a92673711b9c
2025-10-19 19:04:29,455 - INFO - Verifications in API Server for VN ctest-vn-43189635 passed
2025-10-19 19:04:29,802 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-43189635 passed
2025-10-19 19:04:30,574 - INFO - Validated that VN admin_domain:ctest-TestBasicVMVN-34657574:ctest-vn-43189635 is found in opserver
2025-10-19 19:04:30,642 - INFO - Waiting for VM ctest-TestBasicVMVN-34657574-44305156 to be up..
2025-10-19 19:04:30,780 - INFO - VM name : ctest-TestBasicVMVN-34657574-44305156
2025-10-19 19:04:40,891 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-34657574-44305156 passed
2025-10-19 19:04:41,251 - INFO - Waiting for VM ctest-TestBasicVMVN-34657574-65449611 to be up..
2025-10-19 19:04:41,386 - INFO - VM name : ctest-TestBasicVMVN-34657574-65449611
2025-10-19 19:04:43,181 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVN-34657574-65449611 passed
2025-10-19 19:04:43,540 - INFO - Waiting for VM ctest-TestBasicVMVN-34657574-11378568 to be up..
2025-10-19 19:04:43,662 - INFO - VM name : ctest-TestBasicVMVN-34657574-11378568
2025-10-19 19:04:45,398 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-TestBasicVMVN-34657574-11378568 passed
2025-10-19 19:04:49,744 - INFO - Ping to IP 31.1.2.4 from VM ctest-TestBasicVMVN-34657574-44305156 passed
2025-10-19 19:04:53,413 - INFO - Ping to IP 31.1.1.4 from VM ctest-TestBasicVMVN-34657574-65449611 passed
2025-10-19 19:05:01,069 - INFO - Deleting VM ctest-TestBasicVMVN-34657574-11378568
2025-10-19 19:05:01,171 - INFO - Detaching port 98b22f37-5334-4e6b-9840-b1090c97bb03 from VM ctest-TestBasicVMVN-34657574-65449611
2025-10-19 19:05:01,223 - INFO - Deleting VM ctest-TestBasicVMVN-34657574-65449611
2025-10-19 19:05:01,348 - INFO - Detaching port 7e67f335-ac9d-49d0-8645-6763f039f7b1 from VM ctest-TestBasicVMVN-34657574-44305156
2025-10-19 19:05:01,395 - INFO - Deleting VM ctest-TestBasicVMVN-34657574-44305156
2025-10-19 19:05:01,518 - INFO - Deleting VN ctest-vn-43189635
2025-10-19 19:05:02,926 - INFO - Validated that VN ctest-vn-43189635 is not found in API Server
2025-10-19 19:05:03,029 - INFO - Validated that VN ctest-vn-43189635 is not in any agent
2025-10-19 19:05:03,130 - INFO - Validated that all vrouters do not have the route table for VN admin_domain:ctest-TestBasicVMVN-34657574:ctest-vn-43189635
2025-10-19 19:05:03,226 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-43189635 info
2025-10-19 19:05:03,301 - INFO - IPAM: ctest-ipam-22234483 is not found in API Server
2025-10-19 19:05:03,410 - INFO - IPAM:ctest-ipam-22234483 is not found in control node
2025-10-19 19:05:03,810 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : PASSED[0:00:41]
2025-10-19 19:05:03,810 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:05:04,599 - INFO - Deleted project: ctest-TestBasicVMVN-34657574, ID : d97d174e-cac4-45d0-9ea3-298813b3ecde
+ '[' 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_19_18_54_52_3077.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.38'. 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-19 19:05:24,890 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:05:25,256 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:05:25,459 - INFO - Project ctest-TestRbac-48858810 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:05:26,079 - INFO - Created Project:ctest-TestRbac-48858810, ID : 4fa51f68-91dc-4a6e-b102-78c6c0d16851
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. 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.38'. 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.38'. 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.38'. 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.38'. 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.38'. 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:05:30,259 - INFO - ================================================================================
2025-10-19 19:05:30,259 - INFO - STARTING TEST : test_perms2_global_share
2025-10-19 19:05:30,260 - 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-19 19:05:30,882 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:05:30,882 - INFO -
2025-10-19 19:05:31,245 - INFO - Project ctest-TestRbac-50302810 not found, creating it
2025-10-19 19:05:31,732 - INFO - Created Project:ctest-TestRbac-50302810, ID : 5ff7add5-f21f-44c2-98d1-7f016686ddd4
2025-10-19 19:05:32,105 - INFO - Project ctest-TestRbac-44892766 not found, creating it
2025-10-19 19:05:32,603 - INFO - Created Project:ctest-TestRbac-44892766, ID : 9afc04b8-2477-45fb-9c4a-97bff7e60307
2025-10-19 19:05:35,158 - INFO - API access-list 1afae55c-db6b-478d-bb5c-7fdafbe12901 verify on api server passed
2025-10-19 19:05:35,761 - INFO - Created VN ctest-TestRbac-50302810-01089632, UUID :498f1908-e312-4b77-9bb6-391110b8d0d1
2025-10-19 19:05:36,914 - INFO - API Server: Read VN 498f1908-e312-4b77-9bb6-391110b8d0d1
2025-10-19 19:05:37,338 - INFO - API Server: Read VN 498f1908-e312-4b77-9bb6-391110b8d0d1
2025-10-19 19:05:38,065 - WARNING - Unable to get the list of compute nodes
2025-10-19 19:05:39,326 - INFO - VM ([]) created on node: (None), Zone: (None)
2025-10-19 19:05:44,544 - INFO - VM name : ctest-TestRbac-44892766-98817933
2025-10-19 19:05:45,542 - INFO - VM ctest-TestRbac-44892766-98817933 verfication in all API Servers passed
2025-10-19 19:05:52,250 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRbac-44892766-98817933 passed
2025-10-19 19:05:52,250 - INFO - VM ctest-TestRbac-44892766-98817933 verifications in Compute nodes passed
2025-10-19 19:05:52,671 - INFO - Validated routes of VM ctest-TestRbac-44892766-98817933 in all vrouters
2025-10-19 19:05:53,295 - INFO - Verification in Control-nodes for VM ctest-TestRbac-44892766-98817933 passed
2025-10-19 19:05:54,778 - INFO - Verifying through opserver in 10.0.0.38
2025-10-19 19:05:54,942 - INFO - VM 9e9f134c-46cb-4635-83b2-1dbcf905dc51 is present in admin_domain:ctest-TestRbac-50302810:ctest-TestRbac-50302810-01089632
2025-10-19 19:05:56,979 - INFO - tap interface admin_domain:ctest-TestRbac-44892766:4dfab889-0212-447f-9ace-9a64ae04ecc4 of vm 9e9f134c-46cb-4635-83b2-1dbcf905dc51 is present in vrouter cn-jenkins-deploy-platform-juju-os-596-1 uve
2025-10-19 19:05:57,101 - INFO - VM ctest-TestRbac-44892766-98817933 validations in Opserver passed
2025-10-19 19:05:57,101 - INFO - Deleting VM ctest-TestRbac-44892766-98817933
2025-10-19 19:05:59,433 - INFO - VM ctest-TestRbac-44892766-98817933 is fully removed in API-Server
2025-10-19 19:05:59,797 - INFO - Validated that all vrouters do not have VMs route for VN admin_domain:ctest-TestRbac-50302810:ctest-TestRbac-50302810-01089632
2025-10-19 19:05:59,797 - INFO - VM ctest-TestRbac-44892766-98817933 is removed in Compute, and routes are removed in all compute nodes
2025-10-19 19:06:00,090 - INFO - Routes for VM ctest-TestRbac-44892766-98817933 is removed in all control-nodes
2025-10-19 19:06:13,529 - INFO - 9e9f134c-46cb-4635-83b2-1dbcf905dc51 vm uve deleted from opserver
2025-10-19 19:06:13,529 - INFO - Validated that VM 9e9f134c-46cb-4635-83b2-1dbcf905dc51 is removed from Opserver
2025-10-19 19:06:13,530 - INFO - Deleting VN ctest-TestRbac-50302810-01089632
2025-10-19 19:06:13,713 - INFO - API access-list (1afae55c-db6b-478d-bb5c-7fdafbe12901) got deleted in api server
2025-10-19 19:06:14,725 - INFO - Deleted project: ctest-TestRbac-44892766, ID : 9afc04b8-2477-45fb-9c4a-97bff7e60307
2025-10-19 19:06:15,440 - INFO - Deleted project: ctest-TestRbac-50302810, ID : 5ff7add5-f21f-44c2-98d1-7f016686ddd4
2025-10-19 19:06:15,637 - INFO - END TEST : test_perms2_global_share : PASSED[0:00:45]
2025-10-19 19:06:15,637 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. 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.38'. 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.38'. 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.38'. 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.38'. 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:17,298 - INFO - Deleted project: ctest-TestRbac-48858810, ID : 4fa51f68-91dc-4a6e-b102-78c6c0d16851
2025-10-19 19:06:17,543 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:17,554 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:17,742 - INFO - Project ctest-TestRbacBasic-06096497 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:18,505 - INFO - Created Project:ctest-TestRbacBasic-06096497, ID : 693b4035-b9ad-4e19-8184-769c7262b58d
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. 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.38'. 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.38'. 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.38'. 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.38'. 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.38'. 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:22,294 - INFO - ================================================================================
2025-10-19 19:06:22,295 - INFO - STARTING TEST : test_perms2_owner
2025-10-19 19:06:22,295 - 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-19 19:06:22,549 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:06:22,549 - INFO -
2025-10-19 19:06:22,901 - INFO - Project ctest-TestRbacBasic-50758630 not found, creating it
2025-10-19 19:06:23,396 - INFO - Created Project:ctest-TestRbacBasic-50758630, ID : 008f5c65-671b-41d6-8875-375460e944c8
2025-10-19 19:06:23,762 - INFO - Project ctest-TestRbacBasic-52916879 not found, creating it
2025-10-19 19:06:24,305 - INFO - Created Project:ctest-TestRbacBasic-52916879, ID : f461b479-aef6-4766-9c06-cc61c436e30a
2025-10-19 19:06:26,854 - INFO - API access-list 33a04e62-fd2c-4bef-828c-f2bb19fa4d08 verify on api server passed
2025-10-19 19:06:27,417 - INFO - Created VN ctest-TestRbacBasic-50758630-40379697, UUID :8fa92422-d563-4ad7-a572-570a90aee9db
2025-10-19 19:06:28,637 - INFO - Created VN ctest-TestRbacBasic-52916879-32793019, UUID :fe5dba2b-8055-4d9a-919f-36c9e60770e0
2025-10-19 19:06:29,722 - INFO - API Server: Read VN 8fa92422-d563-4ad7-a572-570a90aee9db
2025-10-19 19:06:30,157 - INFO - API Server: Permission Denied to read VN 8fa92422-d563-4ad7-a572-570a90aee9db
2025-10-19 19:06:30,214 - INFO - API Server: Read VN 8fa92422-d563-4ad7-a572-570a90aee9db
2025-10-19 19:06:30,289 - INFO - API Server: List VN ['8fa92422-d563-4ad7-a572-570a90aee9db']
2025-10-19 19:06:30,361 - INFO - API Server: List VN ['fe5dba2b-8055-4d9a-919f-36c9e60770e0']
2025-10-19 19:06:30,465 - INFO - API Server: List VN []
2025-10-19 19:06:30,533 - INFO - API Server: List VN ['8fa92422-d563-4ad7-a572-570a90aee9db', 'fe5dba2b-8055-4d9a-919f-36c9e60770e0']
2025-10-19 19:06:30,586 - INFO - API Server: List VN ['8fa92422-d563-4ad7-a572-570a90aee9db', 'fe5dba2b-8055-4d9a-919f-36c9e60770e0', 'd188553f-a34d-4b48-a9ad-e76110edb3bd', 'ecb68d92-2659-4932-b218-4e0e55e67b03', '0cd22b94-110f-4c9f-abb3-6d07ae8c3859', '648581c0-2e5f-42f8-b16e-2e8e71cf8556']
2025-10-19 19:06:30,617 - INFO - Deleting VN ctest-TestRbacBasic-52916879-32793019
2025-10-19 19:06:30,702 - INFO - Deleting VN ctest-TestRbacBasic-50758630-40379697
2025-10-19 19:06:30,865 - INFO - API access-list (33a04e62-fd2c-4bef-828c-f2bb19fa4d08) got deleted in api server
2025-10-19 19:06:31,844 - INFO - Deleted project: ctest-TestRbacBasic-52916879, ID : f461b479-aef6-4766-9c06-cc61c436e30a
2025-10-19 19:06:32,589 - INFO - Deleted project: ctest-TestRbacBasic-50758630, ID : 008f5c65-671b-41d6-8875-375460e944c8
2025-10-19 19:06:32,792 - INFO - END TEST : test_perms2_owner : PASSED[0:00:10]
2025-10-19 19:06:32,792 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:06:32,795 - INFO - ================================================================================
2025-10-19 19:06:32,795 - INFO - STARTING TEST : test_rbac_acl_different_roles
2025-10-19 19:06:32,795 - 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-19 19:06:33,073 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:06:33,073 - INFO -
2025-10-19 19:06:35,489 - INFO - Permission denied to create/update VirtualNetwork
2025-10-19 19:06:35,890 - INFO - API access-list 4731363b-00da-4d26-b40b-26aceaadb55a verify on api server passed
2025-10-19 19:06:36,133 - INFO - Created VN ctest-TestRbacBasic-06096497-36095229, UUID :9006fce1-561b-4e5d-9d47-354050fbbe1b
2025-10-19 19:06:37,575 - INFO - Verified VN network id 12 for VN 9006fce1-561b-4e5d-9d47-354050fbbe1b
2025-10-19 19:06:37,575 - INFO - Verifications in API Server for VN ctest-TestRbacBasic-06096497-36095229 passed
2025-10-19 19:06:37,891 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-TestRbacBasic-06096497-36095229 passed
2025-10-19 19:06:38,577 - INFO - Validated that VN admin_domain:ctest-TestRbacBasic-06096497:ctest-TestRbacBasic-06096497-36095229 is found in opserver
2025-10-19 19:06:39,066 - INFO - API access-list c253f010-1bed-4a72-9258-7c726316250a verify on api server passed
2025-10-19 19:06:39,949 - INFO - API Server: Permission Denied to read VN 9006fce1-561b-4e5d-9d47-354050fbbe1b
2025-10-19 19:06:40,385 - INFO - API Server: Permission Denied to read ST 49123dda-56c7-4fd5-bd61-c3693fa1e250
2025-10-19 19:06:40,498 - INFO - API access-list 4731363b-00da-4d26-b40b-26aceaadb55a verify on api server passed
2025-10-19 19:06:40,562 - INFO - API Server: Read VN 9006fce1-561b-4e5d-9d47-354050fbbe1b
2025-10-19 19:06:41,077 - INFO - Permission denied to create/update VirtualNetwork
2025-10-19 19:06:41,501 - INFO - API Server: Permission Denied to read ST 49123dda-56c7-4fd5-bd61-c3693fa1e250
2025-10-19 19:06:41,614 - INFO - API access-list c253f010-1bed-4a72-9258-7c726316250a verify on api server passed
2025-10-19 19:06:41,678 - INFO - API Server: Read Service-Template 49123dda-56c7-4fd5-bd61-c3693fa1e250
2025-10-19 19:06:41,978 - INFO - API access-list 4731363b-00da-4d26-b40b-26aceaadb55a verify on api server passed
2025-10-19 19:06:42,090 - INFO - API access-list c253f010-1bed-4a72-9258-7c726316250a verify on api server passed
2025-10-19 19:06:42,521 - INFO - API Server: Permission Denied to read VN 9006fce1-561b-4e5d-9d47-354050fbbe1b
2025-10-19 19:06:42,949 - INFO - API Server: Permission Denied to read ST 49123dda-56c7-4fd5-bd61-c3693fa1e250
2025-10-19 19:06:43,070 - INFO - API Server: Read Service-Template 49123dda-56c7-4fd5-bd61-c3693fa1e250
2025-10-19 19:06:43,134 - INFO - API Server: Read VN 9006fce1-561b-4e5d-9d47-354050fbbe1b
2025-10-19 19:06:43,213 - INFO - API access-list (4731363b-00da-4d26-b40b-26aceaadb55a) got deleted in api server
2025-10-19 19:06:43,285 - INFO - API access-list (c253f010-1bed-4a72-9258-7c726316250a) got deleted in api server
2025-10-19 19:06:43,705 - INFO - API Server: Permission Denied to read VN 9006fce1-561b-4e5d-9d47-354050fbbe1b
2025-10-19 19:06:44,137 - INFO - API Server: Permission Denied to read ST 49123dda-56c7-4fd5-bd61-c3693fa1e250
2025-10-19 19:06:44,258 - INFO - API Server: Read VN 9006fce1-561b-4e5d-9d47-354050fbbe1b
2025-10-19 19:06:44,318 - INFO - API Server: Read Service-Template 49123dda-56c7-4fd5-bd61-c3693fa1e250
2025-10-19 19:06:44,405 - INFO - Service template: ['admin_domain', 'ctest-TestRbacBasic-06096497-56541392'] deleted successfully.
2025-10-19 19:06:44,405 - INFO - Deleting VN ctest-TestRbacBasic-06096497-36095229
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. 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.38'. 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.38'. 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:45,104 - INFO - END TEST : test_rbac_acl_different_roles : PASSED[0:00:13]
2025-10-19 19:06:45,105 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. 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.38'. 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.38'. 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.38'. 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.38'. 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:46,743 - INFO - Deleted project: ctest-TestRbacBasic-06096497, ID : 693b4035-b9ad-4e19-8184-769c7262b58d
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:47,002 - INFO - Using existing project ['admin_domain', 'admin'](5d6beb97-a54b-4d33-b0b9-a6457c4c93f6)
2025-10-19 19:06:47,009 - INFO - ================================================================================
2025-10-19 19:06:47,010 - INFO - STARTING TEST : test_contrail_status
2025-10-19 19:06:47,010 - INFO - TEST DESCRIPTION : Test to verify that all services are running and active
2025-10-19 19:06:47,217 - INFO - Initial checks done. Running the testcase now
2025-10-19 19:06:47,217 - INFO -
2025-10-19 19:06:47,327 - INFO - 10.0.0.38
2025-10-19 19:06:47,327 - INFO - config
2025-10-19 19:06:47,386 - INFO - config-nodemgr:active
2025-10-19 19:06:47,437 - INFO - api-server:active
2025-10-19 19:06:47,493 - INFO - schema:active
2025-10-19 19:06:47,549 - INFO - svc-monitor:active
2025-10-19 19:06:47,601 - INFO - device-manager:active
2025-10-19 19:06:47,601 - INFO - config-database
2025-10-19 19:06:47,601 - INFO - config-cassandra:active
2025-10-19 19:06:47,601 - INFO - config-zookeeper:active
2025-10-19 19:06:47,602 - INFO - config-rabbitmq:active
2025-10-19 19:06:47,602 - INFO - vrouter
2025-10-19 19:06:47,658 - INFO - vrouter-nodemgr:active
2025-10-19 19:06:47,710 - INFO - agent:active
2025-10-19 19:06:47,710 - INFO - control
2025-10-19 19:06:47,762 - INFO - control-nodemgr:active
2025-10-19 19:06:47,813 - INFO - control:active
2025-10-19 19:06:47,814 - INFO - named:active
2025-10-19 19:06:47,866 - INFO - dns:active
2025-10-19 19:06:47,866 - INFO - analytics
2025-10-19 19:06:47,921 - INFO - analytics-nodemgr:active
2025-10-19 19:06:47,978 - INFO - analytics-api:active
2025-10-19 19:06:48,033 - INFO - collector:active
2025-10-19 19:06:48,034 - INFO - analytics-database
2025-10-19 19:06:48,034 - INFO - analytics-cassandra:active
2025-10-19 19:06:48,089 - INFO - analyticsdb-nodemgr:active
2025-10-19 19:06:48,145 - INFO - query-engine:active
2025-10-19 19:06:48,146 - INFO - webui
2025-10-19 19:06:48,146 - INFO - webui:active
2025-10-19 19:06:48,146 - INFO - webui-middleware:active
2025-10-19 19:06:48,146 - INFO - redis:active
2025-10-19 19:06:48,146 - INFO - analytics_snmp
2025-10-19 19:06:48,201 - INFO - snmp-collector:active
2025-10-19 19:06:48,201 - INFO - snmp-topology:active
2025-10-19 19:06:48,201 - INFO - analytics_alarm
2025-10-19 19:06:48,201 - INFO - alarmgen:active
2025-10-19 19:06:48,201 - INFO - All the contrail services are up on all nodes
2025-10-19 19:06:48,202 - INFO - contrail-status passed
2025-10-19 19:06:48,413 - INFO - END TEST : test_contrail_status : PASSED[0:00:01]
2025-10-19 19:06:48,413 - INFO - --------------------------------------------------------------------------------
2025-10-19 19:06:48,496 - INFO - Reading existing Domain with UUID 9b919512-b1f0-4532-a457-4be316848bb6
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:48,507 - INFO - Using existing domain ['admin_domain'](9b919512-b1f0-4532-a457-4be316848bb6)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:48,699 - INFO - Project ctest-TestSriov-72467575 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:49,210 - INFO - Created Project:ctest-TestSriov-72467575, ID : c34c4015-bda0-4dab-a301-47d83d5cd5cf
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.38'. 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.38'. 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.38'. 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.38'. 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.38'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-19 19:06:51,743 - INFO - Deleted project: ctest-TestSriov-72467575, ID : c34c4015-bda0-4dab-a301-47d83d5cd5cf
+ [[ -z '' ]]
+ [[ -z ci_sanity ]]
+ sleep 2
+ /usr/bin/python3 tools/report_gen.py contrail_test_input.yaml report_details_2025_10_19_18_54_52.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.38
+ echo 'Generated report_details* file: report_details_2025_10_19_18_54_52.ini'
Generated report_details* file: report_details_2025_10_19_18_54_52.ini
+ parse_results
+ /usr/bin/python3 tools/parse_result.py result_2025_10_19_18_54_52_20718.xml report_details_2025_10_19_18_54_52.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_19_18_54_52_3077.xml report_details_2025_10_19_18_54_52.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_19_18_54_52_20718.xml ']'
+ /usr/bin/python3 tools/update_testsuite_properties.py report_details_2025_10_19_18_54_52.ini result_2025_10_19_18_54_52_20718.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: 279ms
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.38] put: tools/search-bt.py -> /tmp/search-bt.py
Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-596-1-tracebacks.log
Ignored Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-596-1-ignored_tracebacks.log
Traceback parse errors will be in /tmp/cn-jenkins-deploy-platform-juju-os-596-1-traceback_parse_failures.log
Done looking for tracebacks
[ubuntu@10.0.0.38] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-596-1-tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-596-1-tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-596-1-tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.38] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-596-1-ignored_tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-596-1-ignored_tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-596-1-ignored_tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.38] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-596-1-traceback_parse_failures.log <- /tmp/cn-jenkins-deploy-platform-juju-os-596-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_19_18_54_52 ~
logs/
logs/cn-jenkins-deploy-platform-juju-os-596-1-traceback_parse_failures.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/cn-jenkins-deploy-platform-juju-os-596-1-tracebacks.log
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/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/cn-jenkins-deploy-platform-juju-os-596-1-ignored_tracebacks.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~
INFO: Test sanity finished Sun Oct 19 19:07:31 UTC 2025
+ res=1
+ ./src/opensdn-io/tf-jenkins/jobs/test/functional/collect_logs.sh
~/workspace/test-sanity/logs ~/workspace/test-sanity
Warning: Permanently added '10.0.0.38' (ECDSA) to the list of known hosts.
logs/
logs/cn-jenkins-deploy-platform-juju-os-596-1-traceback_parse_failures.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/cn-jenkins-deploy-platform-juju-os-596-1-tracebacks.log
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/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/cn-jenkins-deploy-platform-juju-os-596-1-ignored_tracebacks.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~/workspace/test-sanity
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