Welcome to Contrail Analytics API documentation!"
2025-10-13 01:49:20,201 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:49:20,201 - INFO -
2025-10-13 01:49:20,431 - 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-13 01:49:20,489 - INFO -
2025-10-13 01:49:20,489 - INFO - END TEST : test_analytics_docs : FAILED[0:00:01]
2025-10-13 01:49:20,489 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:49:20,492 - INFO - ================================================================================
2025-10-13 01:49:20,492 - INFO - STARTING TEST : test_config_docs
2025-10-13 01:49:20,493 - 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-13 01:49:20,760 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:49:20,760 - INFO -
2025-10-13 01:49:20,981 - 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-13 01:49:21,033 - INFO -
2025-10-13 01:49:21,033 - INFO - END TEST : test_config_docs : FAILED[0:00:01]
2025-10-13 01:49:21,033 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:49:21,132 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:49:21,144 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:49:21,384 - INFO - Project ctest-FloatingipBasicTestSanity-45569992 not found, creating it
2025-10-13 01:49:21,970 - INFO - Created Project:ctest-FloatingipBasicTestSanity-45569992, ID : 259b84fe-b0d5-4202-a876-d46612110a58
2025-10-13 01:49:23,951 - INFO - Using existing project ['admin_domain', 'admin'](5fc4bc8d-4b10-4e41-99a1-5d01acfe2c8e)
2025-10-13 01:49:24,378 - INFO - admin user already present
2025-10-13 01:49:24,799 - INFO - Adding rules to the default security group in Project admin
2025-10-13 01:49:25,140 - INFO - ================================================================================
2025-10-13 01:49:25,140 - INFO - STARTING TEST : test_floating_ip
2025-10-13 01:49:25,140 - 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-13 01:49:25,396 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:49:25,396 - INFO -
2025-10-13 01:49:26,621 - INFO - Created VN ctest-fvn-32553111
2025-10-13 01:49:27,868 - INFO - Verified VN network id 6 for VN 7c69b352-bb18-49b7-9344-2cad14bd544c
2025-10-13 01:49:27,868 - INFO - Verifications in API Server for VN ctest-fvn-32553111 passed
2025-10-13 01:49:28,189 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-fvn-32553111 passed
2025-10-13 01:49:28,900 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-45569992:ctest-fvn-32553111 is found in opserver
2025-10-13 01:49:29,681 - INFO - Created VN ctest-vn1-84782413
2025-10-13 01:49:30,521 - INFO - Verified VN network id 7 for VN 64cce548-c9d5-4c2a-8edc-63cdc23fc113
2025-10-13 01:49:30,522 - INFO - Verifications in API Server for VN ctest-vn1-84782413 passed
2025-10-13 01:49:30,845 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn1-84782413 passed
2025-10-13 01:49:31,144 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-45569992:ctest-vn1-84782413 is found in opserver
2025-10-13 01:49:32,891 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:49:35,993 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:49:36,659 - INFO - Creating Floating IP pool ctest-some-pool-79491372 in API Server
2025-10-13 01:49:38,983 - INFO - Verification for FIP pool ctest-some-pool-79491372 in API Server passed
2025-10-13 01:49:39,418 - INFO - Verification for FIP pool ctest-some-pool-79491372 in Control-node passed
2025-10-13 01:49:39,418 - INFO - Waiting for VM ctest-vn1_vm1_name-87786147 to be up..
2025-10-13 01:49:45,407 - INFO - VM name : ctest-vn1_vm1_name-87786147
2025-10-13 01:49:55,731 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1_vm1_name-87786147 passed
2025-10-13 01:50:01,656 - INFO - Waiting for VM ctest-fvn_vm1_name-16616272 to be up..
2025-10-13 01:50:01,796 - INFO - VM name : ctest-fvn_vm1_name-16616272
2025-10-13 01:50:03,563 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-fvn_vm1_name-16616272 passed
2025-10-13 01:50:04,160 - INFO - FIP 124.93.180.132 verification for passed on all Control-nodes
2025-10-13 01:50:04,160 - INFO - FIP ID e85982b1-6252-4c6b-823c-6c579000c341(124.93.180.132) validation in Control node passed
2025-10-13 01:50:04,274 - INFO - FIP ID e85982b1-6252-4c6b-823c-6c579000c341(124.93.180.132) validation in agents passed
2025-10-13 01:50:04,332 - INFO - FIP ID e85982b1-6252-4c6b-823c-6c579000c341(124.93.180.132) validation in API Server passed
2025-10-13 01:50:06,993 - INFO - Ping to IP 124.93.180.131 from VM ctest-vn1_vm1_name-87786147 passed
2025-10-13 01:50:07,249 - INFO - Deleting the FIP pool ctest-some-pool-79491372
2025-10-13 01:50:07,404 - INFO - Deleting VM ctest-fvn_vm1_name-16616272
2025-10-13 01:50:07,554 - INFO - Deleting VM ctest-vn1_vm1_name-87786147
2025-10-13 01:50:07,724 - INFO - Deleting VN ctest-vn1-84782413
2025-10-13 01:50:07,871 - WARNING - Deleting VN ctest-vn1-84782413 failed..Will retry
2025-10-13 01:50:10,420 - INFO - Validated that VN ctest-vn1-84782413 is not found in API Server
2025-10-13 01:50:10,520 - INFO - Validated that VN ctest-vn1-84782413 is not in any agent
2025-10-13 01:50:10,668 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn1-84782413 info
2025-10-13 01:50:10,668 - INFO - Deleting VN ctest-fvn-32553111
2025-10-13 01:50:11,092 - INFO - Validated that VN ctest-fvn-32553111 is not found in API Server
2025-10-13 01:50:11,188 - INFO - Validated that VN ctest-fvn-32553111 is not in any agent
2025-10-13 01:50:11,336 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-fvn-32553111 info
2025-10-13 01:50:11,729 - INFO - END TEST : test_floating_ip : PASSED[0:00:46]
2025-10-13 01:50:11,729 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:12,453 - INFO - Deleted project: ctest-FloatingipBasicTestSanity-45569992, ID : 259b84fe-b0d5-4202-a876-d46612110a58
2025-10-13 01:50:12,918 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:50:12,930 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:50:13,133 - INFO - Project ctest-TestHeat-98127140 not found, creating it
2025-10-13 01:50:13,694 - INFO - Created Project:ctest-TestHeat-98127140, ID : 90598cd8-9914-4555-85cb-ce2e917e8ed5
2025-10-13 01:50:15,559 - INFO - ctest-TestHeat-98127140 user already added to project
2025-10-13 01:50:15,561 - INFO - ================================================================================
2025-10-13 01:50:15,561 - INFO - STARTING TEST : test_heat_stacks_list
2025-10-13 01:50:15,561 - INFO - TEST DESCRIPTION :
Validate installation of heat
This issues a command to list all the heat-stacks
2025-10-13 01:50:15,949 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:50:15,949 - INFO -
2025-10-13 01:50:16,515 - INFO - The following are the stacks currently : []
2025-10-13 01:50:16,905 - INFO - END TEST : test_heat_stacks_list : PASSED[0:00:01]
2025-10-13 01:50:16,905 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:17,655 - INFO - Deleted project: ctest-TestHeat-98127140, ID : 90598cd8-9914-4555-85cb-ce2e917e8ed5
2025-10-13 01:50:17,911 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:50:17,922 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:50:18,116 - INFO - Project ctest-TestCRUD-95344642 not found, creating it
2025-10-13 01:50:18,648 - INFO - Created Project:ctest-TestCRUD-95344642, ID : 3d571295-46a7-4102-9225-0b6d8bc7ad7f
2025-10-13 01:50:20,351 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-90664036']
2025-10-13 01:50:21,391 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-41521034']
2025-10-13 01:50:22,644 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-95344642', 'ctest-proj-sg1-91382055']
2025-10-13 01:50:23,625 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-95344642', 'ctest-proj-sg2-49433999']
2025-10-13 01:50:24,505 - INFO - ================================================================================
2025-10-13 01:50:24,507 - INFO - STARTING TEST : test_router_crud
2025-10-13 01:50:24,885 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:50:24,885 - INFO -
2025-10-13 01:50:24,885 - INFO - Router create Request {'router': {'name': 'name-69917585'}}
2025-10-13 01:50:25,007 - INFO - Router create Response : {'router': {'id': 'feb5971a-240f-430d-a802-b45f1249f287', 'name': 'name-69917585', 'tenant_id': '5fc4bc8d4b104e4199a15d01acfe2c8e', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-69917585'], 'description': '', 'created_at': '2025-10-13T01:50:24.948399', 'updated_at': '2025-10-13T01:50:24.948399', 'project_id': '5fc4bc8d4b104e4199a15d01acfe2c8e'}}
2025-10-13 01:50:25,007 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-69917585'}}
2025-10-13 01:50:25,069 - INFO - Attribute id is created
2025-10-13 01:50:25,069 - INFO - Attribute name is created
2025-10-13 01:50:25,069 - INFO - Attribute admin_state_up is created
2025-10-13 01:50:25,069 - INFO - Attribute status is created
2025-10-13 01:50:25,069 - INFO - Attribute tenant_id is created
2025-10-13 01:50:26,910 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-13 01:50:26,910 - INFO - Router Update request {'router': {'name': 'name-22616313'}}
2025-10-13 01:50:27,047 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-22616313'}}
2025-10-13 01:50:27,047 - INFO - Response : {'router': {'id': 'feb5971a-240f-430d-a802-b45f1249f287', 'name': 'name-22616313', 'tenant_id': '5fc4bc8d4b104e4199a15d01acfe2c8e', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-69917585'], 'description': '', 'created_at': '2025-10-13T01:50:24.948399', 'updated_at': '2025-10-13T01:50:24.991424', 'project_id': '5fc4bc8d4b104e4199a15d01acfe2c8e'}}
2025-10-13 01:50:27,048 - INFO - Updation of Router feb5971a-240f-430d-a802-b45f1249f287 with body {'router': {'name': 'name-22616313'}} passed
2025-10-13 01:50:27,048 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:27,048 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-13 01:50:27,179 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-13 01:50:27,179 - INFO - Response : {'router': {'id': 'feb5971a-240f-430d-a802-b45f1249f287', 'name': 'name-22616313', 'tenant_id': '5fc4bc8d4b104e4199a15d01acfe2c8e', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-69917585'], 'description': '', 'created_at': '2025-10-13T01:50:24.948399', 'updated_at': '2025-10-13T01:50:26.997565', 'project_id': '5fc4bc8d4b104e4199a15d01acfe2c8e'}}
2025-10-13 01:50:27,180 - INFO - Updation of Router feb5971a-240f-430d-a802-b45f1249f287 with body {'router': {'admin_state_up': 'False'}} passed
2025-10-13 01:50:27,180 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:27,180 - INFO - Deleting router feb5971a-240f-430d-a802-b45f1249f287
2025-10-13 01:50:27,302 - ERROR - Result of delete router feb5971a-240f-430d-a802-b45f1249f287: ()
2025-10-13 01:50:27,302 - INFO - ================================================================================
2025-10-13 01:50:27,302 - INFO - Router create Request {'router': {'admin_state_up': 'True', 'name': 'name-56554550'}}
2025-10-13 01:50:27,412 - INFO - Router create Response : {'router': {'id': 'cc2486e7-0608-4032-b7d7-d8bea5895f2b', 'name': 'name-56554550', 'tenant_id': '5fc4bc8d4b104e4199a15d01acfe2c8e', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-56554550'], 'description': '', 'created_at': '2025-10-13T01:50:27.358715', 'updated_at': '2025-10-13T01:50:27.358715', 'project_id': '5fc4bc8d4b104e4199a15d01acfe2c8e'}}
2025-10-13 01:50:27,413 - INFO - Router create PASSED ,Body : {'router': {'admin_state_up': 'True', 'name': 'name-56554550'}}
2025-10-13 01:50:27,481 - INFO - Attribute id is created
2025-10-13 01:50:27,481 - INFO - Attribute name is created
2025-10-13 01:50:27,481 - INFO - Attribute admin_state_up is created
2025-10-13 01:50:27,481 - INFO - Attribute status is created
2025-10-13 01:50:27,481 - INFO - Attribute tenant_id is created
2025-10-13 01:50:29,297 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-13 01:50:29,298 - INFO - Router Update request {'router': {'name': 'name-13814835'}}
2025-10-13 01:50:29,432 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-13814835'}}
2025-10-13 01:50:29,433 - INFO - Response : {'router': {'id': 'cc2486e7-0608-4032-b7d7-d8bea5895f2b', 'name': 'name-13814835', 'tenant_id': '5fc4bc8d4b104e4199a15d01acfe2c8e', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-56554550'], 'description': '', 'created_at': '2025-10-13T01:50:27.358715', 'updated_at': '2025-10-13T01:50:27.422673', 'project_id': '5fc4bc8d4b104e4199a15d01acfe2c8e'}}
2025-10-13 01:50:29,433 - INFO - Updation of Router cc2486e7-0608-4032-b7d7-d8bea5895f2b with body {'router': {'name': 'name-13814835'}} passed
2025-10-13 01:50:29,433 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:29,433 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-13 01:50:29,572 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-13 01:50:29,573 - INFO - Response : {'router': {'id': 'cc2486e7-0608-4032-b7d7-d8bea5895f2b', 'name': 'name-13814835', 'tenant_id': '5fc4bc8d4b104e4199a15d01acfe2c8e', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-56554550'], 'description': '', 'created_at': '2025-10-13T01:50:27.358715', 'updated_at': '2025-10-13T01:50:29.377921', 'project_id': '5fc4bc8d4b104e4199a15d01acfe2c8e'}}
2025-10-13 01:50:29,573 - INFO - Updation of Router cc2486e7-0608-4032-b7d7-d8bea5895f2b with body {'router': {'admin_state_up': 'False'}} passed
2025-10-13 01:50:29,573 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:29,573 - INFO - Deleting router cc2486e7-0608-4032-b7d7-d8bea5895f2b
2025-10-13 01:50:29,694 - ERROR - Result of delete router cc2486e7-0608-4032-b7d7-d8bea5895f2b: ()
2025-10-13 01:50:29,694 - INFO - ================================================================================
2025-10-13 01:50:29,695 - INFO - Router create Request {'router': {'name': 'name-76260533', 'tenant_id': '3d571295-46a7-4102-9225-0b6d8bc7ad7f'}}
2025-10-13 01:50:29,819 - INFO - Router create Response : {'router': {'id': 'f492bb51-774d-4da7-afd9-66d089cb79af', 'name': 'name-76260533', 'tenant_id': '3d57129546a7410292250b6d8bc7ad7f', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-95344642', 'name-76260533'], 'description': '', 'created_at': '2025-10-13T01:50:29.753721', 'updated_at': '2025-10-13T01:50:29.753721', 'project_id': '3d57129546a7410292250b6d8bc7ad7f'}}
2025-10-13 01:50:29,820 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-76260533', 'tenant_id': '3d571295-46a7-4102-9225-0b6d8bc7ad7f'}}
2025-10-13 01:50:29,885 - INFO - Attribute id is created
2025-10-13 01:50:29,885 - INFO - Attribute name is created
2025-10-13 01:50:29,885 - INFO - Attribute admin_state_up is created
2025-10-13 01:50:29,885 - INFO - Attribute status is created
2025-10-13 01:50:29,885 - INFO - Attribute tenant_id is created
2025-10-13 01:50:31,685 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-13 01:50:31,685 - INFO - Router Update request {'router': {'name': 'name-96597954'}}
2025-10-13 01:50:31,820 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-96597954'}}
2025-10-13 01:50:31,820 - INFO - Response : {'router': {'id': 'f492bb51-774d-4da7-afd9-66d089cb79af', 'name': 'name-96597954', 'tenant_id': '3d57129546a7410292250b6d8bc7ad7f', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-95344642', 'name-76260533'], 'description': '', 'created_at': '2025-10-13T01:50:29.753721', 'updated_at': '2025-10-13T01:50:29.798854', 'project_id': '3d57129546a7410292250b6d8bc7ad7f'}}
2025-10-13 01:50:31,820 - INFO - Updation of Router f492bb51-774d-4da7-afd9-66d089cb79af with body {'router': {'name': 'name-96597954'}} passed
2025-10-13 01:50:31,820 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:31,821 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-13 01:50:31,955 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-13 01:50:31,955 - INFO - Response : {'router': {'id': 'f492bb51-774d-4da7-afd9-66d089cb79af', 'name': 'name-96597954', 'tenant_id': '3d57129546a7410292250b6d8bc7ad7f', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-95344642', 'name-76260533'], 'description': '', 'created_at': '2025-10-13T01:50:29.753721', 'updated_at': '2025-10-13T01:50:31.762442', 'project_id': '3d57129546a7410292250b6d8bc7ad7f'}}
2025-10-13 01:50:31,956 - INFO - Updation of Router f492bb51-774d-4da7-afd9-66d089cb79af with body {'router': {'admin_state_up': 'True'}} passed
2025-10-13 01:50:31,956 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:31,956 - INFO - Deleting router f492bb51-774d-4da7-afd9-66d089cb79af
2025-10-13 01:50:32,111 - ERROR - Result of delete router f492bb51-774d-4da7-afd9-66d089cb79af: ()
2025-10-13 01:50:32,111 - INFO - ================================================================================
2025-10-13 01:50:32,111 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-95344642', 'ctest-proj-sg2-49433999']
2025-10-13 01:50:32,224 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-95344642', 'ctest-proj-sg1-91382055']
2025-10-13 01:50:32,347 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-41521034']
2025-10-13 01:50:32,461 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-90664036']
2025-10-13 01:50:32,972 - INFO - END TEST : test_router_crud : PASSED[0:00:08]
2025-10-13 01:50:32,972 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:33,667 - INFO - Deleted project: ctest-TestCRUD-95344642, ID : 3d571295-46a7-4102-9225-0b6d8bc7ad7f
2025-10-13 01:50:33,902 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:50:33,912 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:50:34,096 - INFO - Project ctest-TestPorts-52314665 not found, creating it
2025-10-13 01:50:34,585 - INFO - Created Project:ctest-TestPorts-52314665, ID : 859b4aa0-7476-4edb-9eed-7268520fa954
2025-10-13 01:50:36,267 - INFO - ================================================================================
2025-10-13 01:50:36,267 - INFO - STARTING TEST : test_ports_bindings
2025-10-13 01:50:36,267 - 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-13 01:50:36,657 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:50:36,657 - INFO -
2025-10-13 01:50:37,734 - INFO - Created VN ctest-vn-49693307
2025-10-13 01:50:39,130 - INFO - VMI cd0f9adf-a0cc-4c1b-9813-a67495c59e87 verification in API Server passed
2025-10-13 01:50:39,317 - INFO - Deleted port cd0f9adf-a0cc-4c1b-9813-a67495c59e87
2025-10-13 01:50:39,318 - INFO - Deleting VN ctest-vn-49693307
2025-10-13 01:50:39,913 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-13 01:50:39,913 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:50:39,915 - INFO - ================================================================================
2025-10-13 01:50:39,915 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-10-13 01:50:39,915 - 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-13 01:50:40,325 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:50:40,325 - INFO -
2025-10-13 01:50:41,146 - INFO - Created VN ctest-vn1-01008738
2025-10-13 01:50:42,969 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:50:43,903 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:50:43,903 - INFO - Waiting for VM ctest-vn1-vm1-83828070 to be up..
2025-10-13 01:50:49,156 - INFO - VM name : ctest-vn1-vm1-83828070
2025-10-13 01:50:59,305 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-83828070 passed
2025-10-13 01:50:59,674 - INFO - Waiting for VM ctest-vn1-vm2-98969030 to be up..
2025-10-13 01:50:59,822 - INFO - VM name : ctest-vn1-vm2-98969030
2025-10-13 01:51:01,599 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-98969030 passed
2025-10-13 01:51:04,989 - INFO - Ping to IP 69.64.144.197 from VM ctest-vn1-vm2-98969030 passed
2025-10-13 01:51:04,989 - INFO - Detaching port 8782fe0c-2de5-45ac-9158-3de23108d7af from VM ctest-vn1-vm2-98969030
2025-10-13 01:51:05,161 - INFO - Deleting VM ctest-vn1-vm2-98969030
2025-10-13 01:51:05,305 - INFO - Detaching port 3ac90f2a-dd16-42bf-a15a-4fb0668f6c19 from VM ctest-vn1-vm1-83828070
2025-10-13 01:51:05,369 - INFO - Deleting VM ctest-vn1-vm1-83828070
2025-10-13 01:51:06,079 - INFO - Deleting VN ctest-vn1-01008738
2025-10-13 01:51:06,648 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:27]
2025-10-13 01:51:06,648 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:51:07,372 - INFO - Deleted project: ctest-TestPorts-52314665, ID : 859b4aa0-7476-4edb-9eed-7268520fa954
2025-10-13 01:51:07,674 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:51:07,684 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:51:07,900 - INFO - Project ctest-TestRouters-11701436 not found, creating it
2025-10-13 01:51:08,429 - INFO - Created Project:ctest-TestRouters-11701436, ID : a98f10e9-0d01-4e17-a2e3-26049e07fe45
2025-10-13 01:51:10,121 - INFO - ================================================================================
2025-10-13 01:51:10,122 - INFO - STARTING TEST : test_basic_router_behavior
2025-10-13 01:51:10,122 - 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-13 01:51:10,537 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:51:10,537 - INFO -
2025-10-13 01:51:11,681 - INFO - Created VN ctest-vn1-79224623
2025-10-13 01:51:12,569 - INFO - Created VN ctest-vn2-26425477
2025-10-13 01:51:14,333 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:51:15,952 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:51:16,087 - INFO - Adding interface with subnet_id 77252a40-8f3b-4332-91e9-244e71902c34, port_id None to router 099aec72-6cb9-48b1-a7cf-4004ab4cfccb
2025-10-13 01:51:16,658 - INFO - Waiting for VM ctest-vn1-vm1-13039412 to be up..
2025-10-13 01:51:21,964 - INFO - VM name : ctest-vn1-vm1-13039412
2025-10-13 01:51:28,345 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-13039412 passed
2025-10-13 01:51:28,718 - INFO - Waiting for VM ctest-vn2-vm1-96832456 to be up..
2025-10-13 01:51:28,862 - INFO - VM name : ctest-vn2-vm1-96832456
2025-10-13 01:51:30,653 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn2-vm1-96832456 passed
2025-10-13 01:51:35,741 - WARNING - Ping to IP 83.245.102.195 from VM ctest-vn1-vm1-13039412 failed
2025-10-13 01:51:35,741 - INFO - Adding interface with subnet_id fbd4cc82-3fe1-4bc2-a001-030cb108b53e, port_id None to router 099aec72-6cb9-48b1-a7cf-4004ab4cfccb
2025-10-13 01:51:38,356 - INFO - Ping to IP 83.245.102.195 from VM ctest-vn1-vm1-13039412 passed
2025-10-13 01:51:38,356 - INFO - Deleting interface with subnet_id 77252a40-8f3b-4332-91e9-244e71902c34, port_id None from router 099aec72-6cb9-48b1-a7cf-4004ab4cfccb
2025-10-13 01:51:41,806 - WARNING - Ping to IP 83.245.102.195 from VM ctest-vn1-vm1-13039412 failed
2025-10-13 01:51:41,806 - INFO - Adding interface with subnet_id 77252a40-8f3b-4332-91e9-244e71902c34, port_id None to router 099aec72-6cb9-48b1-a7cf-4004ab4cfccb
2025-10-13 01:51:45,395 - WARNING - Ping to IP 83.245.102.195 from VM ctest-vn1-vm1-13039412 failed
2025-10-13 01:51:48,601 - INFO - Ping to IP 83.245.102.195 from VM ctest-vn1-vm1-13039412 passed
2025-10-13 01:51:48,601 - INFO - Deleting interface with subnet_id fbd4cc82-3fe1-4bc2-a001-030cb108b53e, port_id None from router 099aec72-6cb9-48b1-a7cf-4004ab4cfccb
2025-10-13 01:51:48,866 - INFO - Deleting interface with subnet_id 77252a40-8f3b-4332-91e9-244e71902c34, port_id None from router 099aec72-6cb9-48b1-a7cf-4004ab4cfccb
2025-10-13 01:51:49,257 - INFO - Deleting VM ctest-vn2-vm1-96832456
2025-10-13 01:51:49,378 - INFO - Deleting VM ctest-vn1-vm1-13039412
2025-10-13 01:51:49,507 - INFO - Deleting VN ctest-vn2-26425477
2025-10-13 01:51:49,647 - WARNING - Deleting VN ctest-vn2-26425477 failed..Will retry
2025-10-13 01:51:51,868 - INFO - Deleting VN ctest-vn1-79224623
2025-10-13 01:51:52,460 - INFO - END TEST : test_basic_router_behavior : PASSED[0:00:42]
2025-10-13 01:51:52,460 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:51:53,229 - INFO - Deleted project: ctest-TestRouters-11701436, ID : a98f10e9-0d01-4e17-a2e3-26049e07fe45
2025-10-13 01:51:53,534 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:51:53,548 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:51:53,774 - INFO - Project ctest-TestRoutersBasic-45688964 not found, creating it
2025-10-13 01:51:54,254 - INFO - Created Project:ctest-TestRoutersBasic-45688964, ID : 8db5d755-01ae-41a7-9fe9-09346cb866af
2025-10-13 01:51:56,182 - INFO - ================================================================================
2025-10-13 01:51:56,183 - INFO - STARTING TEST : test_basic_snat_behavior_without_external_connectivity
2025-10-13 01:51:56,183 - 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-13 01:51:56,589 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:51:56,589 - INFO -
2025-10-13 01:51:57,407 - INFO - Default SG to be edited for allow all on project: ctest-TestRoutersBasic-45688964
2025-10-13 01:51:57,507 - INFO - Adding rules to the default security group in Project ctest-TestRoutersBasic-45688964
2025-10-13 01:51:58,717 - INFO - Created VN ctest-vn-22177125
2025-10-13 01:51:59,689 - INFO - Created VN ctest-ext_vn-09637672
2025-10-13 01:52:01,138 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:52:02,729 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:52:02,901 - INFO - Setting gateway for router 96032bd5-a8cc-471f-84df-d40ce14090b8 to network 8744b910-ca88-431d-875b-fadd3d5f0fc2
2025-10-13 01:52:03,079 - INFO - Adding interface with subnet_id f0661253-deb4-49cf-964e-ba8271d0bab8, port_id None to router 96032bd5-a8cc-471f-84df-d40ce14090b8
2025-10-13 01:52:03,722 - INFO - Waiting for VM ctest-TestRoutersBasic-45688964-38274112 to be up..
2025-10-13 01:52:09,046 - INFO - VM name : ctest-TestRoutersBasic-45688964-38274112
2025-10-13 01:52:15,470 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRoutersBasic-45688964-38274112 passed
2025-10-13 01:52:15,841 - INFO - Waiting for VM ctest-TestRoutersBasic-45688964-71616459 to be up..
2025-10-13 01:52:15,981 - INFO - VM name : ctest-TestRoutersBasic-45688964-71616459
2025-10-13 01:52:17,754 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestRoutersBasic-45688964-71616459 passed
2025-10-13 01:52:21,882 - INFO - Ping to IP 183.123.84.131 from VM ctest-TestRoutersBasic-45688964-38274112 passed
2025-10-13 01:52:21,882 - INFO - Deleting interface with subnet_id f0661253-deb4-49cf-964e-ba8271d0bab8, port_id None from router 96032bd5-a8cc-471f-84df-d40ce14090b8
2025-10-13 01:52:22,230 - INFO - Deleting VM ctest-TestRoutersBasic-45688964-71616459
2025-10-13 01:52:22,334 - INFO - Deleting VM ctest-TestRoutersBasic-45688964-38274112
2025-10-13 01:52:22,445 - INFO - Deleting VN ctest-ext_vn-09637672
2025-10-13 01:52:22,632 - WARNING - Deleting VN ctest-ext_vn-09637672 failed..Will retry
2025-10-13 01:52:24,809 - INFO - Deleting VN ctest-vn-22177125
2025-10-13 01:52:25,384 - INFO - END TEST : test_basic_snat_behavior_without_external_connectivity : PASSED[0:00:29]
2025-10-13 01:52:25,385 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:52:26,157 - INFO - Deleted project: ctest-TestRoutersBasic-45688964, ID : 8db5d755-01ae-41a7-9fe9-09346cb866af
2025-10-13 01:52:26,425 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:52:26,437 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:52:26,662 - INFO - Project ctest-TestBasicPolicyIpv4v6-87598214 not found, creating it
2025-10-13 01:52:27,255 - INFO - Created Project:ctest-TestBasicPolicyIpv4v6-87598214, ID : bc9b1832-ad9d-42fa-b8c1-368c69ba53c5
2025-10-13 01:52:29,243 - INFO - ================================================================================
2025-10-13 01:52:29,243 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-13 01:52:29,243 - 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-13 01:52:29,650 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:52:29,650 - INFO -
2025-10-13 01:52:31,074 - INFO - Created VN ctest-vn-99492197
2025-10-13 01:52:32,234 - INFO - Created VN ctest-vn-85550113
2025-10-13 01:52:34,598 - INFO - Verified VN network id 11 for VN 36b0a7e3-780c-490e-85f8-58a65bc81284
2025-10-13 01:52:34,598 - INFO - Verifications in API Server for VN ctest-vn-99492197 passed
2025-10-13 01:52:34,927 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-99492197 passed
2025-10-13 01:52:35,173 - INFO - VN ctest-vn-99492197 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-13 01:52:35,644 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-87598214:ctest-vn-99492197 is found in opserver
2025-10-13 01:52:36,388 - INFO - Verified VN network id 12 for VN 61bce272-0018-4a61-9ea4-21a3bb91a044
2025-10-13 01:52:36,388 - INFO - Verifications in API Server for VN ctest-vn-85550113 passed
2025-10-13 01:52:36,709 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-85550113 passed
2025-10-13 01:52:36,955 - INFO - VN ctest-vn-85550113 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-13 01:52:37,012 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-87598214:ctest-vn-85550113 is found in opserver
2025-10-13 01:52:37,164 - INFO - Disabling v6 tests for CI
2025-10-13 01:52:37,786 - INFO - Deleted policy ctest-policy-allow-all-81634754
2025-10-13 01:52:37,786 - INFO - Deleting VN ctest-vn-85550113
2025-10-13 01:52:38,200 - INFO - Validated that VN ctest-vn-85550113 is not found in API Server
2025-10-13 01:52:38,296 - INFO - Validated that VN ctest-vn-85550113 is not in any agent
2025-10-13 01:52:38,440 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-85550113 info
2025-10-13 01:52:38,440 - INFO - Deleting VN ctest-vn-99492197
2025-10-13 01:52:38,868 - INFO - Validated that VN ctest-vn-99492197 is not found in API Server
2025-10-13 01:52:38,968 - INFO - Validated that VN ctest-vn-99492197 is not in any agent
2025-10-13 01:52:39,129 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-99492197 info
2025-10-13 01:52:39,533 - INFO -
2025-10-13 01:52:39,533 - INFO - END TEST : test_basic_policy_allow_deny : SKIPPED[0:00:10]
2025-10-13 01:52:39,533 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:52:40,420 - INFO - Deleted project: ctest-TestBasicPolicyIpv4v6-87598214, ID : bc9b1832-ad9d-42fa-b8c1-368c69ba53c5
2025-10-13 01:52:40,698 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:52:40,708 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:52:40,908 - INFO - Project ctest-TestBasicPolicyNegativeIpv4v6-19718268 not found, creating it
2025-10-13 01:52:41,441 - INFO - Created Project:ctest-TestBasicPolicyNegativeIpv4v6-19718268, ID : c9548f38-448d-49ae-a9d3-dde8b65cb714
2025-10-13 01:52:43,180 - INFO - ================================================================================
2025-10-13 01:52:43,180 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-13 01:52:43,577 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:52:43,577 - INFO -
2025-10-13 01:52:43,577 - INFO - ================================================================================
2025-10-13 01:52:43,577 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-13 01:52:43,577 - 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-13 01:52:43,968 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:52:43,969 - INFO -
2025-10-13 01:52:45,653 - INFO - Created VN ctest-vn4-26080794
2025-10-13 01:52:47,308 - INFO - Verified VN network id 11 for VN e2685abe-4998-4145-9213-f6e54a17018b
2025-10-13 01:52:47,308 - INFO - Verifications in API Server for VN ctest-vn4-26080794 passed
2025-10-13 01:52:47,622 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn4-26080794 passed
2025-10-13 01:52:47,869 - INFO - VN ctest-vn4-26080794 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-13 01:52:48,340 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyNegativeIpv4v6-19718268:ctest-vn4-26080794 is found in opserver
2025-10-13 01:52:48,722 - INFO - Verified policy ctest-policy1-17762477 in API Server, Result: True
2025-10-13 01:52:48,722 - INFO - Done with setup and verification, moving onto test ..
2025-10-13 01:52:48,731 - INFO - Deleting VN ctest-vn4-26080794
2025-10-13 01:52:49,212 - INFO - Validated that VN ctest-vn4-26080794 is not found in API Server
2025-10-13 01:52:49,312 - INFO - Validated that VN ctest-vn4-26080794 is not in any agent
2025-10-13 01:52:49,468 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn4-26080794 info
2025-10-13 01:52:49,496 - INFO - Deleted policy ctest-policy1-17762477
2025-10-13 01:52:50,080 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:07]
2025-10-13 01:52:50,080 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:52:50,465 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:07]
2025-10-13 01:52:50,465 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:52:51,228 - INFO - Deleted project: ctest-TestBasicPolicyNegativeIpv4v6-19718268, ID : c9548f38-448d-49ae-a9d3-dde8b65cb714
2025-10-13 01:52:51,509 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:52:51,520 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:52:51,732 - INFO - Project ctest-TestBasicPolicy-64046718 not found, creating it
2025-10-13 01:52:52,281 - INFO - Created Project:ctest-TestBasicPolicy-64046718, ID : 77b2b8e2-a4da-412f-8b35-1e24cd0c6d1e
2025-10-13 01:52:54,063 - INFO - ================================================================================
2025-10-13 01:52:54,063 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-13 01:52:54,063 - 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-13 01:52:54,461 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:52:54,461 - INFO -
2025-10-13 01:52:55,518 - INFO - Created VN ctest-vn-15109593
2025-10-13 01:52:56,373 - INFO - Created VN ctest-vn-09240494
2025-10-13 01:52:58,657 - INFO - Verified VN network id 11 for VN a775161f-bc20-4e17-8271-b855282ddfe2
2025-10-13 01:52:58,657 - INFO - Verifications in API Server for VN ctest-vn-15109593 passed
2025-10-13 01:52:58,981 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-15109593 passed
2025-10-13 01:52:59,235 - INFO - VN ctest-vn-15109593 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-13 01:52:59,700 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-64046718:ctest-vn-15109593 is found in opserver
2025-10-13 01:53:00,442 - INFO - Verified VN network id 12 for VN ed3d3ace-9e29-4f99-9bcc-97cc7482feec
2025-10-13 01:53:00,442 - INFO - Verifications in API Server for VN ctest-vn-09240494 passed
2025-10-13 01:53:00,770 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-09240494 passed
2025-10-13 01:53:01,031 - INFO - VN ctest-vn-09240494 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-13 01:53:01,092 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-64046718:ctest-vn-09240494 is found in opserver
2025-10-13 01:53:02,456 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:53:03,829 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:53:03,830 - INFO - Waiting for VM ctest-TestBasicPolicy-64046718-15474618 to be up..
2025-10-13 01:53:09,133 - INFO - VM name : ctest-TestBasicPolicy-64046718-15474618
2025-10-13 01:53:15,150 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicPolicy-64046718-15474618 passed
2025-10-13 01:53:20,763 - INFO - Waiting for VM ctest-TestBasicPolicy-64046718-46073283 to be up..
2025-10-13 01:53:20,949 - INFO - VM name : ctest-TestBasicPolicy-64046718-46073283
2025-10-13 01:53:22,772 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicPolicy-64046718-46073283 passed
2025-10-13 01:53:27,347 - INFO - Ping to IP 63.83.171.131 from VM ctest-TestBasicPolicy-64046718-15474618 passed
2025-10-13 01:53:30,736 - WARNING - Ping to IP 63.83.171.131 from VM ctest-TestBasicPolicy-64046718-15474618 failed
2025-10-13 01:53:30,736 - INFO - Deleting VM ctest-TestBasicPolicy-64046718-46073283
2025-10-13 01:53:30,847 - INFO - Deleting VM ctest-TestBasicPolicy-64046718-15474618
2025-10-13 01:53:31,669 - INFO - Deleted policy ctest-policy-allow-all-34050929
2025-10-13 01:53:31,669 - INFO - Deleting VN ctest-vn-09240494
2025-10-13 01:53:31,823 - WARNING - Deleting VN ctest-vn-09240494 failed..Will retry
2025-10-13 01:53:34,248 - INFO - Validated that VN ctest-vn-09240494 is not found in API Server
2025-10-13 01:53:34,348 - INFO - Validated that VN ctest-vn-09240494 is not in any agent
2025-10-13 01:53:34,492 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-09240494 info
2025-10-13 01:53:34,492 - INFO - Deleting VN ctest-vn-15109593
2025-10-13 01:53:34,945 - INFO - Validated that VN ctest-vn-15109593 is not found in API Server
2025-10-13 01:53:35,044 - INFO - Validated that VN ctest-vn-15109593 is not in any agent
2025-10-13 01:53:35,196 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-15109593 info
2025-10-13 01:53:35,580 - INFO - END TEST : test_basic_policy_allow_deny : PASSED[0:00:41]
2025-10-13 01:53:35,580 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:53:36,318 - INFO - Deleted project: ctest-TestBasicPolicy-64046718, ID : 77b2b8e2-a4da-412f-8b35-1e24cd0c6d1e
2025-10-13 01:53:36,614 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:53:36,686 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:53:36,888 - INFO - Project ctest-TestRP-00436358 not found, creating it
2025-10-13 01:53:37,421 - INFO - Created Project:ctest-TestRP-00436358, ID : b2006655-ffb8-4dfe-96ba-8bffbf39642b
2025-10-13 01:53:39,359 - INFO - ================================================================================
2025-10-13 01:53:39,359 - INFO - STARTING TEST : test_rp_interface
2025-10-13 01:53:39,359 - 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-13 01:53:39,741 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:53:39,741 - INFO -
2025-10-13 01:53:41,101 - INFO - Created VN ctest-bgpaas_vn-21881767
2025-10-13 01:53:42,118 - INFO - Created VN ctest-bgpaas_vn-11774072
2025-10-13 01:53:43,692 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:53:44,992 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:53:44,992 - INFO - Waiting for VM test_vm to be up..
2025-10-13 01:53:50,284 - INFO - VM name : test_vm
2025-10-13 01:53:56,702 - INFO - Ping to Metadata IP 169.254.0.3 of VM test_vm passed
2025-10-13 01:53:57,078 - INFO - Waiting for VM test2_vm to be up..
2025-10-13 01:53:57,260 - INFO - VM name : test2_vm
2025-10-13 01:53:59,100 - INFO - Ping to Metadata IP 169.254.0.4 of VM test2_vm passed
2025-10-13 01:54:03,497 - INFO - Ping to IP 134.157.150.3 from VM test_vm passed
2025-10-13 01:54:03,607 - INFO - Deleting VM test2_vm
2025-10-13 01:54:03,733 - INFO - Deleting VM test_vm
2025-10-13 01:54:03,882 - INFO - Deleting VN ctest-bgpaas_vn-11774072
2025-10-13 01:54:04,027 - WARNING - Deleting VN ctest-bgpaas_vn-11774072 failed..Will retry
2025-10-13 01:54:06,275 - INFO - Deleting VN ctest-bgpaas_vn-21881767
2025-10-13 01:54:06,872 - INFO - END TEST : test_rp_interface : PASSED[0:00:27]
2025-10-13 01:54:06,873 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:54:07,646 - INFO - Deleted project: ctest-TestRP-00436358, ID : b2006655-ffb8-4dfe-96ba-8bffbf39642b
2025-10-13 01:54:07,930 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:54:07,944 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:54:08,166 - INFO - Project ctest-TestSvcRegr-59976298 not found, creating it
2025-10-13 01:54:08,676 - INFO - Created Project:ctest-TestSvcRegr-59976298, ID : 892efee7-a242-49ec-894e-a0e659bd876a
2025-10-13 01:54:10,533 - INFO - ================================================================================
2025-10-13 01:54:10,534 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-10-13 01:54:10,929 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:54:10,929 - INFO -
2025-10-13 01:54:12,082 - INFO - Created VN ctest-mgmt_vn-15082788
2025-10-13 01:54:13,350 - INFO - Verified VN network id 11 for VN a4a6e808-0b70-4315-ba50-6f29e63728ca
2025-10-13 01:54:13,351 - INFO - Verifications in API Server for VN ctest-mgmt_vn-15082788 passed
2025-10-13 01:54:13,682 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-mgmt_vn-15082788 passed
2025-10-13 01:54:14,444 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-59976298:ctest-mgmt_vn-15082788 is found in opserver
2025-10-13 01:54:15,273 - INFO - Created VN ctest-left_vn-54437240
2025-10-13 01:54:16,189 - INFO - Verified VN network id 12 for VN 824193a1-337b-47d6-a4ae-c4c4f185de2d
2025-10-13 01:54:16,189 - INFO - Verifications in API Server for VN ctest-left_vn-54437240 passed
2025-10-13 01:54:16,521 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-left_vn-54437240 passed
2025-10-13 01:54:16,820 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-59976298:ctest-left_vn-54437240 is found in opserver
2025-10-13 01:54:17,634 - INFO - Created VN ctest-right_vn-61315590
2025-10-13 01:54:18,497 - INFO - Verified VN network id 13 for VN aeb0751e-7e37-455a-8f06-3455af7eb9ec
2025-10-13 01:54:18,497 - INFO - Verifications in API Server for VN ctest-right_vn-61315590 passed
2025-10-13 01:54:18,813 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-right_vn-61315590 passed
2025-10-13 01:54:19,128 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-59976298:ctest-right_vn-61315590 is found in opserver
2025-10-13 01:54:20,492 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:54:21,752 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:54:22 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-13 01:54:25,317 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:54:25,318 - INFO - Waiting for VM ctest-pt_svm0-51639541 to be up..
2025-10-13 01:54:35,646 - INFO - VM name : ctest-pt_svm0-51639541
2025-10-13 01:54:50,614 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-pt_svm0-51639541 passed
2025-10-13 01:55:14,095 - INFO - Waiting for VM ctest-left_vm-56876183 to be up..
2025-10-13 01:55:14,350 - INFO - VM name : ctest-left_vm-56876183
2025-10-13 01:55:16,394 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-left_vm-56876183 passed
2025-10-13 01:55:16,771 - INFO - Waiting for VM ctest-right_vm-87743188 to be up..
2025-10-13 01:55:16,933 - INFO - VM name : ctest-right_vm-87743188
2025-10-13 01:55:18,753 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-right_vm-87743188 passed
2025-10-13 01:55:19,583 - INFO - Attaching policy ctest-policy-28169136 to vn ctest-left_vn-54437240
2025-10-13 01:55:20,147 - INFO - Attaching policy ctest-policy-28169136 to vn ctest-right_vn-61315590
2025-10-13 01:55:25,569 - INFO - Ping to Metadata IP 169.254.0.6 of VM ctest-pt_svm0-51639541 passed
2025-10-13 01:55:28,741 - INFO - VM ctest-pt_svm0-51639541 verifications in Compute nodes passed
2025-10-13 01:55:29,183 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-59976298:ctest-left_vn-54437240
2025-10-13 01:55:29,327 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-59976298:ctest-right_vn-61315590
2025-10-13 01:55:29,640 - INFO - Route to 11.151.185.195 seen in VRF:5 on cn-jenkins-deploy-platform-juju-os-589-1.englab.juniper.net, and SI ctest-si-15537254 is seen as the NH
2025-10-13 01:55:29,900 - INFO - Route to 81.98.10.195 seen in VRF:6 on cn-jenkins-deploy-platform-juju-os-589-1.englab.juniper.net, and SI ctest-si-15537254 is seen as the NH
2025-10-13 01:55:33,548 - INFO - Ping to IP 11.151.185.195 from VM ctest-left_vm-56876183 passed
2025-10-13 01:55:33,548 - INFO - Dettaching policy ctest-policy-28169136 from vn ctest-right_vn-61315590
2025-10-13 01:55:33,787 - INFO - Dettaching policy ctest-policy-28169136 from vn ctest-left_vn-54437240
2025-10-13 01:55:34,094 - INFO - Deleted policy ctest-policy-28169136
2025-10-13 01:55:34,193 - INFO - Deleted SI ['admin_domain', 'ctest-TestSvcRegr-59976298', 'ctest-si-15537254']
2025-10-13 01:55:34,543 - INFO - Deleting VM ctest-pt_svm0-51639541
2025-10-13 01:55:34,771 - INFO - Service template: ['admin_domain', 'ctest-service_template_1-55670289'] deleted successfully.
2025-10-13 01:55:34,771 - INFO - Deleting VM ctest-right_vm-87743188
2025-10-13 01:55:34,883 - INFO - Deleting VM ctest-left_vm-56876183
2025-10-13 01:55:35,024 - INFO - Deleting VN ctest-right_vn-61315590
2025-10-13 01:55:35,171 - WARNING - Deleting VN ctest-right_vn-61315590 failed..Will retry
2025-10-13 01:55:37,656 - INFO - Validated that VN ctest-right_vn-61315590 is not found in API Server
2025-10-13 01:55:37,764 - INFO - Validated that VN ctest-right_vn-61315590 is not in any agent
2025-10-13 01:55:37,920 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-right_vn-61315590 info
2025-10-13 01:55:37,920 - INFO - Deleting VN ctest-left_vn-54437240
2025-10-13 01:55:38,356 - INFO - Validated that VN ctest-left_vn-54437240 is not found in API Server
2025-10-13 01:55:38,456 - INFO - Validated that VN ctest-left_vn-54437240 is not in any agent
2025-10-13 01:55:38,613 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-left_vn-54437240 info
2025-10-13 01:55:38,613 - INFO - Deleting VN ctest-mgmt_vn-15082788
2025-10-13 01:55:39,060 - INFO - Validated that VN ctest-mgmt_vn-15082788 is not found in API Server
2025-10-13 01:55:39,164 - INFO - Validated that VN ctest-mgmt_vn-15082788 is not in any agent
2025-10-13 01:55:39,316 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-mgmt_vn-15082788 info
2025-10-13 01:55:39,733 - INFO -
2025-10-13 01:55:39,733 - INFO - END TEST : test_svc_in_network_datapath : PASSED[0:01:29]
2025-10-13 01:55:39,733 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:55:40,497 - INFO - Deleted project: ctest-TestSvcRegr-59976298, ID : 892efee7-a242-49ec-894e-a0e659bd876a
2025-10-13 01:55:40,821 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:55:40,835 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:55:41,084 - INFO - Project ctest-TestvDNSBasic0-04187609 not found, creating it
2025-10-13 01:55:41,665 - INFO - Created Project:ctest-TestvDNSBasic0-04187609, ID : 61fa6a33-c0e1-4a3a-b280-13771457cace
2025-10-13 01:55:43,717 - INFO - ================================================================================
2025-10-13 01:55:43,717 - INFO - STARTING TEST : test_vdns_ping_same_vn
2025-10-13 01:55:43,717 - 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-13 01:55:44,121 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:55:44,121 - INFO -
2025-10-13 01:55:44,980 - INFO - Using existing project ['admin_domain', 'ctest-TestvDNSBasic0-04187609'](61fa6a33-c0e1-4a3a-b280-13771457cace)
2025-10-13 01:55:47,130 - INFO - Created VN ctest-vn1-vdns-47320747
2025-10-13 01:55:48,941 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:55:48,942 - INFO - Waiting for VM ctest-vm1-test-19655807 to be up..
2025-10-13 01:55:54,177 - INFO - VM name : ctest-vm1-test-19655807
2025-10-13 01:56:02,154 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vm1-test-19655807 passed
2025-10-13 01:56:07,128 - INFO - Ping to IP ctest-vm1-test-19655807 from VM ctest-vm1-test-19655807 passed
2025-10-13 01:56:08,859 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:56:08,859 - INFO - Waiting for VM ctest-vm2-test-04656338 to be up..
2025-10-13 01:56:14,118 - INFO - VM name : ctest-vm2-test-04656338
2025-10-13 01:56:24,271 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vm2-test-04656338 passed
2025-10-13 01:56:29,125 - INFO - Ping to IP ctest-vm2-test-04656338 from VM ctest-vm2-test-04656338 passed
2025-10-13 01:56:31,866 - INFO - Ping to IP ctest-vm2-test-04656338 from VM ctest-vm1-test-19655807 passed
2025-10-13 01:56:31,866 - INFO - Try deleting the VDNS entry ctest-vdns1-09137429 with back ref of ipam.
2025-10-13 01:56:31,927 - INFO - Deletion of the vdns entry failed with back ref of ipam as expected
2025-10-13 01:56:31,927 - INFO - Add CNAME VDNS record for ctest-vm1-test-19655807 and verify we able to ping by alias name
2025-10-13 01:56:32,111 - INFO - In verify_on_setup
2025-10-13 01:56:32,216 - INFO - Verify VDNS record is shown in the API server
2025-10-13 01:56:32,453 - INFO - Verify VDNS record is shown in the control node
2025-10-13 01:56:33,033 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-19655807 failed
2025-10-13 01:56:34,565 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-19655807 failed
2025-10-13 01:56:38,102 - INFO - Ping to IP vm1-test-alias from VM ctest-vm1-test-19655807 passed
2025-10-13 01:56:38,191 - INFO - VDNS record info: admin_domain:ctest-vdns1-09137429:test-rec deleted successfully.
2025-10-13 01:56:38,191 - INFO - Deleting VM ctest-vm2-test-04656338
2025-10-13 01:56:38,427 - INFO - Deleting VM ctest-vm1-test-19655807
2025-10-13 01:56:38,584 - INFO - Deleting VN ctest-vn1-vdns-47320747
2025-10-13 01:56:38,737 - WARNING - Deleting VN ctest-vn1-vdns-47320747 failed..Will retry
2025-10-13 01:56:41,407 - INFO - VDNS info: ['admin_domain', 'ctest-vdns1-09137429'] deleted successfully.
2025-10-13 01:56:41,525 - INFO - VDNS information ctest-vdns1-09137429 removed from the API Server
2025-10-13 01:56:41,580 - INFO - VDNS information ctest-vdns1-09137429 removed in the Control node
2025-10-13 01:56:41,972 - INFO - END TEST : test_vdns_ping_same_vn : PASSED[0:00:58]
2025-10-13 01:56:41,972 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:56:42,793 - INFO - Deleted project: ctest-TestvDNSBasic0-04187609, ID : 61fa6a33-c0e1-4a3a-b280-13771457cace
2025-10-13 01:56:43,155 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:56:43,167 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:56:43,441 - INFO - Project ctest-TestBasicVMVNx-52604542 not found, creating it
2025-10-13 01:56:44,014 - INFO - Created Project:ctest-TestBasicVMVNx-52604542, ID : 453a77c3-e85c-45fc-96b2-6b6457f588bd
2025-10-13 01:56:46,011 - INFO - ================================================================================
2025-10-13 01:56:46,011 - INFO - STARTING TEST : test_vm_file_trf_scp_tests
2025-10-13 01:56:46,011 - 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-13 01:56:46,422 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:56:46,422 - INFO -
2025-10-13 01:56:47,593 - INFO - Created VN ctest-vn-99148086
2025-10-13 01:56:49,167 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:56:50,735 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:56:50,735 - INFO - Waiting for VM ctest-TestBasicVMVNx-52604542-81524635 to be up..
2025-10-13 01:56:56,033 - INFO - VM name : ctest-TestBasicVMVNx-52604542-81524635
2025-10-13 01:57:02,420 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVNx-52604542-81524635 passed
2025-10-13 01:57:02,790 - INFO - Waiting for VM ctest-TestBasicVMVNx-52604542-46892928 to be up..
2025-10-13 01:57:02,930 - INFO - VM name : ctest-TestBasicVMVNx-52604542-46892928
2025-10-13 01:57:04,734 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVNx-52604542-46892928 passed
2025-10-13 01:57:09,680 - INFO - File of size 1303 is trasferred successfully to ctest-TestBasicVMVNx-52604542-46892928
2025-10-13 01:57:09,680 - INFO - Deleting VM ctest-TestBasicVMVNx-52604542-46892928
2025-10-13 01:57:09,819 - INFO - Deleting VM ctest-TestBasicVMVNx-52604542-81524635
2025-10-13 01:57:09,975 - INFO - Deleting VN ctest-vn-99148086
2025-10-13 01:57:10,112 - WARNING - Deleting VN ctest-vn-99148086 failed..Will retry
2025-10-13 01:57:12,781 - INFO - END TEST : test_vm_file_trf_scp_tests : PASSED[0:00:26]
2025-10-13 01:57:12,781 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:57:13,561 - INFO - Deleted project: ctest-TestBasicVMVNx-52604542, ID : 453a77c3-e85c-45fc-96b2-6b6457f588bd
2025-10-13 01:57:13,811 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
2025-10-13 01:57:13,822 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
2025-10-13 01:57:14,005 - INFO - Project ctest-TestBasicVMVN-75338255 not found, creating it
2025-10-13 01:57:14,516 - INFO - Created Project:ctest-TestBasicVMVN-75338255, ID : bdcd8b58-b1bf-4c0f-bc04-f4a9cff2adf8
2025-10-13 01:57:16,397 - INFO - ================================================================================
2025-10-13 01:57:16,397 - INFO - STARTING TEST : test_generic_link_local_service
2025-10-13 01:57:16,397 - 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-13 01:57:16,793 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:57:16,793 - INFO -
2025-10-13 01:57:17,821 - INFO - Created VN ctest-vn2_metadata-31629955
2025-10-13 01:57:19,204 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:57:24,714 - INFO - Waiting for VM ctest-TestBasicVMVN-75338255-24487655 to be up..
2025-10-13 01:57:24,714 - INFO - VM name : ctest-TestBasicVMVN-75338255-24487655
2025-10-13 01:57:30,980 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-75338255-24487655 passed
2025-10-13 01:57:36,561 - INFO - Retry 0
2025-10-13 01:57:38,218 - INFO - Generic metadata worked
2025-10-13 01:57:38,495 - INFO - Deleting VM ctest-TestBasicVMVN-75338255-24487655
2025-10-13 01:57:38,610 - INFO - Deleting VN ctest-vn2_metadata-31629955
2025-10-13 01:57:38,742 - WARNING - Deleting VN ctest-vn2_metadata-31629955 failed..Will retry
2025-10-13 01:57:41,308 - INFO - END TEST : test_generic_link_local_service : PASSED[0:00:25]
2025-10-13 01:57:41,308 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:57:41,312 - INFO - ================================================================================
2025-10-13 01:57:41,312 - INFO - STARTING TEST : test_metadata_service
2025-10-13 01:57:41,312 - 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-13 01:57:41,701 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:57:41,701 - INFO -
2025-10-13 01:57:42,497 - INFO - Created VN ctest-vn-56732579
2025-10-13 01:57:43,864 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:57:43,864 - INFO - Waiting for VM ctest-TestBasicVMVN-75338255-16077429 to be up..
2025-10-13 01:57:49,091 - INFO - VM name : ctest-TestBasicVMVN-75338255-16077429
2025-10-13 01:57:55,011 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-75338255-16077429 passed
2025-10-13 01:58:02,232 - INFO - metadata_script.txt got executed in the vm
2025-10-13 01:58:02,233 - INFO - Deleting VM ctest-TestBasicVMVN-75338255-16077429
2025-10-13 01:58:02,333 - INFO - Deleting VN ctest-vn-56732579
2025-10-13 01:58:02,474 - WARNING - Deleting VN ctest-vn-56732579 failed..Will retry
2025-10-13 01:58:05,048 - INFO - END TEST : test_metadata_service : PASSED[0:00:24]
2025-10-13 01:58:05,048 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:58:05,051 - INFO - ================================================================================
2025-10-13 01:58:05,051 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets
2025-10-13 01:58:05,051 - 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-13 01:58:05,432 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:58:05,432 - INFO -
2025-10-13 01:58:06,689 - INFO - Created VN ctest-vn-50733957
2025-10-13 01:58:08,392 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:58:09,242 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:58:10,574 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-589-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-589-1)
2025-10-13 01:58:10,911 - INFO - Verifications in API Server for IPAM: ctest-ipam-67125639 passed
2025-10-13 01:58:10,964 - INFO - Verifications in Control node for IPAM: ctest-ipam-67125639 passed
2025-10-13 01:58:11,658 - INFO - Verified VN network id 11 for VN 3e54e557-d2c2-473d-8521-f0570e32563e
2025-10-13 01:58:11,658 - INFO - Verifications in API Server for VN ctest-vn-50733957 passed
2025-10-13 01:58:11,988 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-50733957 passed
2025-10-13 01:58:12,729 - INFO - Validated that VN admin_domain:ctest-TestBasicVMVN-75338255:ctest-vn-50733957 is found in opserver
2025-10-13 01:58:12,784 - INFO - Waiting for VM ctest-TestBasicVMVN-75338255-92615932 to be up..
2025-10-13 01:58:12,925 - INFO - VM name : ctest-TestBasicVMVN-75338255-92615932
2025-10-13 01:58:23,058 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-75338255-92615932 passed
2025-10-13 01:58:23,457 - INFO - Waiting for VM ctest-TestBasicVMVN-75338255-03727896 to be up..
2025-10-13 01:58:23,600 - INFO - VM name : ctest-TestBasicVMVN-75338255-03727896
2025-10-13 01:58:25,381 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVN-75338255-03727896 passed
2025-10-13 01:58:25,754 - INFO - Waiting for VM ctest-TestBasicVMVN-75338255-98175952 to be up..
2025-10-13 01:58:25,883 - INFO - VM name : ctest-TestBasicVMVN-75338255-98175952
2025-10-13 01:58:27,630 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-TestBasicVMVN-75338255-98175952 passed
2025-10-13 01:58:32,040 - INFO - Ping to IP 31.1.2.4 from VM ctest-TestBasicVMVN-75338255-92615932 passed
2025-10-13 01:58:35,719 - INFO - Ping to IP 31.1.1.4 from VM ctest-TestBasicVMVN-75338255-03727896 passed
2025-10-13 01:58:43,376 - INFO - Deleting VM ctest-TestBasicVMVN-75338255-98175952
2025-10-13 01:58:43,475 - INFO - Detaching port 4bac89f4-7db3-45f0-922a-2052f3fed1f6 from VM ctest-TestBasicVMVN-75338255-03727896
2025-10-13 01:58:43,542 - INFO - Deleting VM ctest-TestBasicVMVN-75338255-03727896
2025-10-13 01:58:43,649 - INFO - Detaching port 4e012916-abfd-4f9e-965c-117c72b8391c from VM ctest-TestBasicVMVN-75338255-92615932
2025-10-13 01:58:43,713 - INFO - Deleting VM ctest-TestBasicVMVN-75338255-92615932
2025-10-13 01:58:43,824 - INFO - Deleting VN ctest-vn-50733957
2025-10-13 01:58:44,980 - INFO - Validated that VN ctest-vn-50733957 is not found in API Server
2025-10-13 01:58:45,076 - INFO - Validated that VN ctest-vn-50733957 is not in any agent
2025-10-13 01:58:45,177 - INFO - Validated that all vrouters do not have the route table for VN admin_domain:ctest-TestBasicVMVN-75338255:ctest-vn-50733957
2025-10-13 01:58:45,276 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-50733957 info
2025-10-13 01:58:45,355 - INFO - IPAM: ctest-ipam-67125639 is not found in API Server
2025-10-13 01:58:45,456 - INFO - IPAM:ctest-ipam-67125639 is not found in control node
2025-10-13 01:58:45,840 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : PASSED[0:00:40]
2025-10-13 01:58:45,840 - INFO - --------------------------------------------------------------------------------
2025-10-13 01:58:46,603 - INFO - Deleted project: ctest-TestBasicVMVN-75338255, ID : bdcd8b58-b1bf-4c0f-bc04-f4a9cff2adf8
+ '[' 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_13_01_47_53_26153.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.129'. 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-13 01:59:00,652 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 01:59:00,983 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 01:59:01,170 - INFO - Project ctest-TestRbac-11879465 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 01:59:01,752 - INFO - Created Project:ctest-TestRbac-11879465, ID : 0a6af094-68fb-4fa0-858a-f5585f078cae
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. 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.129'. 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.129'. 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.129'. 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.129'. 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.129'. 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 01:59:05,901 - INFO - ================================================================================
2025-10-13 01:59:05,901 - INFO - STARTING TEST : test_perms2_global_share
2025-10-13 01:59:05,901 - 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-13 01:59:06,524 - INFO - Initial checks done. Running the testcase now
2025-10-13 01:59:06,524 - INFO -
2025-10-13 01:59:06,904 - INFO - Project ctest-TestRbac-65194537 not found, creating it
2025-10-13 01:59:07,451 - INFO - Created Project:ctest-TestRbac-65194537, ID : 5229755e-d9f3-4f7a-9851-ee98541def8b
2025-10-13 01:59:07,824 - INFO - Project ctest-TestRbac-45884085 not found, creating it
2025-10-13 01:59:08,331 - INFO - Created Project:ctest-TestRbac-45884085, ID : 605f304f-6304-49f1-a3bc-3a2408d9403a
2025-10-13 01:59:11,012 - INFO - API access-list cf4ef671-9961-4439-a9e4-36c95051e69e verify on api server passed
2025-10-13 01:59:11,619 - INFO - Created VN ctest-TestRbac-65194537-52777293, UUID :8b1e928b-3a1d-43b5-8cfe-a5aa441902cf
2025-10-13 01:59:12,757 - INFO - API Server: Read VN 8b1e928b-3a1d-43b5-8cfe-a5aa441902cf
2025-10-13 01:59:13,209 - INFO - API Server: Read VN 8b1e928b-3a1d-43b5-8cfe-a5aa441902cf
2025-10-13 01:59:13,950 - WARNING - Unable to get the list of compute nodes
2025-10-13 01:59:15,402 - INFO - VM ([]) created on node: (None), Zone: (None)
2025-10-13 01:59:20,691 - INFO - VM name : ctest-TestRbac-45884085-58531396
2025-10-13 01:59:21,772 - INFO - VM ctest-TestRbac-45884085-58531396 verfication in all API Servers passed
2025-10-13 01:59:28,521 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRbac-45884085-58531396 passed
2025-10-13 01:59:28,521 - INFO - VM ctest-TestRbac-45884085-58531396 verifications in Compute nodes passed
2025-10-13 01:59:28,850 - INFO - Validated routes of VM ctest-TestRbac-45884085-58531396 in all vrouters
2025-10-13 01:59:29,492 - INFO - Verification in Control-nodes for VM ctest-TestRbac-45884085-58531396 passed
2025-10-13 01:59:37,434 - INFO - Verifying through opserver in 10.0.0.129
2025-10-13 01:59:37,613 - INFO - VM a7f7df8f-7d74-4539-a48b-aa506ff2b359 is present in admin_domain:ctest-TestRbac-65194537:ctest-TestRbac-65194537-52777293
2025-10-13 01:59:39,745 - INFO - tap interface admin_domain:ctest-TestRbac-45884085:b1592f2e-7e32-4a79-af51-396dcda7beec of vm a7f7df8f-7d74-4539-a48b-aa506ff2b359 is present in vrouter cn-jenkins-deploy-platform-juju-os-589-1 uve
2025-10-13 01:59:39,884 - INFO - VM ctest-TestRbac-45884085-58531396 validations in Opserver passed
2025-10-13 01:59:39,884 - INFO - Deleting VM ctest-TestRbac-45884085-58531396
2025-10-13 01:59:42,275 - INFO - VM ctest-TestRbac-45884085-58531396 is fully removed in API-Server
2025-10-13 01:59:42,668 - INFO - Validated that all vrouters do not have VMs route for VN admin_domain:ctest-TestRbac-65194537:ctest-TestRbac-65194537-52777293
2025-10-13 01:59:42,668 - INFO - VM ctest-TestRbac-45884085-58531396 is removed in Compute, and routes are removed in all compute nodes
2025-10-13 01:59:43,009 - INFO - Routes for VM ctest-TestRbac-45884085-58531396 is removed in all control-nodes
2025-10-13 02:00:09,275 - INFO - a7f7df8f-7d74-4539-a48b-aa506ff2b359 vm uve deleted from opserver
2025-10-13 02:00:09,275 - INFO - Validated that VM a7f7df8f-7d74-4539-a48b-aa506ff2b359 is removed from Opserver
2025-10-13 02:00:09,276 - INFO - Deleting VN ctest-TestRbac-65194537-52777293
2025-10-13 02:00:09,455 - INFO - API access-list (cf4ef671-9961-4439-a9e4-36c95051e69e) got deleted in api server
2025-10-13 02:00:10,568 - INFO - Deleted project: ctest-TestRbac-45884085, ID : 605f304f-6304-49f1-a3bc-3a2408d9403a
2025-10-13 02:00:11,535 - INFO - Deleted project: ctest-TestRbac-65194537, ID : 5229755e-d9f3-4f7a-9851-ee98541def8b
2025-10-13 02:00:11,752 - INFO - END TEST : test_perms2_global_share : PASSED[0:01:06]
2025-10-13 02:00:11,752 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. 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.129'. 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.129'. 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.129'. 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.129'. 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:13,495 - INFO - Deleted project: ctest-TestRbac-11879465, ID : 0a6af094-68fb-4fa0-858a-f5585f078cae
2025-10-13 02:00:13,730 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:13,741 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:13,924 - INFO - Project ctest-TestRbacBasic-75225684 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:14,454 - INFO - Created Project:ctest-TestRbacBasic-75225684, ID : 75a542cd-9ed7-47a8-bbc2-ad8893a7dc5c
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. 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.129'. 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.129'. 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.129'. 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.129'. 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.129'. 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:18,602 - INFO - ================================================================================
2025-10-13 02:00:18,602 - INFO - STARTING TEST : test_perms2_owner
2025-10-13 02:00:18,602 - 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-13 02:00:18,926 - INFO - Initial checks done. Running the testcase now
2025-10-13 02:00:18,926 - INFO -
2025-10-13 02:00:19,354 - INFO - Project ctest-TestRbacBasic-13121175 not found, creating it
2025-10-13 02:00:20,050 - INFO - Created Project:ctest-TestRbacBasic-13121175, ID : 7bda34ee-cc68-40e7-8597-9fe1a8a1a9ba
2025-10-13 02:00:20,453 - INFO - Project ctest-TestRbacBasic-60610973 not found, creating it
2025-10-13 02:00:21,045 - INFO - Created Project:ctest-TestRbacBasic-60610973, ID : 9af5ff7c-a3b5-49a4-8584-2522b4ebedc5
2025-10-13 02:00:24,045 - INFO - API access-list fd347311-e149-49b5-bffd-df7f91f89f0f verify on api server passed
2025-10-13 02:00:24,739 - INFO - Created VN ctest-TestRbacBasic-13121175-53283786, UUID :fce65437-4926-442d-a874-0b6e5d25e76e
2025-10-13 02:00:26,783 - INFO - Created VN ctest-TestRbacBasic-60610973-67489144, UUID :4989eac3-361e-408b-8376-23a3bd05d692
2025-10-13 02:00:29,386 - INFO - API Server: Read VN fce65437-4926-442d-a874-0b6e5d25e76e
2025-10-13 02:00:30,015 - INFO - API Server: Permission Denied to read VN fce65437-4926-442d-a874-0b6e5d25e76e
2025-10-13 02:00:30,138 - INFO - API Server: Read VN fce65437-4926-442d-a874-0b6e5d25e76e
2025-10-13 02:00:30,320 - INFO - API Server: List VN ['fce65437-4926-442d-a874-0b6e5d25e76e']
2025-10-13 02:00:30,547 - INFO - API Server: List VN ['4989eac3-361e-408b-8376-23a3bd05d692']
2025-10-13 02:00:31,243 - INFO - API Server: List VN []
2025-10-13 02:00:31,360 - INFO - API Server: List VN ['fce65437-4926-442d-a874-0b6e5d25e76e', '4989eac3-361e-408b-8376-23a3bd05d692']
2025-10-13 02:00:31,416 - INFO - API Server: List VN ['fce65437-4926-442d-a874-0b6e5d25e76e', '4989eac3-361e-408b-8376-23a3bd05d692', 'a71a6f45-fe8c-4eab-be33-2b636afae92a', 'ffefaaa4-70bb-49e1-a84b-e8b99b451d1e', 'b989333a-5b11-4f6c-b3a1-9ab03703472b', '5ca55415-d6be-414b-921d-03a26fa8e52b']
2025-10-13 02:00:31,512 - INFO - Deleting VN ctest-TestRbacBasic-60610973-67489144
2025-10-13 02:00:31,875 - INFO - Deleting VN ctest-TestRbacBasic-13121175-53283786
2025-10-13 02:00:32,828 - INFO - API access-list (fd347311-e149-49b5-bffd-df7f91f89f0f) got deleted in api server
2025-10-13 02:00:34,380 - INFO - Deleted project: ctest-TestRbacBasic-60610973, ID : 9af5ff7c-a3b5-49a4-8584-2522b4ebedc5
2025-10-13 02:00:35,361 - INFO - Deleted project: ctest-TestRbacBasic-13121175, ID : 7bda34ee-cc68-40e7-8597-9fe1a8a1a9ba
2025-10-13 02:00:35,576 - INFO - END TEST : test_perms2_owner : PASSED[0:00:17]
2025-10-13 02:00:35,577 - INFO - --------------------------------------------------------------------------------
2025-10-13 02:00:35,583 - INFO - ================================================================================
2025-10-13 02:00:35,584 - INFO - STARTING TEST : test_rbac_acl_different_roles
2025-10-13 02:00:35,585 - 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-13 02:00:35,887 - INFO - Initial checks done. Running the testcase now
2025-10-13 02:00:35,887 - INFO -
2025-10-13 02:00:38,895 - INFO - Permission denied to create/update VirtualNetwork
2025-10-13 02:00:39,312 - INFO - API access-list a3a50fe2-6763-4328-8d73-5dcbf499b55a verify on api server passed
2025-10-13 02:00:39,603 - INFO - Created VN ctest-TestRbacBasic-75225684-90583497, UUID :3c9aafe2-fdf6-4ac6-bc71-de867d9fda8e
2025-10-13 02:00:41,446 - INFO - Verified VN network id 11 for VN 3c9aafe2-fdf6-4ac6-bc71-de867d9fda8e
2025-10-13 02:00:41,446 - INFO - Verifications in API Server for VN ctest-TestRbacBasic-75225684-90583497 passed
2025-10-13 02:00:41,808 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-TestRbacBasic-75225684-90583497 passed
2025-10-13 02:00:42,705 - INFO - Validated that VN admin_domain:ctest-TestRbacBasic-75225684:ctest-TestRbacBasic-75225684-90583497 is found in opserver
2025-10-13 02:00:43,285 - INFO - API access-list 52f5495e-ac51-444b-b693-c44ea78ae735 verify on api server passed
2025-10-13 02:00:44,956 - INFO - API Server: Permission Denied to read VN 3c9aafe2-fdf6-4ac6-bc71-de867d9fda8e
2025-10-13 02:00:45,528 - INFO - API Server: Permission Denied to read ST d053254b-5d17-43bd-825b-5abf2b3c3c2b
2025-10-13 02:00:45,686 - INFO - API access-list a3a50fe2-6763-4328-8d73-5dcbf499b55a verify on api server passed
2025-10-13 02:00:45,774 - INFO - API Server: Read VN 3c9aafe2-fdf6-4ac6-bc71-de867d9fda8e
2025-10-13 02:00:46,439 - INFO - Permission denied to create/update VirtualNetwork
2025-10-13 02:00:46,955 - INFO - API Server: Permission Denied to read ST d053254b-5d17-43bd-825b-5abf2b3c3c2b
2025-10-13 02:00:47,089 - INFO - API access-list 52f5495e-ac51-444b-b693-c44ea78ae735 verify on api server passed
2025-10-13 02:00:47,168 - INFO - API Server: Read Service-Template d053254b-5d17-43bd-825b-5abf2b3c3c2b
2025-10-13 02:00:47,529 - INFO - API access-list a3a50fe2-6763-4328-8d73-5dcbf499b55a verify on api server passed
2025-10-13 02:00:47,657 - INFO - API access-list 52f5495e-ac51-444b-b693-c44ea78ae735 verify on api server passed
2025-10-13 02:00:48,131 - INFO - API Server: Permission Denied to read VN 3c9aafe2-fdf6-4ac6-bc71-de867d9fda8e
2025-10-13 02:00:48,644 - INFO - API Server: Permission Denied to read ST d053254b-5d17-43bd-825b-5abf2b3c3c2b
2025-10-13 02:00:48,781 - INFO - API Server: Read Service-Template d053254b-5d17-43bd-825b-5abf2b3c3c2b
2025-10-13 02:00:48,861 - INFO - API Server: Read VN 3c9aafe2-fdf6-4ac6-bc71-de867d9fda8e
2025-10-13 02:00:48,964 - INFO - API access-list (a3a50fe2-6763-4328-8d73-5dcbf499b55a) got deleted in api server
2025-10-13 02:00:49,052 - INFO - API access-list (52f5495e-ac51-444b-b693-c44ea78ae735) got deleted in api server
2025-10-13 02:00:49,495 - INFO - API Server: Permission Denied to read VN 3c9aafe2-fdf6-4ac6-bc71-de867d9fda8e
2025-10-13 02:00:49,927 - INFO - API Server: Permission Denied to read ST d053254b-5d17-43bd-825b-5abf2b3c3c2b
2025-10-13 02:00:50,048 - INFO - API Server: Read VN 3c9aafe2-fdf6-4ac6-bc71-de867d9fda8e
2025-10-13 02:00:50,108 - INFO - API Server: Read Service-Template d053254b-5d17-43bd-825b-5abf2b3c3c2b
2025-10-13 02:00:50,207 - INFO - Service template: ['admin_domain', 'ctest-TestRbacBasic-75225684-71674951'] deleted successfully.
2025-10-13 02:00:50,207 - INFO - Deleting VN ctest-TestRbacBasic-75225684-90583497
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. 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.129'. 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.129'. 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:50,951 - INFO - END TEST : test_rbac_acl_different_roles : PASSED[0:00:15]
2025-10-13 02:00:50,951 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. 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.129'. 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.129'. 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.129'. 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.129'. 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:52,645 - INFO - Deleted project: ctest-TestRbacBasic-75225684, ID : 75a542cd-9ed7-47a8-bbc2-ad8893a7dc5c
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:52,887 - INFO - Using existing project ['admin_domain', 'admin'](5fc4bc8d-4b10-4e41-99a1-5d01acfe2c8e)
2025-10-13 02:00:52,894 - INFO - ================================================================================
2025-10-13 02:00:52,894 - INFO - STARTING TEST : test_contrail_status
2025-10-13 02:00:52,895 - INFO - TEST DESCRIPTION : Test to verify that all services are running and active
2025-10-13 02:00:53,107 - INFO - Initial checks done. Running the testcase now
2025-10-13 02:00:53,107 - INFO -
2025-10-13 02:00:53,217 - INFO - 10.0.0.129
2025-10-13 02:00:53,217 - INFO - config
2025-10-13 02:00:53,276 - INFO - config-nodemgr:active
2025-10-13 02:00:53,332 - INFO - api-server:active
2025-10-13 02:00:53,383 - INFO - schema:active
2025-10-13 02:00:53,436 - INFO - svc-monitor:active
2025-10-13 02:00:53,487 - INFO - device-manager:active
2025-10-13 02:00:53,488 - INFO - config-database
2025-10-13 02:00:53,488 - INFO - config-cassandra:active
2025-10-13 02:00:53,488 - INFO - config-zookeeper:active
2025-10-13 02:00:53,488 - INFO - config-rabbitmq:active
2025-10-13 02:00:53,488 - INFO - vrouter
2025-10-13 02:00:53,540 - INFO - vrouter-nodemgr:active
2025-10-13 02:00:53,596 - INFO - agent:active
2025-10-13 02:00:53,596 - INFO - control
2025-10-13 02:00:53,652 - INFO - control-nodemgr:active
2025-10-13 02:00:53,704 - INFO - control:active
2025-10-13 02:00:53,704 - INFO - named:active
2025-10-13 02:00:53,760 - INFO - dns:active
2025-10-13 02:00:53,760 - INFO - analytics
2025-10-13 02:00:53,812 - INFO - analytics-nodemgr:active
2025-10-13 02:00:53,868 - INFO - analytics-api:active
2025-10-13 02:00:53,924 - INFO - collector:active
2025-10-13 02:00:53,924 - INFO - analytics-database
2025-10-13 02:00:53,924 - INFO - analytics-cassandra:active
2025-10-13 02:00:53,980 - INFO - analyticsdb-nodemgr:active
2025-10-13 02:00:54,032 - INFO - query-engine:active
2025-10-13 02:00:54,032 - INFO - webui
2025-10-13 02:00:54,032 - INFO - webui:active
2025-10-13 02:00:54,032 - INFO - webui-middleware:active
2025-10-13 02:00:54,032 - INFO - redis:active
2025-10-13 02:00:54,032 - INFO - analytics_snmp
2025-10-13 02:00:54,083 - INFO - snmp-collector:active
2025-10-13 02:00:54,084 - INFO - snmp-topology:active
2025-10-13 02:00:54,084 - INFO - analytics_alarm
2025-10-13 02:00:54,084 - INFO - alarmgen:active
2025-10-13 02:00:54,084 - INFO - All the contrail services are up on all nodes
2025-10-13 02:00:54,084 - INFO - contrail-status passed
2025-10-13 02:00:54,290 - INFO - END TEST : test_contrail_status : PASSED[0:00:02]
2025-10-13 02:00:54,291 - INFO - --------------------------------------------------------------------------------
2025-10-13 02:00:54,374 - INFO - Reading existing Domain with UUID 537505e7-1547-4002-bf39-a6f4fbcc30df
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:54,384 - INFO - Using existing domain ['admin_domain'](537505e7-1547-4002-bf39-a6f4fbcc30df)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:54,558 - INFO - Project ctest-TestSriov-16399641 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:55,044 - INFO - Created Project:ctest-TestSriov-16399641, ID : 3c3a5186-eeb0-4e5a-b18b-11cdb4faddcc
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.129'. 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.129'. 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.129'. 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.129'. 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.129'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-13 02:00:57,457 - INFO - Deleted project: ctest-TestSriov-16399641, ID : 3c3a5186-eeb0-4e5a-b18b-11cdb4faddcc
+ [[ -z '' ]]
+ [[ -z ci_sanity ]]
+ sleep 2
+ /usr/bin/python3 tools/report_gen.py contrail_test_input.yaml report_details_2025_10_13_01_47_53.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.129
+ echo 'Generated report_details* file: report_details_2025_10_13_01_47_53.ini'
Generated report_details* file: report_details_2025_10_13_01_47_53.ini
+ parse_results
+ /usr/bin/python3 tools/parse_result.py result_2025_10_13_01_47_53_18350.xml report_details_2025_10_13_01_47_53.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_13_01_47_53_26153.xml report_details_2025_10_13_01_47_53.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_13_01_47_53_18350.xml ']'
+ /usr/bin/python3 tools/update_testsuite_properties.py report_details_2025_10_13_01_47_53.ini result_2025_10_13_01_47_53_18350.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: 292ms
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.129] put: tools/search-bt.py -> /tmp/search-bt.py
Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-589-1-tracebacks.log
Ignored Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-589-1-ignored_tracebacks.log
Traceback parse errors will be in /tmp/cn-jenkins-deploy-platform-juju-os-589-1-traceback_parse_failures.log
Done looking for tracebacks
[ubuntu@10.0.0.129] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-589-1-tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-589-1-tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-589-1-tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.129] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-589-1-ignored_tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-589-1-ignored_tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-589-1-ignored_tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.129] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-589-1-traceback_parse_failures.log <- /tmp/cn-jenkins-deploy-platform-juju-os-589-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_13_01_47_53 ~
logs/
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/cn-jenkins-deploy-platform-juju-os-589-1-traceback_parse_failures.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/cn-jenkins-deploy-platform-juju-os-589-1-tracebacks.log
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/cn-jenkins-deploy-platform-juju-os-589-1-ignored_tracebacks.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~
INFO: Test sanity finished Mon Oct 13 02:01:18 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.129' (ECDSA) to the list of known hosts.
logs/
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/cn-jenkins-deploy-platform-juju-os-589-1-traceback_parse_failures.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/cn-jenkins-deploy-platform-juju-os-589-1-tracebacks.log
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/cn-jenkins-deploy-platform-juju-os-589-1-ignored_tracebacks.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~/workspace/test-sanity
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