Welcome to Contrail Analytics API documentation!"
2025-10-22 19:45:37,173 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:45:37,173 - INFO -
2025-10-22 19:45:37,424 - 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", verify=False)
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-22 19:45:37,477 - INFO -
2025-10-22 19:45:37,477 - INFO - END TEST : test_analytics_docs : FAILED[0:00:01]
2025-10-22 19:45:37,477 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:45:37,480 - INFO - ================================================================================
2025-10-22 19:45:37,480 - INFO - STARTING TEST : test_config_docs
2025-10-22 19:45:37,481 - 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-22 19:45:37,797 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:45:37,797 - INFO -
2025-10-22 19:45:38,038 - 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", verify=False)
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-22 19:45:38,093 - INFO -
2025-10-22 19:45:38,093 - INFO - END TEST : test_config_docs : FAILED[0:00:01]
2025-10-22 19:45:38,093 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:45:38,225 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:45:38,240 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:45:38,520 - INFO - Project ctest-FloatingipBasicTestSanity-87083706 not found, creating it
2025-10-22 19:45:39,146 - INFO - Created Project:ctest-FloatingipBasicTestSanity-87083706, ID : 9f69a481-8feb-4c6c-b1ad-beb7c91cff80
2025-10-22 19:45:41,356 - INFO - Using existing project ['admin_domain', 'admin'](f781f28b-ae85-4ed8-be8d-6a8f1248d78b)
2025-10-22 19:45:41,810 - INFO - admin user already present
2025-10-22 19:45:42,415 - INFO - Adding rules to the default security group in Project admin
2025-10-22 19:45:42,801 - INFO - ================================================================================
2025-10-22 19:45:42,801 - INFO - STARTING TEST : test_floating_ip
2025-10-22 19:45:42,801 - 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-22 19:45:43,101 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:45:43,101 - INFO -
2025-10-22 19:45:44,569 - INFO - Created VN ctest-fvn-99876072
2025-10-22 19:45:45,932 - INFO - Verified VN network id 6 for VN 6746f096-649b-4a20-94e9-164bfbfd6751
2025-10-22 19:45:45,932 - INFO - Verifications in API Server for VN ctest-fvn-99876072 passed
2025-10-22 19:45:46,274 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-fvn-99876072 passed
2025-10-22 19:45:47,088 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-87083706:ctest-fvn-99876072 is found in opserver
2025-10-22 19:45:48,017 - INFO - Created VN ctest-vn1-94617928
2025-10-22 19:45:48,967 - INFO - Verified VN network id 7 for VN 9a9daba1-4e2b-45f6-ba7d-107f049990a0
2025-10-22 19:45:48,968 - INFO - Verifications in API Server for VN ctest-vn1-94617928 passed
2025-10-22 19:45:49,301 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn1-94617928 passed
2025-10-22 19:45:49,644 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-87083706:ctest-vn1-94617928 is found in opserver
2025-10-22 19:45:52,786 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:45:54,296 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:45:54,599 - INFO - Creating Floating IP pool ctest-some-pool-41992388 in API Server
2025-10-22 19:45:55,613 - INFO - Verification for FIP pool ctest-some-pool-41992388 in API Server passed
2025-10-22 19:45:55,725 - INFO - Verification for FIP pool ctest-some-pool-41992388 in Control-node passed
2025-10-22 19:45:55,725 - INFO - Waiting for VM ctest-vn1_vm1_name-20123618 to be up..
2025-10-22 19:46:01,158 - INFO - VM name : ctest-vn1_vm1_name-20123618
2025-10-22 19:46:09,290 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1_vm1_name-20123618 passed
2025-10-22 19:46:15,304 - INFO - Waiting for VM ctest-fvn_vm1_name-26882322 to be up..
2025-10-22 19:46:15,466 - INFO - VM name : ctest-fvn_vm1_name-26882322
2025-10-22 19:46:17,316 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-fvn_vm1_name-26882322 passed
2025-10-22 19:46:17,916 - INFO - FIP 84.61.249.196 verification for passed on all Control-nodes
2025-10-22 19:46:17,916 - INFO - FIP ID 2a276929-8828-4611-9180-92fce713990e(84.61.249.196) validation in Control node passed
2025-10-22 19:46:18,041 - INFO - FIP ID 2a276929-8828-4611-9180-92fce713990e(84.61.249.196) validation in agents passed
2025-10-22 19:46:18,105 - INFO - FIP ID 2a276929-8828-4611-9180-92fce713990e(84.61.249.196) validation in API Server passed
2025-10-22 19:46:21,305 - INFO - Ping to IP 84.61.249.195 from VM ctest-vn1_vm1_name-20123618 passed
2025-10-22 19:46:21,624 - INFO - Deleting the FIP pool ctest-some-pool-41992388
2025-10-22 19:46:21,792 - INFO - Deleting VM ctest-fvn_vm1_name-26882322
2025-10-22 19:46:21,980 - INFO - Deleting VM ctest-vn1_vm1_name-20123618
2025-10-22 19:46:22,163 - INFO - Deleting VN ctest-vn1-94617928
2025-10-22 19:46:22,320 - WARNING - Deleting VN ctest-vn1-94617928 failed..Will retry
2025-10-22 19:46:24,804 - INFO - Validated that VN ctest-vn1-94617928 is not found in API Server
2025-10-22 19:46:24,912 - INFO - Validated that VN ctest-vn1-94617928 is not in any agent
2025-10-22 19:46:25,073 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn1-94617928 info
2025-10-22 19:46:25,073 - INFO - Deleting VN ctest-fvn-99876072
2025-10-22 19:46:25,536 - INFO - Validated that VN ctest-fvn-99876072 is not found in API Server
2025-10-22 19:46:25,640 - INFO - Validated that VN ctest-fvn-99876072 is not in any agent
2025-10-22 19:46:25,796 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-fvn-99876072 info
2025-10-22 19:46:26,209 - INFO - END TEST : test_floating_ip : PASSED[0:00:44]
2025-10-22 19:46:26,209 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:26,991 - INFO - Deleted project: ctest-FloatingipBasicTestSanity-87083706, ID : 9f69a481-8feb-4c6c-b1ad-beb7c91cff80
2025-10-22 19:46:27,359 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:46:27,371 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:46:27,619 - INFO - Project ctest-TestHeat-13611309 not found, creating it
2025-10-22 19:46:28,204 - INFO - Created Project:ctest-TestHeat-13611309, ID : 0ce9f91e-3df4-4f5c-85dd-9bae0bccb3bf
2025-10-22 19:46:30,413 - INFO - ctest-TestHeat-13611309 user already added to project
2025-10-22 19:46:30,415 - INFO - ================================================================================
2025-10-22 19:46:30,416 - INFO - STARTING TEST : test_heat_stacks_list
2025-10-22 19:46:30,416 - INFO - TEST DESCRIPTION :
Validate installation of heat
This issues a command to list all the heat-stacks
2025-10-22 19:46:30,820 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:46:30,820 - INFO -
2025-10-22 19:46:31,482 - INFO - The following are the stacks currently : []
2025-10-22 19:46:31,892 - INFO - END TEST : test_heat_stacks_list : PASSED[0:00:01]
2025-10-22 19:46:31,893 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:32,661 - INFO - Deleted project: ctest-TestHeat-13611309, ID : 0ce9f91e-3df4-4f5c-85dd-9bae0bccb3bf
2025-10-22 19:46:32,992 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:46:33,005 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:46:33,271 - INFO - Project ctest-TestCRUD-42907392 not found, creating it
2025-10-22 19:46:33,816 - INFO - Created Project:ctest-TestCRUD-42907392, ID : a4d778d5-a55c-4335-9c00-dcf578988b41
2025-10-22 19:46:35,801 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-41933374']
2025-10-22 19:46:36,962 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-14194425']
2025-10-22 19:46:38,270 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-42907392', 'ctest-proj-sg1-68968735']
2025-10-22 19:46:39,424 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-42907392', 'ctest-proj-sg2-05298040']
2025-10-22 19:46:40,320 - INFO - ================================================================================
2025-10-22 19:46:40,320 - INFO - STARTING TEST : test_router_crud
2025-10-22 19:46:40,716 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:46:40,716 - INFO -
2025-10-22 19:46:40,717 - INFO - Router create Request {'router': {'name': 'name-59956615'}}
2025-10-22 19:46:40,847 - INFO - Router create Response : {'router': {'id': '77d0e49e-06eb-493b-8541-c6181f90af50', 'name': 'name-59956615', 'tenant_id': 'f781f28bae854ed8be8d6a8f1248d78b', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-59956615'], 'description': '', 'created_at': '2025-10-22T19:46:40.782778', 'updated_at': '2025-10-22T19:46:40.782778', 'project_id': 'f781f28bae854ed8be8d6a8f1248d78b'}}
2025-10-22 19:46:40,847 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-59956615'}}
2025-10-22 19:46:40,913 - INFO - Attribute id is created
2025-10-22 19:46:40,913 - INFO - Attribute name is created
2025-10-22 19:46:40,914 - INFO - Attribute admin_state_up is created
2025-10-22 19:46:40,914 - INFO - Attribute status is created
2025-10-22 19:46:40,914 - INFO - Attribute tenant_id is created
2025-10-22 19:46:42,897 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-22 19:46:42,897 - INFO - Router Update request {'router': {'name': 'name-59080878'}}
2025-10-22 19:46:43,037 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-59080878'}}
2025-10-22 19:46:43,037 - INFO - Response : {'router': {'id': '77d0e49e-06eb-493b-8541-c6181f90af50', 'name': 'name-59080878', 'tenant_id': 'f781f28bae854ed8be8d6a8f1248d78b', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-59956615'], 'description': '', 'created_at': '2025-10-22T19:46:40.782778', 'updated_at': '2025-10-22T19:46:40.829815', 'project_id': 'f781f28bae854ed8be8d6a8f1248d78b'}}
2025-10-22 19:46:43,037 - INFO - Updation of Router 77d0e49e-06eb-493b-8541-c6181f90af50 with body {'router': {'name': 'name-59080878'}} passed
2025-10-22 19:46:43,037 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:43,039 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-22 19:46:43,188 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-22 19:46:43,188 - INFO - Response : {'router': {'id': '77d0e49e-06eb-493b-8541-c6181f90af50', 'name': 'name-59080878', 'tenant_id': 'f781f28bae854ed8be8d6a8f1248d78b', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-59956615'], 'description': '', 'created_at': '2025-10-22T19:46:40.782778', 'updated_at': '2025-10-22T19:46:42.983193', 'project_id': 'f781f28bae854ed8be8d6a8f1248d78b'}}
2025-10-22 19:46:43,188 - INFO - Updation of Router 77d0e49e-06eb-493b-8541-c6181f90af50 with body {'router': {'admin_state_up': 'False'}} passed
2025-10-22 19:46:43,188 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:43,189 - INFO - Deleting router 77d0e49e-06eb-493b-8541-c6181f90af50
2025-10-22 19:46:43,334 - ERROR - Result of delete router 77d0e49e-06eb-493b-8541-c6181f90af50: ()
2025-10-22 19:46:43,334 - INFO - ================================================================================
2025-10-22 19:46:43,334 - INFO - Router create Request {'router': {'admin_state_up': 'True', 'name': 'name-34092099'}}
2025-10-22 19:46:43,477 - INFO - Router create Response : {'router': {'id': 'b1a47c5c-998f-4c17-8141-012af7ff5c9c', 'name': 'name-34092099', 'tenant_id': 'f781f28bae854ed8be8d6a8f1248d78b', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-34092099'], 'description': '', 'created_at': '2025-10-22T19:46:43.413490', 'updated_at': '2025-10-22T19:46:43.413490', 'project_id': 'f781f28bae854ed8be8d6a8f1248d78b'}}
2025-10-22 19:46:43,477 - INFO - Router create PASSED ,Body : {'router': {'admin_state_up': 'True', 'name': 'name-34092099'}}
2025-10-22 19:46:43,545 - INFO - Attribute id is created
2025-10-22 19:46:43,545 - INFO - Attribute name is created
2025-10-22 19:46:43,545 - INFO - Attribute admin_state_up is created
2025-10-22 19:46:43,545 - INFO - Attribute status is created
2025-10-22 19:46:43,545 - INFO - Attribute tenant_id is created
2025-10-22 19:46:45,585 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-22 19:46:45,586 - INFO - Router Update request {'router': {'name': 'name-71585823'}}
2025-10-22 19:46:45,744 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-71585823'}}
2025-10-22 19:46:45,745 - INFO - Response : {'router': {'id': 'b1a47c5c-998f-4c17-8141-012af7ff5c9c', 'name': 'name-71585823', 'tenant_id': 'f781f28bae854ed8be8d6a8f1248d78b', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-34092099'], 'description': '', 'created_at': '2025-10-22T19:46:43.413490', 'updated_at': '2025-10-22T19:46:43.467636', 'project_id': 'f781f28bae854ed8be8d6a8f1248d78b'}}
2025-10-22 19:46:45,745 - INFO - Updation of Router b1a47c5c-998f-4c17-8141-012af7ff5c9c with body {'router': {'name': 'name-71585823'}} passed
2025-10-22 19:46:45,745 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:45,745 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-22 19:46:45,903 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-22 19:46:45,904 - INFO - Response : {'router': {'id': 'b1a47c5c-998f-4c17-8141-012af7ff5c9c', 'name': 'name-71585823', 'tenant_id': 'f781f28bae854ed8be8d6a8f1248d78b', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-34092099'], 'description': '', 'created_at': '2025-10-22T19:46:43.413490', 'updated_at': '2025-10-22T19:46:45.682608', 'project_id': 'f781f28bae854ed8be8d6a8f1248d78b'}}
2025-10-22 19:46:45,904 - INFO - Updation of Router b1a47c5c-998f-4c17-8141-012af7ff5c9c with body {'router': {'admin_state_up': 'True'}} passed
2025-10-22 19:46:45,904 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:45,904 - INFO - Deleting router b1a47c5c-998f-4c17-8141-012af7ff5c9c
2025-10-22 19:46:46,082 - ERROR - Result of delete router b1a47c5c-998f-4c17-8141-012af7ff5c9c: ()
2025-10-22 19:46:46,082 - INFO - ================================================================================
2025-10-22 19:46:46,082 - INFO - Router create Request {'router': {'tenant_id': 'a4d778d5-a55c-4335-9c00-dcf578988b41', 'name': 'name-36271753'}}
2025-10-22 19:46:46,219 - INFO - Router create Response : {'router': {'id': '14934a28-3942-4abb-aed7-f9e8b40912a1', 'name': 'name-36271753', 'tenant_id': 'a4d778d5a55c43359c00dcf578988b41', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42907392', 'name-36271753'], 'description': '', 'created_at': '2025-10-22T19:46:46.158191', 'updated_at': '2025-10-22T19:46:46.158191', 'project_id': 'a4d778d5a55c43359c00dcf578988b41'}}
2025-10-22 19:46:46,220 - INFO - Router create PASSED ,Body : {'router': {'tenant_id': 'a4d778d5-a55c-4335-9c00-dcf578988b41', 'name': 'name-36271753'}}
2025-10-22 19:46:46,286 - INFO - Attribute id is created
2025-10-22 19:46:46,286 - INFO - Attribute name is created
2025-10-22 19:46:46,286 - INFO - Attribute admin_state_up is created
2025-10-22 19:46:46,286 - INFO - Attribute status is created
2025-10-22 19:46:46,286 - INFO - Attribute tenant_id is created
2025-10-22 19:46:48,285 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-22 19:46:48,285 - INFO - Router Update request {'router': {'name': 'name-61261504'}}
2025-10-22 19:46:48,429 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-61261504'}}
2025-10-22 19:46:48,429 - INFO - Response : {'router': {'id': '14934a28-3942-4abb-aed7-f9e8b40912a1', 'name': 'name-61261504', 'tenant_id': 'a4d778d5a55c43359c00dcf578988b41', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42907392', 'name-36271753'], 'description': '', 'created_at': '2025-10-22T19:46:46.158191', 'updated_at': '2025-10-22T19:46:46.242853', 'project_id': 'a4d778d5a55c43359c00dcf578988b41'}}
2025-10-22 19:46:48,429 - INFO - Updation of Router 14934a28-3942-4abb-aed7-f9e8b40912a1 with body {'router': {'name': 'name-61261504'}} passed
2025-10-22 19:46:48,429 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:48,429 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-22 19:46:48,582 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-22 19:46:48,582 - INFO - Response : {'router': {'id': '14934a28-3942-4abb-aed7-f9e8b40912a1', 'name': 'name-61261504', 'tenant_id': 'a4d778d5a55c43359c00dcf578988b41', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42907392', 'name-36271753'], 'description': '', 'created_at': '2025-10-22T19:46:46.158191', 'updated_at': '2025-10-22T19:46:48.369868', 'project_id': 'a4d778d5a55c43359c00dcf578988b41'}}
2025-10-22 19:46:48,582 - INFO - Updation of Router 14934a28-3942-4abb-aed7-f9e8b40912a1 with body {'router': {'admin_state_up': 'True'}} passed
2025-10-22 19:46:48,582 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:48,582 - INFO - Deleting router 14934a28-3942-4abb-aed7-f9e8b40912a1
2025-10-22 19:46:48,733 - ERROR - Result of delete router 14934a28-3942-4abb-aed7-f9e8b40912a1: ()
2025-10-22 19:46:48,733 - INFO - ================================================================================
2025-10-22 19:46:48,733 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-42907392', 'ctest-proj-sg2-05298040']
2025-10-22 19:46:48,867 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-42907392', 'ctest-proj-sg1-68968735']
2025-10-22 19:46:49,009 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-14194425']
2025-10-22 19:46:49,140 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-41933374']
2025-10-22 19:46:49,680 - INFO - END TEST : test_router_crud : PASSED[0:00:09]
2025-10-22 19:46:49,680 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:50,538 - INFO - Deleted project: ctest-TestCRUD-42907392, ID : a4d778d5-a55c-4335-9c00-dcf578988b41
2025-10-22 19:46:50,925 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:46:50,940 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:46:51,204 - INFO - Project ctest-TestPorts-48593546 not found, creating it
2025-10-22 19:46:51,781 - INFO - Created Project:ctest-TestPorts-48593546, ID : 970459a5-5cb6-4cdc-8725-e5ee4b093b09
2025-10-22 19:46:53,804 - INFO - ================================================================================
2025-10-22 19:46:53,804 - INFO - STARTING TEST : test_ports_bindings
2025-10-22 19:46:53,804 - 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-22 19:46:54,209 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:46:54,209 - INFO -
2025-10-22 19:46:55,465 - INFO - Created VN ctest-vn-87242978
2025-10-22 19:46:56,725 - INFO - VMI 8523da76-0d12-47b6-90ad-a36ccebd318e verification in API Server passed
2025-10-22 19:46:56,909 - INFO - Deleted port 8523da76-0d12-47b6-90ad-a36ccebd318e
2025-10-22 19:46:56,909 - INFO - Deleting VN ctest-vn-87242978
2025-10-22 19:46:57,525 - INFO - END TEST : test_ports_bindings : PASSED[0:00:04]
2025-10-22 19:46:57,525 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:46:57,528 - INFO - ================================================================================
2025-10-22 19:46:57,529 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-10-22 19:46:57,529 - 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-22 19:46:57,925 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:46:57,925 - INFO -
2025-10-22 19:46:58,889 - INFO - Created VN ctest-vn1-38349601
2025-10-22 19:47:00,949 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:47:01,986 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:47:01,986 - INFO - Waiting for VM ctest-vn1-vm1-68894086 to be up..
2025-10-22 19:47:07,373 - INFO - VM name : ctest-vn1-vm1-68894086
2025-10-22 19:47:18,422 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-68894086 passed
2025-10-22 19:47:18,817 - INFO - Waiting for VM ctest-vn1-vm2-43736226 to be up..
2025-10-22 19:47:18,976 - INFO - VM name : ctest-vn1-vm2-43736226
2025-10-22 19:47:20,855 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-43736226 passed
2025-10-22 19:47:24,437 - INFO - Ping to IP 15.240.220.197 from VM ctest-vn1-vm2-43736226 passed
2025-10-22 19:47:24,437 - INFO - Detaching port cda63c45-c768-458b-90ac-e2f2a8081c63 from VM ctest-vn1-vm2-43736226
2025-10-22 19:47:24,523 - INFO - Deleting VM ctest-vn1-vm2-43736226
2025-10-22 19:47:24,719 - INFO - Detaching port 8dc4639a-f683-487a-817c-7e4f24127a61 from VM ctest-vn1-vm1-68894086
2025-10-22 19:47:24,819 - INFO - Deleting VM ctest-vn1-vm1-68894086
2025-10-22 19:47:25,688 - INFO - Deleting VN ctest-vn1-38349601
2025-10-22 19:47:26,377 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:29]
2025-10-22 19:47:26,377 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:47:27,221 - INFO - Deleted project: ctest-TestPorts-48593546, ID : 970459a5-5cb6-4cdc-8725-e5ee4b093b09
2025-10-22 19:47:27,586 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:47:27,603 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:47:27,873 - INFO - Project ctest-TestRouters-60768019 not found, creating it
2025-10-22 19:47:28,533 - INFO - Created Project:ctest-TestRouters-60768019, ID : 7fb636ee-21e0-4128-a754-2a87653447c5
2025-10-22 19:47:30,615 - INFO - ================================================================================
2025-10-22 19:47:30,615 - INFO - STARTING TEST : test_basic_router_behavior
2025-10-22 19:47:30,616 - 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-22 19:47:31,025 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:47:31,025 - INFO -
2025-10-22 19:47:32,210 - INFO - Created VN ctest-vn1-78431983
2025-10-22 19:47:33,137 - INFO - Created VN ctest-vn2-64435861
2025-10-22 19:47:35,253 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:47:37,696 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:47:37,890 - INFO - Adding interface with subnet_id ff5e4f97-11ee-4c37-9cb0-7163fb9d1be1, port_id None to router ee031487-32e4-4719-b577-a872a70fe2f9
2025-10-22 19:47:38,449 - INFO - Waiting for VM ctest-vn1-vm1-69737132 to be up..
2025-10-22 19:47:43,783 - INFO - VM name : ctest-vn1-vm1-69737132
2025-10-22 19:47:50,336 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-69737132 passed
2025-10-22 19:47:50,750 - INFO - Waiting for VM ctest-vn2-vm1-78996867 to be up..
2025-10-22 19:47:50,928 - INFO - VM name : ctest-vn2-vm1-78996867
2025-10-22 19:47:52,792 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn2-vm1-78996867 passed
2025-10-22 19:48:03,174 - WARNING - Ping to IP 169.109.169.195 from VM ctest-vn1-vm1-69737132 failed
2025-10-22 19:48:03,175 - INFO - Adding interface with subnet_id a8f42b93-7d61-43e3-9abe-980c98b567d2, port_id None to router ee031487-32e4-4719-b577-a872a70fe2f9
2025-10-22 19:48:06,969 - WARNING - Ping to IP 169.109.169.195 from VM ctest-vn1-vm1-69737132 failed
2025-10-22 19:48:10,195 - INFO - Ping to IP 169.109.169.195 from VM ctest-vn1-vm1-69737132 passed
2025-10-22 19:48:10,195 - INFO - Deleting interface with subnet_id ff5e4f97-11ee-4c37-9cb0-7163fb9d1be1, port_id None from router ee031487-32e4-4719-b577-a872a70fe2f9
2025-10-22 19:48:13,705 - WARNING - Ping to IP 169.109.169.195 from VM ctest-vn1-vm1-69737132 failed
2025-10-22 19:48:13,705 - INFO - Adding interface with subnet_id ff5e4f97-11ee-4c37-9cb0-7163fb9d1be1, port_id None to router ee031487-32e4-4719-b577-a872a70fe2f9
2025-10-22 19:48:16,405 - INFO - Ping to IP 169.109.169.195 from VM ctest-vn1-vm1-69737132 passed
2025-10-22 19:48:16,405 - INFO - Deleting interface with subnet_id a8f42b93-7d61-43e3-9abe-980c98b567d2, port_id None from router ee031487-32e4-4719-b577-a872a70fe2f9
2025-10-22 19:48:16,734 - INFO - Deleting interface with subnet_id ff5e4f97-11ee-4c37-9cb0-7163fb9d1be1, port_id None from router ee031487-32e4-4719-b577-a872a70fe2f9
2025-10-22 19:48:17,207 - INFO - Deleting VM ctest-vn2-vm1-78996867
2025-10-22 19:48:17,347 - INFO - Deleting VM ctest-vn1-vm1-69737132
2025-10-22 19:48:17,489 - INFO - Deleting VN ctest-vn2-64435861
2025-10-22 19:48:17,659 - WARNING - Deleting VN ctest-vn2-64435861 failed..Will retry
2025-10-22 19:48:19,881 - INFO - Deleting VN ctest-vn1-78431983
2025-10-22 19:48:20,544 - INFO - END TEST : test_basic_router_behavior : PASSED[0:00:50]
2025-10-22 19:48:20,546 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:48:21,390 - INFO - Deleted project: ctest-TestRouters-60768019, ID : 7fb636ee-21e0-4128-a754-2a87653447c5
2025-10-22 19:48:21,776 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:48:21,791 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:48:22,087 - INFO - Project ctest-TestRoutersBasic-00737303 not found, creating it
2025-10-22 19:48:22,658 - INFO - Created Project:ctest-TestRoutersBasic-00737303, ID : 9ad78915-70bf-4a39-8641-d353adb183f2
2025-10-22 19:48:24,673 - INFO - ================================================================================
2025-10-22 19:48:24,673 - INFO - STARTING TEST : test_basic_snat_behavior_without_external_connectivity
2025-10-22 19:48:24,673 - 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-22 19:48:25,093 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:48:25,093 - INFO -
2025-10-22 19:48:25,971 - INFO - Default SG to be edited for allow all on project: ctest-TestRoutersBasic-00737303
2025-10-22 19:48:26,079 - INFO - Adding rules to the default security group in Project ctest-TestRoutersBasic-00737303
2025-10-22 19:48:27,338 - INFO - Created VN ctest-vn-77319061
2025-10-22 19:48:28,449 - INFO - Created VN ctest-ext_vn-31551136
2025-10-22 19:48:30,133 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:48:31,837 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:48:32,022 - INFO - Setting gateway for router ca4577b5-ef75-4798-97f4-2441a692438b to network c0c2f038-a1cb-43a5-9360-e74fa0ac2307
2025-10-22 19:48:32,197 - INFO - Adding interface with subnet_id 9041743f-09bd-4b4f-a5db-f0e3d95bd8de, port_id None to router ca4577b5-ef75-4798-97f4-2441a692438b
2025-10-22 19:48:32,966 - INFO - Waiting for VM ctest-TestRoutersBasic-00737303-97076387 to be up..
2025-10-22 19:48:38,500 - INFO - VM name : ctest-TestRoutersBasic-00737303-97076387
2025-10-22 19:48:45,057 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRoutersBasic-00737303-97076387 passed
2025-10-22 19:48:50,872 - INFO - Waiting for VM ctest-TestRoutersBasic-00737303-64057563 to be up..
2025-10-22 19:48:51,047 - INFO - VM name : ctest-TestRoutersBasic-00737303-64057563
2025-10-22 19:48:52,901 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestRoutersBasic-00737303-64057563 passed
2025-10-22 19:48:57,070 - INFO - Ping to IP 112.242.238.67 from VM ctest-TestRoutersBasic-00737303-97076387 passed
2025-10-22 19:48:57,070 - INFO - Deleting interface with subnet_id 9041743f-09bd-4b4f-a5db-f0e3d95bd8de, port_id None from router ca4577b5-ef75-4798-97f4-2441a692438b
2025-10-22 19:48:57,479 - INFO - Deleting VM ctest-TestRoutersBasic-00737303-64057563
2025-10-22 19:48:57,599 - INFO - Deleting VM ctest-TestRoutersBasic-00737303-97076387
2025-10-22 19:48:57,735 - INFO - Deleting VN ctest-ext_vn-31551136
2025-10-22 19:48:57,952 - WARNING - Deleting VN ctest-ext_vn-31551136 failed..Will retry
2025-10-22 19:49:00,182 - INFO - Deleting VN ctest-vn-77319061
2025-10-22 19:49:00,825 - INFO - END TEST : test_basic_snat_behavior_without_external_connectivity : PASSED[0:00:36]
2025-10-22 19:49:00,825 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:49:01,648 - INFO - Deleted project: ctest-TestRoutersBasic-00737303, ID : 9ad78915-70bf-4a39-8641-d353adb183f2
2025-10-22 19:49:02,047 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:49:02,065 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:49:02,341 - INFO - Project ctest-TestBasicPolicyIpv4v6-56563109 not found, creating it
2025-10-22 19:49:02,943 - INFO - Created Project:ctest-TestBasicPolicyIpv4v6-56563109, ID : 524d83c5-c1fc-43e0-b331-707ebf15c08a
2025-10-22 19:49:04,975 - INFO - ================================================================================
2025-10-22 19:49:04,975 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-22 19:49:04,975 - 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-22 19:49:05,406 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:49:05,406 - INFO -
2025-10-22 19:49:06,973 - INFO - Created VN ctest-vn-18128730
2025-10-22 19:49:08,258 - INFO - Created VN ctest-vn-45455072
2025-10-22 19:49:10,835 - INFO - Verified VN network id 11 for VN f117a1fc-94b1-4075-a64b-51855b3196a0
2025-10-22 19:49:10,835 - INFO - Verifications in API Server for VN ctest-vn-18128730 passed
2025-10-22 19:49:11,176 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-18128730 passed
2025-10-22 19:49:11,449 - INFO - VN ctest-vn-18128730 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-22 19:49:11,960 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-56563109:ctest-vn-18128730 is found in opserver
2025-10-22 19:49:12,764 - INFO - Verified VN network id 12 for VN 53df3a01-5d55-4403-bcec-4f560d474413
2025-10-22 19:49:12,764 - INFO - Verifications in API Server for VN ctest-vn-45455072 passed
2025-10-22 19:49:13,115 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-45455072 passed
2025-10-22 19:49:13,390 - INFO - VN ctest-vn-45455072 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-22 19:49:13,448 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-56563109:ctest-vn-45455072 is found in opserver
2025-10-22 19:49:13,605 - INFO - Disabling v6 tests for CI
2025-10-22 19:49:14,316 - INFO - Deleted policy ctest-policy-allow-all-39494068
2025-10-22 19:49:14,317 - INFO - Deleting VN ctest-vn-45455072
2025-10-22 19:49:14,824 - INFO - Validated that VN ctest-vn-45455072 is not found in API Server
2025-10-22 19:49:14,932 - INFO - Validated that VN ctest-vn-45455072 is not in any agent
2025-10-22 19:49:15,088 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-45455072 info
2025-10-22 19:49:15,088 - INFO - Deleting VN ctest-vn-18128730
2025-10-22 19:49:15,576 - INFO - Validated that VN ctest-vn-18128730 is not found in API Server
2025-10-22 19:49:15,676 - INFO - Validated that VN ctest-vn-18128730 is not in any agent
2025-10-22 19:49:15,832 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-18128730 info
2025-10-22 19:49:16,242 - INFO -
2025-10-22 19:49:16,242 - INFO - END TEST : test_basic_policy_allow_deny : SKIPPED[0:00:12]
2025-10-22 19:49:16,242 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:49:17,056 - INFO - Deleted project: ctest-TestBasicPolicyIpv4v6-56563109, ID : 524d83c5-c1fc-43e0-b331-707ebf15c08a
2025-10-22 19:49:17,396 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:49:17,412 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:49:17,668 - INFO - Project ctest-TestBasicPolicyNegativeIpv4v6-52444208 not found, creating it
2025-10-22 19:49:18,317 - INFO - Created Project:ctest-TestBasicPolicyNegativeIpv4v6-52444208, ID : a0816f51-11ae-470a-9baf-2323930346c8
2025-10-22 19:49:20,307 - INFO - ================================================================================
2025-10-22 19:49:20,307 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-22 19:49:20,726 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:49:20,726 - INFO -
2025-10-22 19:49:20,726 - INFO - ================================================================================
2025-10-22 19:49:20,726 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-22 19:49:20,726 - 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-22 19:49:21,149 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:49:21,149 - INFO -
2025-10-22 19:49:23,110 - INFO - Created VN ctest-vn4-84593056
2025-10-22 19:49:25,029 - INFO - Verified VN network id 11 for VN 85ca5b4f-7303-4097-aaa5-f8953db60861
2025-10-22 19:49:25,029 - INFO - Verifications in API Server for VN ctest-vn4-84593056 passed
2025-10-22 19:49:25,411 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn4-84593056 passed
2025-10-22 19:49:25,706 - INFO - VN ctest-vn4-84593056 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-22 19:49:26,195 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyNegativeIpv4v6-52444208:ctest-vn4-84593056 is found in opserver
2025-10-22 19:49:26,654 - INFO - Verified policy ctest-policy1-29337382 in API Server, Result: True
2025-10-22 19:49:26,654 - INFO - Done with setup and verification, moving onto test ..
2025-10-22 19:49:26,672 - INFO - Deleting VN ctest-vn4-84593056
2025-10-22 19:49:27,340 - INFO - Validated that VN ctest-vn4-84593056 is not found in API Server
2025-10-22 19:49:27,443 - INFO - Validated that VN ctest-vn4-84593056 is not in any agent
2025-10-22 19:49:27,604 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn4-84593056 info
2025-10-22 19:49:27,636 - INFO - Deleted policy ctest-policy1-29337382
2025-10-22 19:49:28,224 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:08]
2025-10-22 19:49:28,224 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:49:28,653 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:08]
2025-10-22 19:49:28,653 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:49:29,488 - INFO - Deleted project: ctest-TestBasicPolicyNegativeIpv4v6-52444208, ID : a0816f51-11ae-470a-9baf-2323930346c8
2025-10-22 19:49:29,847 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:49:29,863 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:49:30,238 - INFO - Project ctest-TestBasicPolicy-62691170 not found, creating it
2025-10-22 19:49:30,852 - INFO - Created Project:ctest-TestBasicPolicy-62691170, ID : ddc48095-f979-4bf8-9961-3b70d6706eef
2025-10-22 19:49:32,838 - INFO - ================================================================================
2025-10-22 19:49:32,838 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-22 19:49:32,838 - 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-22 19:49:33,245 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:49:33,245 - INFO -
2025-10-22 19:49:34,489 - INFO - Created VN ctest-vn-14581148
2025-10-22 19:49:35,441 - INFO - Created VN ctest-vn-22432770
2025-10-22 19:49:37,943 - INFO - Verified VN network id 11 for VN 44de626c-dc45-4f20-8528-422eff9edb2a
2025-10-22 19:49:37,943 - INFO - Verifications in API Server for VN ctest-vn-14581148 passed
2025-10-22 19:49:38,291 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-14581148 passed
2025-10-22 19:49:38,557 - INFO - VN ctest-vn-14581148 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-22 19:49:39,060 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-62691170:ctest-vn-14581148 is found in opserver
2025-10-22 19:49:39,848 - INFO - Verified VN network id 12 for VN 4c44bffe-a477-4747-92d0-01c757790c75
2025-10-22 19:49:39,848 - INFO - Verifications in API Server for VN ctest-vn-22432770 passed
2025-10-22 19:49:40,197 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-22432770 passed
2025-10-22 19:49:40,465 - INFO - VN ctest-vn-22432770 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-22 19:49:40,524 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-62691170:ctest-vn-22432770 is found in opserver
2025-10-22 19:49:42,004 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:49:43,446 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:49:43,446 - INFO - Waiting for VM ctest-TestBasicPolicy-62691170-25632760 to be up..
2025-10-22 19:49:48,787 - INFO - VM name : ctest-TestBasicPolicy-62691170-25632760
2025-10-22 19:49:56,973 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicPolicy-62691170-25632760 passed
2025-10-22 19:50:02,779 - INFO - Waiting for VM ctest-TestBasicPolicy-62691170-42223317 to be up..
2025-10-22 19:50:02,979 - INFO - VM name : ctest-TestBasicPolicy-62691170-42223317
2025-10-22 19:50:04,996 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicPolicy-62691170-42223317 passed
2025-10-22 19:50:09,340 - INFO - Ping to IP 189.227.110.67 from VM ctest-TestBasicPolicy-62691170-25632760 passed
2025-10-22 19:50:12,812 - WARNING - Ping to IP 189.227.110.67 from VM ctest-TestBasicPolicy-62691170-25632760 failed
2025-10-22 19:50:12,812 - INFO - Deleting VM ctest-TestBasicPolicy-62691170-42223317
2025-10-22 19:50:13,016 - INFO - Deleting VM ctest-TestBasicPolicy-62691170-25632760
2025-10-22 19:50:14,142 - INFO - Deleted policy ctest-policy-allow-all-28319347
2025-10-22 19:50:14,142 - INFO - Deleting VN ctest-vn-22432770
2025-10-22 19:50:14,395 - WARNING - Deleting VN ctest-vn-22432770 failed..Will retry
2025-10-22 19:50:17,244 - INFO - Validated that VN ctest-vn-22432770 is not found in API Server
2025-10-22 19:50:17,359 - INFO - Validated that VN ctest-vn-22432770 is not in any agent
2025-10-22 19:50:17,534 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-22432770 info
2025-10-22 19:50:17,535 - INFO - Deleting VN ctest-vn-14581148
2025-10-22 19:50:18,092 - INFO - Validated that VN ctest-vn-14581148 is not found in API Server
2025-10-22 19:50:18,196 - INFO - Validated that VN ctest-vn-14581148 is not in any agent
2025-10-22 19:50:18,360 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-14581148 info
2025-10-22 19:50:18,776 - INFO - END TEST : test_basic_policy_allow_deny : PASSED[0:00:46]
2025-10-22 19:50:18,776 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:50:19,756 - INFO - Deleted project: ctest-TestBasicPolicy-62691170, ID : ddc48095-f979-4bf8-9961-3b70d6706eef
2025-10-22 19:50:20,151 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:50:20,165 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:50:20,441 - INFO - Project ctest-TestRP-50139866 not found, creating it
2025-10-22 19:50:21,053 - INFO - Created Project:ctest-TestRP-50139866, ID : b9dd6a2b-7d5c-4174-8f77-42ce30ac7826
2025-10-22 19:50:23,101 - INFO - ================================================================================
2025-10-22 19:50:23,101 - INFO - STARTING TEST : test_rp_interface
2025-10-22 19:50:23,101 - 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-22 19:50:23,513 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:50:23,513 - INFO -
2025-10-22 19:50:24,733 - INFO - Created VN ctest-bgpaas_vn-88649100
2025-10-22 19:50:25,906 - INFO - Created VN ctest-bgpaas_vn-36895653
2025-10-22 19:50:28,041 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:50:29,575 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:50:29,575 - INFO - Waiting for VM test_vm to be up..
2025-10-22 19:50:34,920 - INFO - VM name : test_vm
2025-10-22 19:50:41,427 - INFO - Ping to Metadata IP 169.254.0.3 of VM test_vm passed
2025-10-22 19:50:47,073 - INFO - Waiting for VM test2_vm to be up..
2025-10-22 19:50:47,228 - INFO - VM name : test2_vm
2025-10-22 19:50:49,080 - INFO - Ping to Metadata IP 169.254.0.4 of VM test2_vm passed
2025-10-22 19:50:53,511 - INFO - Ping to IP 212.56.102.67 from VM test_vm passed
2025-10-22 19:50:53,624 - INFO - Deleting VM test2_vm
2025-10-22 19:50:53,780 - INFO - Deleting VM test_vm
2025-10-22 19:50:53,905 - INFO - Deleting VN ctest-bgpaas_vn-36895653
2025-10-22 19:50:54,050 - WARNING - Deleting VN ctest-bgpaas_vn-36895653 failed..Will retry
2025-10-22 19:50:56,247 - INFO - Deleting VN ctest-bgpaas_vn-88649100
2025-10-22 19:50:56,909 - INFO - END TEST : test_rp_interface : PASSED[0:00:33]
2025-10-22 19:50:56,909 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:50:57,746 - INFO - Deleted project: ctest-TestRP-50139866, ID : b9dd6a2b-7d5c-4174-8f77-42ce30ac7826
2025-10-22 19:50:58,107 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:50:58,120 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:50:58,372 - INFO - Project ctest-TestSvcRegr-79642623 not found, creating it
2025-10-22 19:50:58,910 - INFO - Created Project:ctest-TestSvcRegr-79642623, ID : 4b2ae50b-87e8-4ea3-aefc-bc3fd0c614c6
2025-10-22 19:51:01,035 - INFO - ================================================================================
2025-10-22 19:51:01,035 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-10-22 19:51:01,437 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:51:01,437 - INFO -
2025-10-22 19:51:02,594 - INFO - Created VN ctest-mgmt_vn-30759221
2025-10-22 19:51:03,930 - INFO - Verified VN network id 11 for VN e0fb703c-7ea7-480d-83d2-14757e0c2767
2025-10-22 19:51:03,930 - INFO - Verifications in API Server for VN ctest-mgmt_vn-30759221 passed
2025-10-22 19:51:04,270 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-mgmt_vn-30759221 passed
2025-10-22 19:51:05,024 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-79642623:ctest-mgmt_vn-30759221 is found in opserver
2025-10-22 19:51:05,801 - INFO - Created VN ctest-left_vn-91842377
2025-10-22 19:51:06,720 - INFO - Verified VN network id 12 for VN 6a0f0720-d3c4-4599-8874-c0cbba9f5517
2025-10-22 19:51:06,721 - INFO - Verifications in API Server for VN ctest-left_vn-91842377 passed
2025-10-22 19:51:07,057 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-left_vn-91842377 passed
2025-10-22 19:51:07,376 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-79642623:ctest-left_vn-91842377 is found in opserver
2025-10-22 19:51:08,222 - INFO - Created VN ctest-right_vn-58298971
2025-10-22 19:51:09,155 - INFO - Verified VN network id 13 for VN ad738417-2cf3-4a56-b262-b3a050588782
2025-10-22 19:51:09,155 - INFO - Verifications in API Server for VN ctest-right_vn-58298971 passed
2025-10-22 19:51:09,493 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-right_vn-58298971 passed
2025-10-22 19:51:09,805 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-79642623:ctest-right_vn-58298971 is found in opserver
2025-10-22 19:51:11,344 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:51:12,855 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:51:13 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-22 19:51:17,023 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:51:17,023 - INFO - Waiting for VM ctest-pt_svm0-03775094 to be up..
2025-10-22 19:51:27,423 - INFO - VM name : ctest-pt_svm0-03775094
2025-10-22 19:51:46,724 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-pt_svm0-03775094 passed
2025-10-22 19:52:09,890 - INFO - Waiting for VM ctest-left_vm-53679848 to be up..
2025-10-22 19:52:10,066 - INFO - VM name : ctest-left_vm-53679848
2025-10-22 19:52:11,956 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-left_vm-53679848 passed
2025-10-22 19:52:12,360 - INFO - Waiting for VM ctest-right_vm-43771333 to be up..
2025-10-22 19:52:12,528 - INFO - VM name : ctest-right_vm-43771333
2025-10-22 19:52:14,384 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-right_vm-43771333 passed
2025-10-22 19:52:15,227 - INFO - Attaching policy ctest-policy-49742062 to vn ctest-left_vn-91842377
2025-10-22 19:52:15,811 - INFO - Attaching policy ctest-policy-49742062 to vn ctest-right_vn-58298971
2025-10-22 19:52:21,563 - INFO - Ping to Metadata IP 169.254.0.6 of VM ctest-pt_svm0-03775094 passed
2025-10-22 19:52:24,897 - INFO - VM ctest-pt_svm0-03775094 verifications in Compute nodes passed
2025-10-22 19:52:25,339 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-79642623:ctest-left_vn-91842377
2025-10-22 19:52:25,495 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-79642623:ctest-right_vn-58298971
2025-10-22 19:52:25,818 - INFO - Route to 106.254.159.67 seen in VRF:5 on cn-jenkins-deploy-platform-juju-os-605-1.englab.juniper.net, and SI ctest-si-93282485 is seen as the NH
2025-10-22 19:52:26,096 - INFO - Route to 178.53.241.195 seen in VRF:6 on cn-jenkins-deploy-platform-juju-os-605-1.englab.juniper.net, and SI ctest-si-93282485 is seen as the NH
2025-10-22 19:52:29,846 - INFO - Ping to IP 106.254.159.67 from VM ctest-left_vm-53679848 passed
2025-10-22 19:52:29,846 - INFO - Dettaching policy ctest-policy-49742062 from vn ctest-right_vn-58298971
2025-10-22 19:52:30,083 - INFO - Dettaching policy ctest-policy-49742062 from vn ctest-left_vn-91842377
2025-10-22 19:52:30,423 - INFO - Deleted policy ctest-policy-49742062
2025-10-22 19:52:30,541 - INFO - Deleted SI ['admin_domain', 'ctest-TestSvcRegr-79642623', 'ctest-si-93282485']
2025-10-22 19:52:30,887 - INFO - Deleting VM ctest-pt_svm0-03775094
2025-10-22 19:52:31,138 - INFO - Service template: ['admin_domain', 'ctest-service_template_1-47527127'] deleted successfully.
2025-10-22 19:52:31,139 - INFO - Deleting VM ctest-right_vm-43771333
2025-10-22 19:52:31,254 - INFO - Deleting VM ctest-left_vm-53679848
2025-10-22 19:52:31,378 - INFO - Deleting VN ctest-right_vn-58298971
2025-10-22 19:52:31,525 - WARNING - Deleting VN ctest-right_vn-58298971 failed..Will retry
2025-10-22 19:52:34,032 - INFO - Validated that VN ctest-right_vn-58298971 is not found in API Server
2025-10-22 19:52:34,135 - INFO - Validated that VN ctest-right_vn-58298971 is not in any agent
2025-10-22 19:52:34,300 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-right_vn-58298971 info
2025-10-22 19:52:34,300 - INFO - Deleting VN ctest-left_vn-91842377
2025-10-22 19:52:34,784 - INFO - Validated that VN ctest-left_vn-91842377 is not found in API Server
2025-10-22 19:52:34,896 - INFO - Validated that VN ctest-left_vn-91842377 is not in any agent
2025-10-22 19:52:35,060 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-left_vn-91842377 info
2025-10-22 19:52:35,060 - INFO - Deleting VN ctest-mgmt_vn-30759221
2025-10-22 19:52:35,508 - INFO - Validated that VN ctest-mgmt_vn-30759221 is not found in API Server
2025-10-22 19:52:35,615 - INFO - Validated that VN ctest-mgmt_vn-30759221 is not in any agent
2025-10-22 19:52:35,772 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-mgmt_vn-30759221 info
2025-10-22 19:52:36,176 - INFO -
2025-10-22 19:52:36,176 - INFO - END TEST : test_svc_in_network_datapath : PASSED[0:01:35]
2025-10-22 19:52:36,177 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:52:36,977 - INFO - Deleted project: ctest-TestSvcRegr-79642623, ID : 4b2ae50b-87e8-4ea3-aefc-bc3fd0c614c6
2025-10-22 19:52:37,336 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:52:37,349 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:52:37,608 - INFO - Project ctest-TestvDNSBasic0-13060546 not found, creating it
2025-10-22 19:52:38,194 - INFO - Created Project:ctest-TestvDNSBasic0-13060546, ID : beeda9a4-9fff-444c-a5bf-4d1e68cfb8ea
2025-10-22 19:52:40,238 - INFO - ================================================================================
2025-10-22 19:52:40,238 - INFO - STARTING TEST : test_vdns_ping_same_vn
2025-10-22 19:52:40,238 - 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-22 19:52:40,645 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:52:40,645 - INFO -
2025-10-22 19:52:41,491 - INFO - Using existing project ['admin_domain', 'ctest-TestvDNSBasic0-13060546'](beeda9a4-9fff-444c-a5bf-4d1e68cfb8ea)
2025-10-22 19:52:43,741 - INFO - Created VN ctest-vn1-vdns-23216869
2025-10-22 19:52:45,645 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:52:45,645 - INFO - Waiting for VM ctest-vm1-test-77229923 to be up..
2025-10-22 19:52:50,926 - INFO - VM name : ctest-vm1-test-77229923
2025-10-22 19:53:01,149 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vm1-test-77229923 passed
2025-10-22 19:53:06,398 - INFO - Ping to IP ctest-vm1-test-77229923 from VM ctest-vm1-test-77229923 passed
2025-10-22 19:53:08,210 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:53:08,211 - INFO - Waiting for VM ctest-vm2-test-12195835 to be up..
2025-10-22 19:53:13,490 - INFO - VM name : ctest-vm2-test-12195835
2025-10-22 19:53:23,667 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vm2-test-12195835 passed
2025-10-22 19:53:28,361 - INFO - Ping to IP ctest-vm2-test-12195835 from VM ctest-vm2-test-12195835 passed
2025-10-22 19:53:30,985 - INFO - Ping to IP ctest-vm2-test-12195835 from VM ctest-vm1-test-77229923 passed
2025-10-22 19:53:30,986 - INFO - Try deleting the VDNS entry ctest-vdns1-85527060 with back ref of ipam.
2025-10-22 19:53:31,047 - INFO - Deletion of the vdns entry failed with back ref of ipam as expected
2025-10-22 19:53:31,047 - INFO - Add CNAME VDNS record for ctest-vm1-test-77229923 and verify we able to ping by alias name
2025-10-22 19:53:31,219 - INFO - In verify_on_setup
2025-10-22 19:53:31,315 - INFO - Verify VDNS record is shown in the API server
2025-10-22 19:53:31,544 - INFO - Verify VDNS record is shown in the control node
2025-10-22 19:53:32,079 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-77229923 failed
2025-10-22 19:53:33,585 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-77229923 failed
2025-10-22 19:53:37,050 - INFO - Ping to IP vm1-test-alias from VM ctest-vm1-test-77229923 passed
2025-10-22 19:53:37,127 - INFO - VDNS record info: admin_domain:ctest-vdns1-85527060:test-rec deleted successfully.
2025-10-22 19:53:37,127 - INFO - Deleting VM ctest-vm2-test-12195835
2025-10-22 19:53:37,257 - INFO - Deleting VM ctest-vm1-test-77229923
2025-10-22 19:53:37,382 - INFO - Deleting VN ctest-vn1-vdns-23216869
2025-10-22 19:53:37,534 - WARNING - Deleting VN ctest-vn1-vdns-23216869 failed..Will retry
2025-10-22 19:53:40,230 - INFO - VDNS info: ['admin_domain', 'ctest-vdns1-85527060'] deleted successfully.
2025-10-22 19:53:40,353 - INFO - VDNS information ctest-vdns1-85527060 removed from the API Server
2025-10-22 19:53:40,408 - INFO - VDNS information ctest-vdns1-85527060 removed in the Control node
2025-10-22 19:53:40,804 - INFO - END TEST : test_vdns_ping_same_vn : PASSED[0:01:00]
2025-10-22 19:53:40,804 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:53:41,624 - INFO - Deleted project: ctest-TestvDNSBasic0-13060546, ID : beeda9a4-9fff-444c-a5bf-4d1e68cfb8ea
2025-10-22 19:53:41,991 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:53:42,006 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:53:42,280 - INFO - Project ctest-TestBasicVMVNx-48620249 not found, creating it
2025-10-22 19:53:42,835 - INFO - Created Project:ctest-TestBasicVMVNx-48620249, ID : 338f9a65-1903-4632-a65b-1714e66b4479
2025-10-22 19:53:44,786 - INFO - ================================================================================
2025-10-22 19:53:44,786 - INFO - STARTING TEST : test_vm_file_trf_scp_tests
2025-10-22 19:53:44,786 - 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-22 19:53:45,192 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:53:45,192 - INFO -
2025-10-22 19:53:46,417 - INFO - Created VN ctest-vn-52419960
2025-10-22 19:53:48,013 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:53:49,657 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:53:49,658 - INFO - Waiting for VM ctest-TestBasicVMVNx-48620249-91204876 to be up..
2025-10-22 19:53:54,969 - INFO - VM name : ctest-TestBasicVMVNx-48620249-91204876
2025-10-22 19:54:01,465 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVNx-48620249-91204876 passed
2025-10-22 19:54:07,133 - INFO - Waiting for VM ctest-TestBasicVMVNx-48620249-71831492 to be up..
2025-10-22 19:54:07,289 - INFO - VM name : ctest-TestBasicVMVNx-48620249-71831492
2025-10-22 19:54:09,155 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVNx-48620249-71831492 passed
2025-10-22 19:54:14,594 - INFO - File of size 1303 is trasferred successfully to ctest-TestBasicVMVNx-48620249-71831492
2025-10-22 19:54:14,594 - INFO - Deleting VM ctest-TestBasicVMVNx-48620249-71831492
2025-10-22 19:54:14,756 - INFO - Deleting VM ctest-TestBasicVMVNx-48620249-91204876
2025-10-22 19:54:14,897 - INFO - Deleting VN ctest-vn-52419960
2025-10-22 19:54:15,056 - WARNING - Deleting VN ctest-vn-52419960 failed..Will retry
2025-10-22 19:54:17,652 - INFO - END TEST : test_vm_file_trf_scp_tests : PASSED[0:00:33]
2025-10-22 19:54:17,652 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:54:18,501 - INFO - Deleted project: ctest-TestBasicVMVNx-48620249, ID : 338f9a65-1903-4632-a65b-1714e66b4479
2025-10-22 19:54:18,820 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
2025-10-22 19:54:18,839 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
2025-10-22 19:54:19,099 - INFO - Project ctest-TestBasicVMVN-61422332 not found, creating it
2025-10-22 19:54:19,724 - INFO - Created Project:ctest-TestBasicVMVN-61422332, ID : 60d958a4-ce70-494e-afee-86a82953d4ee
2025-10-22 19:54:21,845 - INFO - ================================================================================
2025-10-22 19:54:21,845 - INFO - STARTING TEST : test_generic_link_local_service
2025-10-22 19:54:21,845 - 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-22 19:54:22,265 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:54:22,265 - INFO -
2025-10-22 19:54:23,517 - INFO - Created VN ctest-vn2_metadata-43991643
2025-10-22 19:54:25,210 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:54:30,800 - INFO - Waiting for VM ctest-TestBasicVMVN-61422332-76449702 to be up..
2025-10-22 19:54:30,801 - INFO - VM name : ctest-TestBasicVMVN-61422332-76449702
2025-10-22 19:54:39,308 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-61422332-76449702 passed
2025-10-22 19:54:39,696 - INFO - Retry 0
2025-10-22 19:54:41,381 - INFO - Generic metadata worked
2025-10-22 19:54:41,695 - INFO - Deleting VM ctest-TestBasicVMVN-61422332-76449702
2025-10-22 19:54:42,043 - INFO - Deleting VN ctest-vn2_metadata-43991643
2025-10-22 19:54:42,200 - WARNING - Deleting VN ctest-vn2_metadata-43991643 failed..Will retry
2025-10-22 19:54:44,938 - INFO - END TEST : test_generic_link_local_service : PASSED[0:00:23]
2025-10-22 19:54:44,938 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:54:44,941 - INFO - ================================================================================
2025-10-22 19:54:44,941 - INFO - STARTING TEST : test_metadata_service
2025-10-22 19:54:44,941 - 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-22 19:54:45,365 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:54:45,365 - INFO -
2025-10-22 19:54:46,322 - INFO - Created VN ctest-vn-06441021
2025-10-22 19:54:47,902 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:54:47,903 - INFO - Waiting for VM ctest-TestBasicVMVN-61422332-61651454 to be up..
2025-10-22 19:54:53,218 - INFO - VM name : ctest-TestBasicVMVN-61422332-61651454
2025-10-22 19:55:03,785 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-61422332-61651454 passed
2025-10-22 19:55:11,211 - INFO - metadata_script.txt got executed in the vm
2025-10-22 19:55:11,211 - INFO - Deleting VM ctest-TestBasicVMVN-61422332-61651454
2025-10-22 19:55:11,369 - INFO - Deleting VN ctest-vn-06441021
2025-10-22 19:55:11,512 - WARNING - Deleting VN ctest-vn-06441021 failed..Will retry
2025-10-22 19:55:14,528 - INFO - END TEST : test_metadata_service : PASSED[0:00:30]
2025-10-22 19:55:14,528 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:55:14,531 - INFO - ================================================================================
2025-10-22 19:55:14,531 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets
2025-10-22 19:55:14,531 - 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-22 19:55:14,932 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:55:14,932 - INFO -
2025-10-22 19:55:16,157 - INFO - Created VN ctest-vn-20218727
2025-10-22 19:55:18,211 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:55:19,280 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:55:20,875 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-605-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-605-1)
2025-10-22 19:55:21,193 - INFO - Verifications in API Server for IPAM: ctest-ipam-32665524 passed
2025-10-22 19:55:21,252 - INFO - Verifications in Control node for IPAM: ctest-ipam-32665524 passed
2025-10-22 19:55:21,965 - INFO - Verified VN network id 11 for VN d36b6b18-ca1f-476b-9ff0-46477b911713
2025-10-22 19:55:21,965 - INFO - Verifications in API Server for VN ctest-vn-20218727 passed
2025-10-22 19:55:22,330 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-20218727 passed
2025-10-22 19:55:23,155 - INFO - Validated that VN admin_domain:ctest-TestBasicVMVN-61422332:ctest-vn-20218727 is found in opserver
2025-10-22 19:55:23,208 - INFO - Waiting for VM ctest-TestBasicVMVN-61422332-98497430 to be up..
2025-10-22 19:55:28,546 - INFO - VM name : ctest-TestBasicVMVN-61422332-98497430
2025-10-22 19:55:34,751 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-61422332-98497430 passed
2025-10-22 19:55:40,473 - INFO - Waiting for VM ctest-TestBasicVMVN-61422332-79061564 to be up..
2025-10-22 19:55:40,636 - INFO - VM name : ctest-TestBasicVMVN-61422332-79061564
2025-10-22 19:55:42,500 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVN-61422332-79061564 passed
2025-10-22 19:55:42,909 - INFO - Waiting for VM ctest-TestBasicVMVN-61422332-20424795 to be up..
2025-10-22 19:55:43,068 - INFO - VM name : ctest-TestBasicVMVN-61422332-20424795
2025-10-22 19:55:44,921 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-TestBasicVMVN-61422332-20424795 passed
2025-10-22 19:55:49,072 - INFO - Ping to IP 31.1.2.4 from VM ctest-TestBasicVMVN-61422332-98497430 passed
2025-10-22 19:55:52,800 - INFO - Ping to IP 31.1.1.4 from VM ctest-TestBasicVMVN-61422332-79061564 passed
2025-10-22 19:56:00,677 - INFO - Deleting VM ctest-TestBasicVMVN-61422332-20424795
2025-10-22 19:56:00,832 - INFO - Detaching port fd9be390-ebf3-429d-beb9-5c5abb051f3f from VM ctest-TestBasicVMVN-61422332-79061564
2025-10-22 19:56:00,898 - INFO - Deleting VM ctest-TestBasicVMVN-61422332-79061564
2025-10-22 19:56:01,031 - INFO - Detaching port 44166c2c-7b0d-43da-a1e0-be7a5b5ee325 from VM ctest-TestBasicVMVN-61422332-98497430
2025-10-22 19:56:01,100 - INFO - Deleting VM ctest-TestBasicVMVN-61422332-98497430
2025-10-22 19:56:01,266 - INFO - Deleting VN ctest-vn-20218727
2025-10-22 19:56:02,664 - INFO - Validated that VN ctest-vn-20218727 is not found in API Server
2025-10-22 19:56:02,769 - INFO - Validated that VN ctest-vn-20218727 is not in any agent
2025-10-22 19:56:02,880 - INFO - Validated that all vrouters do not have the route table for VN admin_domain:ctest-TestBasicVMVN-61422332:ctest-vn-20218727
2025-10-22 19:56:02,992 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-20218727 info
2025-10-22 19:56:03,094 - INFO - IPAM: ctest-ipam-32665524 is not found in API Server
2025-10-22 19:56:03,212 - INFO - IPAM:ctest-ipam-32665524 is not found in control node
2025-10-22 19:56:03,629 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : PASSED[0:00:49]
2025-10-22 19:56:03,629 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:56:04,473 - INFO - Deleted project: ctest-TestBasicVMVN-61422332, ID : 60d958a4-ce70-494e-afee-86a82953d4ee
+ '[' 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_22_19_43_47_25771.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.141'. 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-22 19:56:21,572 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:56:21,949 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:56:22,203 - INFO - Project ctest-TestRbac-48302673 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:56:22,814 - INFO - Created Project:ctest-TestRbac-48302673, ID : 4aa71463-9a38-44cb-a158-a9f473855cb1
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. 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.141'. 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.141'. 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.141'. 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.141'. 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.141'. 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:56:27,384 - INFO - ================================================================================
2025-10-22 19:56:27,384 - INFO - STARTING TEST : test_perms2_global_share
2025-10-22 19:56:27,385 - 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-22 19:56:28,067 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:56:28,068 - INFO -
2025-10-22 19:56:28,478 - INFO - Project ctest-TestRbac-44327374 not found, creating it
2025-10-22 19:56:29,060 - INFO - Created Project:ctest-TestRbac-44327374, ID : 4583c7c8-5d6c-43d0-a69a-f386faa95802
2025-10-22 19:56:29,453 - INFO - Project ctest-TestRbac-53877986 not found, creating it
2025-10-22 19:56:30,033 - INFO - Created Project:ctest-TestRbac-53877986, ID : e14d9bc1-e268-49be-8d2e-5e4b5fafc93e
2025-10-22 19:56:33,048 - INFO - API access-list 3752ff2b-2787-4afe-9c19-e7d84b34c60f verify on api server passed
2025-10-22 19:56:33,727 - INFO - Created VN ctest-TestRbac-44327374-15380268, UUID :b1bd9476-63d3-4488-ae2c-dcfcfb966daf
2025-10-22 19:56:35,021 - INFO - API Server: Read VN b1bd9476-63d3-4488-ae2c-dcfcfb966daf
2025-10-22 19:56:35,510 - INFO - API Server: Read VN b1bd9476-63d3-4488-ae2c-dcfcfb966daf
2025-10-22 19:56:36,335 - WARNING - Unable to get the list of compute nodes
2025-10-22 19:56:37,839 - INFO - VM ([]) created on node: (None), Zone: (None)
2025-10-22 19:56:43,118 - INFO - VM name : ctest-TestRbac-53877986-72614368
2025-10-22 19:56:44,356 - INFO - VM ctest-TestRbac-53877986-72614368 verfication in all API Servers passed
2025-10-22 19:56:51,291 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRbac-53877986-72614368 passed
2025-10-22 19:56:51,291 - INFO - VM ctest-TestRbac-53877986-72614368 verifications in Compute nodes passed
2025-10-22 19:56:51,649 - INFO - Validated routes of VM ctest-TestRbac-53877986-72614368 in all vrouters
2025-10-22 19:56:52,320 - INFO - Verification in Control-nodes for VM ctest-TestRbac-53877986-72614368 passed
2025-10-22 19:56:53,989 - INFO - Verifying through opserver in 10.0.0.141
2025-10-22 19:56:54,173 - INFO - VM ef8407c2-605d-46b6-b006-826e9254e420 is present in admin_domain:ctest-TestRbac-44327374:ctest-TestRbac-44327374-15380268
2025-10-22 19:56:56,420 - INFO - tap interface admin_domain:ctest-TestRbac-53877986:2b89b61d-7739-434a-805c-98eaafd1ca7c of vm ef8407c2-605d-46b6-b006-826e9254e420 is present in vrouter cn-jenkins-deploy-platform-juju-os-605-1 uve
2025-10-22 19:56:56,568 - INFO - VM ctest-TestRbac-53877986-72614368 validations in Opserver passed
2025-10-22 19:56:56,568 - INFO - Deleting VM ctest-TestRbac-53877986-72614368
2025-10-22 19:56:58,972 - INFO - VM ctest-TestRbac-53877986-72614368 is fully removed in API-Server
2025-10-22 19:56:59,372 - INFO - Validated that all vrouters do not have VMs route for VN admin_domain:ctest-TestRbac-44327374:ctest-TestRbac-44327374-15380268
2025-10-22 19:56:59,372 - INFO - VM ctest-TestRbac-53877986-72614368 is removed in Compute, and routes are removed in all compute nodes
2025-10-22 19:56:59,709 - INFO - Routes for VM ctest-TestRbac-53877986-72614368 is removed in all control-nodes
2025-10-22 19:57:19,611 - INFO - ef8407c2-605d-46b6-b006-826e9254e420 vm uve deleted from opserver
2025-10-22 19:57:19,611 - INFO - Validated that VM ef8407c2-605d-46b6-b006-826e9254e420 is removed from Opserver
2025-10-22 19:57:19,611 - INFO - Deleting VN ctest-TestRbac-44327374-15380268
2025-10-22 19:57:19,811 - INFO - API access-list (3752ff2b-2787-4afe-9c19-e7d84b34c60f) got deleted in api server
2025-10-22 19:57:21,085 - INFO - Deleted project: ctest-TestRbac-53877986, ID : e14d9bc1-e268-49be-8d2e-5e4b5fafc93e
2025-10-22 19:57:21,917 - INFO - Deleted project: ctest-TestRbac-44327374, ID : 4583c7c8-5d6c-43d0-a69a-f386faa95802
2025-10-22 19:57:22,140 - INFO - END TEST : test_perms2_global_share : PASSED[0:00:55]
2025-10-22 19:57:22,141 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. 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.141'. 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.141'. 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.141'. 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.141'. 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:57:24,098 - INFO - Deleted project: ctest-TestRbac-48302673, ID : 4aa71463-9a38-44cb-a158-a9f473855cb1
2025-10-22 19:57:24,417 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:57:24,429 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:57:24,673 - INFO - Project ctest-TestRbacBasic-26715860 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:57:25,218 - INFO - Created Project:ctest-TestRbacBasic-26715860, ID : 49e759b6-8f1a-4021-9ac5-0d03293d1f56
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. 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.141'. 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.141'. 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.141'. 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.141'. 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.141'. 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:57:29,513 - INFO - ================================================================================
2025-10-22 19:57:29,513 - INFO - STARTING TEST : test_perms2_owner
2025-10-22 19:57:29,513 - 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-22 19:57:29,779 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:57:29,779 - INFO -
2025-10-22 19:57:30,186 - INFO - Project ctest-TestRbacBasic-21461597 not found, creating it
2025-10-22 19:57:30,795 - INFO - Created Project:ctest-TestRbacBasic-21461597, ID : 0e19dbf2-a221-4564-a4db-bd77b65c5771
2025-10-22 19:57:31,194 - INFO - Project ctest-TestRbacBasic-82946153 not found, creating it
2025-10-22 19:57:31,742 - INFO - Created Project:ctest-TestRbacBasic-82946153, ID : a365e70b-a8de-43f0-a931-a6e982d5124f
2025-10-22 19:57:34,616 - INFO - API access-list a7d9d9f8-2d59-4c1b-985c-223eed38a78a verify on api server passed
2025-10-22 19:57:35,266 - INFO - Created VN ctest-TestRbacBasic-21461597-74592640, UUID :4e6b9295-57e1-430d-94e7-d46d7d25b762
2025-10-22 19:57:36,803 - INFO - Created VN ctest-TestRbacBasic-82946153-96463049, UUID :04afa04f-095d-4f7e-9fd4-67a99eda1d31
2025-10-22 19:57:38,073 - INFO - API Server: Read VN 4e6b9295-57e1-430d-94e7-d46d7d25b762
2025-10-22 19:57:38,548 - INFO - API Server: Permission Denied to read VN 4e6b9295-57e1-430d-94e7-d46d7d25b762
2025-10-22 19:57:38,614 - INFO - API Server: Read VN 4e6b9295-57e1-430d-94e7-d46d7d25b762
2025-10-22 19:57:38,695 - INFO - API Server: List VN ['4e6b9295-57e1-430d-94e7-d46d7d25b762']
2025-10-22 19:57:38,771 - INFO - API Server: List VN ['04afa04f-095d-4f7e-9fd4-67a99eda1d31']
2025-10-22 19:57:38,899 - INFO - API Server: List VN []
2025-10-22 19:57:38,975 - INFO - API Server: List VN ['4e6b9295-57e1-430d-94e7-d46d7d25b762', '04afa04f-095d-4f7e-9fd4-67a99eda1d31']
2025-10-22 19:57:39,028 - INFO - API Server: List VN ['4e6b9295-57e1-430d-94e7-d46d7d25b762', '04afa04f-095d-4f7e-9fd4-67a99eda1d31', 'df619e4e-5732-4d2a-af24-412d15973a32', '6af69574-52ff-44e4-9695-c26a5d3fd519', '075ede85-b331-4bbd-bf93-1d68ff495bc0', '8b3d96e5-5380-4483-a9dd-a3c33dd9f76a']
2025-10-22 19:57:39,077 - INFO - Deleting VN ctest-TestRbacBasic-82946153-96463049
2025-10-22 19:57:39,190 - INFO - Deleting VN ctest-TestRbacBasic-21461597-74592640
2025-10-22 19:57:39,383 - INFO - API access-list (a7d9d9f8-2d59-4c1b-985c-223eed38a78a) got deleted in api server
2025-10-22 19:57:40,611 - INFO - Deleted project: ctest-TestRbacBasic-82946153, ID : a365e70b-a8de-43f0-a931-a6e982d5124f
2025-10-22 19:57:41,430 - INFO - Deleted project: ctest-TestRbacBasic-21461597, ID : 0e19dbf2-a221-4564-a4db-bd77b65c5771
2025-10-22 19:57:41,663 - INFO - END TEST : test_perms2_owner : PASSED[0:00:12]
2025-10-22 19:57:41,663 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:57:41,667 - INFO - ================================================================================
2025-10-22 19:57:41,667 - INFO - STARTING TEST : test_rbac_acl_different_roles
2025-10-22 19:57:41,667 - 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-22 19:57:41,979 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:57:41,979 - INFO -
2025-10-22 19:57:44,858 - INFO - Permission denied to create/update VirtualNetwork
2025-10-22 19:57:45,304 - INFO - API access-list 326c8e45-ece2-40e3-8f83-eabd7ebdb8cf verify on api server passed
2025-10-22 19:57:45,595 - INFO - Created VN ctest-TestRbacBasic-26715860-84066213, UUID :8aa42613-c832-4da8-9f1d-d8ff528f903f
2025-10-22 19:57:47,378 - INFO - Verified VN network id 11 for VN 8aa42613-c832-4da8-9f1d-d8ff528f903f
2025-10-22 19:57:47,379 - INFO - Verifications in API Server for VN ctest-TestRbacBasic-26715860-84066213 passed
2025-10-22 19:57:47,718 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-TestRbacBasic-26715860-84066213 passed
2025-10-22 19:57:48,456 - INFO - Validated that VN admin_domain:ctest-TestRbacBasic-26715860:ctest-TestRbacBasic-26715860-84066213 is found in opserver
2025-10-22 19:57:49,004 - INFO - API access-list 9f0faaec-a148-44cb-8a6a-52d3dbc12e1b verify on api server passed
2025-10-22 19:57:49,955 - INFO - API Server: Permission Denied to read VN 8aa42613-c832-4da8-9f1d-d8ff528f903f
2025-10-22 19:57:50,427 - INFO - API Server: Permission Denied to read ST 431cf4cd-20be-4369-956e-3d1e48d09ac7
2025-10-22 19:57:50,557 - INFO - API access-list 326c8e45-ece2-40e3-8f83-eabd7ebdb8cf verify on api server passed
2025-10-22 19:57:50,637 - INFO - API Server: Read VN 8aa42613-c832-4da8-9f1d-d8ff528f903f
2025-10-22 19:57:51,254 - INFO - Permission denied to create/update VirtualNetwork
2025-10-22 19:57:52,015 - INFO - API Server: Permission Denied to read ST 431cf4cd-20be-4369-956e-3d1e48d09ac7
2025-10-22 19:57:52,188 - INFO - API access-list 9f0faaec-a148-44cb-8a6a-52d3dbc12e1b verify on api server passed
2025-10-22 19:57:52,272 - INFO - API Server: Read Service-Template 431cf4cd-20be-4369-956e-3d1e48d09ac7
2025-10-22 19:57:52,648 - INFO - API access-list 326c8e45-ece2-40e3-8f83-eabd7ebdb8cf verify on api server passed
2025-10-22 19:57:52,788 - INFO - API access-list 9f0faaec-a148-44cb-8a6a-52d3dbc12e1b verify on api server passed
2025-10-22 19:57:53,331 - INFO - API Server: Permission Denied to read VN 8aa42613-c832-4da8-9f1d-d8ff528f903f
2025-10-22 19:57:53,839 - INFO - API Server: Permission Denied to read ST 431cf4cd-20be-4369-956e-3d1e48d09ac7
2025-10-22 19:57:53,993 - INFO - API Server: Read Service-Template 431cf4cd-20be-4369-956e-3d1e48d09ac7
2025-10-22 19:57:54,074 - INFO - API Server: Read VN 8aa42613-c832-4da8-9f1d-d8ff528f903f
2025-10-22 19:57:54,167 - INFO - API access-list (326c8e45-ece2-40e3-8f83-eabd7ebdb8cf) got deleted in api server
2025-10-22 19:57:54,247 - INFO - API access-list (9f0faaec-a148-44cb-8a6a-52d3dbc12e1b) got deleted in api server
2025-10-22 19:57:54,723 - INFO - API Server: Permission Denied to read VN 8aa42613-c832-4da8-9f1d-d8ff528f903f
2025-10-22 19:57:55,219 - INFO - API Server: Permission Denied to read ST 431cf4cd-20be-4369-956e-3d1e48d09ac7
2025-10-22 19:57:55,364 - INFO - API Server: Read VN 8aa42613-c832-4da8-9f1d-d8ff528f903f
2025-10-22 19:57:55,428 - INFO - API Server: Read Service-Template 431cf4cd-20be-4369-956e-3d1e48d09ac7
2025-10-22 19:57:55,730 - INFO - Service template: ['admin_domain', 'ctest-TestRbacBasic-26715860-45465078'] deleted successfully.
2025-10-22 19:57:55,731 - INFO - Deleting VN ctest-TestRbacBasic-26715860-84066213
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. 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.141'. 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.141'. 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:57:56,684 - INFO - END TEST : test_rbac_acl_different_roles : PASSED[0:00:15]
2025-10-22 19:57:56,684 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. 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.141'. 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.141'. 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.141'. 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.141'. 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:57:58,778 - INFO - Deleted project: ctest-TestRbacBasic-26715860, ID : 49e759b6-8f1a-4021-9ac5-0d03293d1f56
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:57:59,091 - INFO - Using existing project ['admin_domain', 'admin'](f781f28b-ae85-4ed8-be8d-6a8f1248d78b)
2025-10-22 19:57:59,101 - INFO - ================================================================================
2025-10-22 19:57:59,101 - INFO - STARTING TEST : test_contrail_status
2025-10-22 19:57:59,101 - INFO - TEST DESCRIPTION : Test to verify that all services are running and active
2025-10-22 19:57:59,323 - INFO - Initial checks done. Running the testcase now
2025-10-22 19:57:59,323 - INFO -
2025-10-22 19:57:59,460 - INFO - 10.0.0.141
2025-10-22 19:57:59,460 - INFO - config
2025-10-22 19:57:59,517 - INFO - config-nodemgr:active
2025-10-22 19:57:59,575 - INFO - api-server:active
2025-10-22 19:57:59,631 - INFO - schema:active
2025-10-22 19:57:59,688 - INFO - svc-monitor:active
2025-10-22 19:57:59,748 - INFO - device-manager:active
2025-10-22 19:57:59,748 - INFO - config-database
2025-10-22 19:57:59,748 - INFO - config-cassandra:active
2025-10-22 19:57:59,748 - INFO - config-zookeeper:active
2025-10-22 19:57:59,748 - INFO - config-rabbitmq:active
2025-10-22 19:57:59,748 - INFO - vrouter
2025-10-22 19:57:59,808 - INFO - vrouter-nodemgr:active
2025-10-22 19:57:59,863 - INFO - agent:active
2025-10-22 19:57:59,863 - INFO - control
2025-10-22 19:57:59,920 - INFO - control-nodemgr:active
2025-10-22 19:57:59,976 - INFO - control:active
2025-10-22 19:57:59,976 - INFO - named:active
2025-10-22 19:58:00,040 - INFO - dns:active
2025-10-22 19:58:00,040 - INFO - analytics
2025-10-22 19:58:00,100 - INFO - analytics-nodemgr:active
2025-10-22 19:58:00,156 - INFO - analytics-api:active
2025-10-22 19:58:00,211 - INFO - collector:active
2025-10-22 19:58:00,212 - INFO - analytics-database
2025-10-22 19:58:00,212 - INFO - analytics-cassandra:active
2025-10-22 19:58:00,272 - INFO - analyticsdb-nodemgr:active
2025-10-22 19:58:00,339 - INFO - query-engine:active
2025-10-22 19:58:00,339 - INFO - webui
2025-10-22 19:58:00,340 - INFO - webui:active
2025-10-22 19:58:00,340 - INFO - webui-middleware:active
2025-10-22 19:58:00,340 - INFO - redis:active
2025-10-22 19:58:00,340 - INFO - analytics_snmp
2025-10-22 19:58:00,400 - INFO - snmp-collector:active
2025-10-22 19:58:00,400 - INFO - snmp-topology:active
2025-10-22 19:58:00,400 - INFO - analytics_alarm
2025-10-22 19:58:00,400 - INFO - alarmgen:active
2025-10-22 19:58:00,400 - INFO - All the contrail services are up on all nodes
2025-10-22 19:58:00,401 - INFO - contrail-status passed
2025-10-22 19:58:00,620 - INFO - END TEST : test_contrail_status : PASSED[0:00:01]
2025-10-22 19:58:00,620 - INFO - --------------------------------------------------------------------------------
2025-10-22 19:58:00,762 - INFO - Reading existing Domain with UUID cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:58:00,780 - INFO - Using existing domain ['admin_domain'](cc7bf0c9-b3f5-4805-bbd2-f13c8e4f2bc8)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:58:01,040 - INFO - Project ctest-TestSriov-92397991 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:58:01,639 - INFO - Created Project:ctest-TestSriov-92397991, ID : d9892b7f-d701-4e00-9915-03e1f70f865b
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.141'. 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.141'. 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.141'. 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.141'. 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.141'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-22 19:58:04,543 - INFO - Deleted project: ctest-TestSriov-92397991, ID : d9892b7f-d701-4e00-9915-03e1f70f865b
+ [[ -z '' ]]
+ [[ -z ci_sanity ]]
+ sleep 2
+ /usr/bin/python3 tools/report_gen.py contrail_test_input.yaml report_details_2025_10_22_19_43_47.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.141
+ echo 'Generated report_details* file: report_details_2025_10_22_19_43_47.ini'
Generated report_details* file: report_details_2025_10_22_19_43_47.ini
+ parse_results
+ /usr/bin/python3 tools/parse_result.py result_2025_10_22_19_43_47_21392.xml report_details_2025_10_22_19_43_47.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_22_19_43_47_25771.xml report_details_2025_10_22_19_43_47.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_22_19_43_47_21392.xml ']'
+ /usr/bin/python3 tools/update_testsuite_properties.py report_details_2025_10_22_19_43_47.ini result_2025_10_22_19_43_47_21392.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: 331ms
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.141] put: tools/search-bt.py -> /tmp/search-bt.py
Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-605-1-tracebacks.log
Ignored Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-605-1-ignored_tracebacks.log
Traceback parse errors will be in /tmp/cn-jenkins-deploy-platform-juju-os-605-1-traceback_parse_failures.log
Done looking for tracebacks
[ubuntu@10.0.0.141] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-605-1-tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-605-1-tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-605-1-tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.141] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-605-1-ignored_tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-605-1-ignored_tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-605-1-ignored_tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.141] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-605-1-traceback_parse_failures.log <- /tmp/cn-jenkins-deploy-platform-juju-os-605-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_22_19_43_46 ~
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/cn-jenkins-deploy-platform-juju-os-605-1-ignored_tracebacks.log
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/testbasicpolicynegativeipv4v6.log
logs/cn-jenkins-deploy-platform-juju-os-605-1-traceback_parse_failures.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/cn-jenkins-deploy-platform-juju-os-605-1-tracebacks.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~
INFO: Test sanity finished Wed Oct 22 19:58:23 UTC 2025
+ res=1
+ ./src/opensdn-io/tf-jenkins/jobs/test/functional/collect_logs.sh
~/workspace/test-sanity@2/logs ~/workspace/test-sanity@2
Warning: Permanently added '10.0.0.141' (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/cn-jenkins-deploy-platform-juju-os-605-1-ignored_tracebacks.log
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/testbasicpolicynegativeipv4v6.log
logs/cn-jenkins-deploy-platform-juju-os-605-1-traceback_parse_failures.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/cn-jenkins-deploy-platform-juju-os-605-1-tracebacks.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~/workspace/test-sanity@2
Warning: Permanently added 'nexus.gz1.opensdn.io,212.233.90.199' (ECDSA) to the list of known hosts.
Warning: Permanently added 'nexus.gz1.opensdn.io,212.233.90.199' (ECDSA) to the list of known hosts.
INFO: logs saved
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE