Welcome to Contrail Analytics API documentation!"
2025-10-17 22:44:24,248 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:44:24,248 - INFO -
2025-10-17 22:44:24,464 - ERROR - Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
raise value.with_traceback(tb)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/documentation/test_docs.py", line 62, in test_analytics_docs
resp = requests.get(f"http://{self.inputs.collector_ips[0]}:8081/documentation/index.html")
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2025-10-17 22:44:24,516 - INFO -
2025-10-17 22:44:24,516 - INFO - END TEST : test_analytics_docs : FAILED[0:00:01]
2025-10-17 22:44:24,516 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:44:24,519 - INFO - ================================================================================
2025-10-17 22:44:24,519 - INFO - STARTING TEST : test_config_docs
2025-10-17 22:44:24,519 - 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-17 22:44:24,772 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:44:24,772 - INFO -
2025-10-17 22:44:24,979 - ERROR - Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
raise value.with_traceback(tb)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/documentation/test_docs.py", line 40, in test_config_docs
resp = requests.get(f"http://{self.inputs.cfgm_ips[0]}:8082/documentation/index.html")
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2025-10-17 22:44:25,036 - INFO -
2025-10-17 22:44:25,036 - INFO - END TEST : test_config_docs : FAILED[0:00:01]
2025-10-17 22:44:25,036 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:44:25,124 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:44:25,136 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:44:25,327 - INFO - Project ctest-FloatingipBasicTestSanity-32317483 not found, creating it
2025-10-17 22:44:25,863 - INFO - Created Project:ctest-FloatingipBasicTestSanity-32317483, ID : c26f41c6-e982-4d79-920b-871bd3f5110d
2025-10-17 22:44:28,120 - INFO - Using existing project ['admin_domain', 'admin'](ed6a4a4d-77ae-4a03-b690-97f795753f3e)
2025-10-17 22:44:28,836 - INFO - admin user already present
2025-10-17 22:44:30,231 - INFO - Adding rules to the default security group in Project admin
2025-10-17 22:44:30,614 - INFO - ================================================================================
2025-10-17 22:44:30,616 - INFO - STARTING TEST : test_floating_ip
2025-10-17 22:44:30,617 - 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-17 22:44:30,989 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:44:30,989 - INFO -
2025-10-17 22:44:34,718 - INFO - Created VN ctest-fvn-46994668
2025-10-17 22:44:36,088 - INFO - Verified VN network id 6 for VN 77fda459-6fb3-4ab1-8105-d9651bce673f
2025-10-17 22:44:36,088 - INFO - Verifications in API Server for VN ctest-fvn-46994668 passed
2025-10-17 22:44:36,452 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-fvn-46994668 passed
2025-10-17 22:44:37,271 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-32317483:ctest-fvn-46994668 is found in opserver
2025-10-17 22:44:38,190 - INFO - Created VN ctest-vn1-90844058
2025-10-17 22:44:39,080 - INFO - Verified VN network id 7 for VN 8a1388c5-f101-4c31-8ce1-2ec3041cd6f9
2025-10-17 22:44:39,080 - INFO - Verifications in API Server for VN ctest-vn1-90844058 passed
2025-10-17 22:44:39,413 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn1-90844058 passed
2025-10-17 22:44:39,738 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-32317483:ctest-vn1-90844058 is found in opserver
2025-10-17 22:44:41,753 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:44:43,641 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:44:43,875 - INFO - Creating Floating IP pool ctest-some-pool-73037725 in API Server
2025-10-17 22:44:44,917 - INFO - Verification for FIP pool ctest-some-pool-73037725 in API Server passed
2025-10-17 22:44:44,996 - INFO - Verification for FIP pool ctest-some-pool-73037725 in Control-node passed
2025-10-17 22:44:44,996 - INFO - Waiting for VM ctest-vn1_vm1_name-65405569 to be up..
2025-10-17 22:44:50,312 - INFO - VM name : ctest-vn1_vm1_name-65405569
2025-10-17 22:44:56,251 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1_vm1_name-65405569 passed
2025-10-17 22:45:02,124 - INFO - Waiting for VM ctest-fvn_vm1_name-41942234 to be up..
2025-10-17 22:45:02,272 - INFO - VM name : ctest-fvn_vm1_name-41942234
2025-10-17 22:45:04,057 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-fvn_vm1_name-41942234 passed
2025-10-17 22:45:04,664 - INFO - FIP 96.238.0.68 verification for passed on all Control-nodes
2025-10-17 22:45:04,664 - INFO - FIP ID a8cc56b4-8946-44d6-9ae8-25541d6b7f68(96.238.0.68) validation in Control node passed
2025-10-17 22:45:04,786 - INFO - FIP ID a8cc56b4-8946-44d6-9ae8-25541d6b7f68(96.238.0.68) validation in agents passed
2025-10-17 22:45:04,845 - INFO - FIP ID a8cc56b4-8946-44d6-9ae8-25541d6b7f68(96.238.0.68) validation in API Server passed
2025-10-17 22:45:07,537 - INFO - Ping to IP 96.238.0.67 from VM ctest-vn1_vm1_name-65405569 passed
2025-10-17 22:45:07,804 - INFO - Deleting the FIP pool ctest-some-pool-73037725
2025-10-17 22:45:07,951 - INFO - Deleting VM ctest-fvn_vm1_name-41942234
2025-10-17 22:45:08,113 - INFO - Deleting VM ctest-vn1_vm1_name-65405569
2025-10-17 22:45:08,268 - INFO - Deleting VN ctest-vn1-90844058
2025-10-17 22:45:08,406 - WARNING - Deleting VN ctest-vn1-90844058 failed..Will retry
2025-10-17 22:45:10,860 - INFO - Validated that VN ctest-vn1-90844058 is not found in API Server
2025-10-17 22:45:10,955 - INFO - Validated that VN ctest-vn1-90844058 is not in any agent
2025-10-17 22:45:11,099 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn1-90844058 info
2025-10-17 22:45:11,100 - INFO - Deleting VN ctest-fvn-46994668
2025-10-17 22:45:11,523 - INFO - Validated that VN ctest-fvn-46994668 is not found in API Server
2025-10-17 22:45:11,627 - INFO - Validated that VN ctest-fvn-46994668 is not in any agent
2025-10-17 22:45:11,779 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-fvn-46994668 info
2025-10-17 22:45:12,176 - INFO - END TEST : test_floating_ip : PASSED[0:00:42]
2025-10-17 22:45:12,176 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:12,977 - INFO - Deleted project: ctest-FloatingipBasicTestSanity-32317483, ID : c26f41c6-e982-4d79-920b-871bd3f5110d
2025-10-17 22:45:13,269 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:45:13,280 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:45:13,506 - INFO - Project ctest-TestHeat-46334709 not found, creating it
2025-10-17 22:45:14,052 - INFO - Created Project:ctest-TestHeat-46334709, ID : 0f433681-5c19-4e6b-bc02-3ed7990d61ba
2025-10-17 22:45:16,188 - INFO - ctest-TestHeat-46334709 user already added to project
2025-10-17 22:45:16,190 - INFO - ================================================================================
2025-10-17 22:45:16,190 - INFO - STARTING TEST : test_heat_stacks_list
2025-10-17 22:45:16,190 - INFO - TEST DESCRIPTION :
Validate installation of heat
This issues a command to list all the heat-stacks
2025-10-17 22:45:16,584 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:45:16,585 - INFO -
2025-10-17 22:45:17,166 - INFO - The following are the stacks currently : []
2025-10-17 22:45:17,564 - INFO - END TEST : test_heat_stacks_list : PASSED[0:00:01]
2025-10-17 22:45:17,564 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:18,303 - INFO - Deleted project: ctest-TestHeat-46334709, ID : 0f433681-5c19-4e6b-bc02-3ed7990d61ba
2025-10-17 22:45:18,608 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:45:18,621 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:45:18,851 - INFO - Project ctest-TestCRUD-42202132 not found, creating it
2025-10-17 22:45:19,436 - INFO - Created Project:ctest-TestCRUD-42202132, ID : 3bb63e79-7566-4a1a-bbfe-2ec07f35e054
2025-10-17 22:45:21,252 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-86280895']
2025-10-17 22:45:22,326 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-55544289']
2025-10-17 22:45:23,503 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-42202132', 'ctest-proj-sg1-29734023']
2025-10-17 22:45:24,474 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-42202132', 'ctest-proj-sg2-70534734']
2025-10-17 22:45:25,355 - INFO - ================================================================================
2025-10-17 22:45:25,355 - INFO - STARTING TEST : test_router_crud
2025-10-17 22:45:25,745 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:45:25,745 - INFO -
2025-10-17 22:45:25,745 - INFO - Router create Request {'router': {'name': 'name-23093598'}}
2025-10-17 22:45:25,868 - INFO - Router create Response : {'router': {'id': '409974ab-f062-44dd-8cfe-ff2ce7896ff8', 'name': 'name-23093598', 'tenant_id': 'ed6a4a4d77ae4a03b69097f795753f3e', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-23093598'], 'description': '', 'created_at': '2025-10-17T22:45:25.803592', 'updated_at': '2025-10-17T22:45:25.803592', 'project_id': 'ed6a4a4d77ae4a03b69097f795753f3e'}}
2025-10-17 22:45:25,868 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-23093598'}}
2025-10-17 22:45:25,928 - INFO - Attribute id is created
2025-10-17 22:45:25,929 - INFO - Attribute name is created
2025-10-17 22:45:25,929 - INFO - Attribute admin_state_up is created
2025-10-17 22:45:25,929 - INFO - Attribute status is created
2025-10-17 22:45:25,929 - INFO - Attribute tenant_id is created
2025-10-17 22:45:27,841 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-17 22:45:27,841 - INFO - Router Update request {'router': {'name': 'name-51283806'}}
2025-10-17 22:45:27,980 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-51283806'}}
2025-10-17 22:45:27,980 - INFO - Response : {'router': {'id': '409974ab-f062-44dd-8cfe-ff2ce7896ff8', 'name': 'name-51283806', 'tenant_id': 'ed6a4a4d77ae4a03b69097f795753f3e', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-23093598'], 'description': '', 'created_at': '2025-10-17T22:45:25.803592', 'updated_at': '2025-10-17T22:45:25.854418', 'project_id': 'ed6a4a4d77ae4a03b69097f795753f3e'}}
2025-10-17 22:45:27,980 - INFO - Updation of Router 409974ab-f062-44dd-8cfe-ff2ce7896ff8 with body {'router': {'name': 'name-51283806'}} passed
2025-10-17 22:45:27,981 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:27,981 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-17 22:45:28,139 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-17 22:45:28,139 - INFO - Response : {'router': {'id': '409974ab-f062-44dd-8cfe-ff2ce7896ff8', 'name': 'name-51283806', 'tenant_id': 'ed6a4a4d77ae4a03b69097f795753f3e', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-23093598'], 'description': '', 'created_at': '2025-10-17T22:45:25.803592', 'updated_at': '2025-10-17T22:45:27.924515', 'project_id': 'ed6a4a4d77ae4a03b69097f795753f3e'}}
2025-10-17 22:45:28,139 - INFO - Updation of Router 409974ab-f062-44dd-8cfe-ff2ce7896ff8 with body {'router': {'admin_state_up': 'False'}} passed
2025-10-17 22:45:28,139 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:28,140 - INFO - Deleting router 409974ab-f062-44dd-8cfe-ff2ce7896ff8
2025-10-17 22:45:28,272 - ERROR - Result of delete router 409974ab-f062-44dd-8cfe-ff2ce7896ff8: ()
2025-10-17 22:45:28,273 - INFO - ================================================================================
2025-10-17 22:45:28,273 - INFO - Router create Request {'router': {'name': 'name-00226225', 'tenant_id': '3bb63e79-7566-4a1a-bbfe-2ec07f35e054'}}
2025-10-17 22:45:28,412 - INFO - Router create Response : {'router': {'id': '0030a458-7ca2-4b82-a8e5-27e04dfcdae3', 'name': 'name-00226225', 'tenant_id': '3bb63e7975664a1abbfe2ec07f35e054', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42202132', 'name-00226225'], 'description': '', 'created_at': '2025-10-17T22:45:28.345018', 'updated_at': '2025-10-17T22:45:28.345018', 'project_id': '3bb63e7975664a1abbfe2ec07f35e054'}}
2025-10-17 22:45:28,412 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-00226225', 'tenant_id': '3bb63e79-7566-4a1a-bbfe-2ec07f35e054'}}
2025-10-17 22:45:28,481 - INFO - Attribute id is created
2025-10-17 22:45:28,481 - INFO - Attribute name is created
2025-10-17 22:45:28,481 - INFO - Attribute admin_state_up is created
2025-10-17 22:45:28,481 - INFO - Attribute status is created
2025-10-17 22:45:28,481 - INFO - Attribute tenant_id is created
2025-10-17 22:45:30,389 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-17 22:45:30,389 - INFO - Router Update request {'router': {'name': 'name-52162582'}}
2025-10-17 22:45:30,531 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-52162582'}}
2025-10-17 22:45:30,532 - INFO - Response : {'router': {'id': '0030a458-7ca2-4b82-a8e5-27e04dfcdae3', 'name': 'name-52162582', 'tenant_id': '3bb63e7975664a1abbfe2ec07f35e054', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42202132', 'name-00226225'], 'description': '', 'created_at': '2025-10-17T22:45:28.345018', 'updated_at': '2025-10-17T22:45:28.410872', 'project_id': '3bb63e7975664a1abbfe2ec07f35e054'}}
2025-10-17 22:45:30,532 - INFO - Updation of Router 0030a458-7ca2-4b82-a8e5-27e04dfcdae3 with body {'router': {'name': 'name-52162582'}} passed
2025-10-17 22:45:30,532 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:30,532 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-17 22:45:30,692 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-17 22:45:30,692 - INFO - Response : {'router': {'id': '0030a458-7ca2-4b82-a8e5-27e04dfcdae3', 'name': 'name-52162582', 'tenant_id': '3bb63e7975664a1abbfe2ec07f35e054', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42202132', 'name-00226225'], 'description': '', 'created_at': '2025-10-17T22:45:28.345018', 'updated_at': '2025-10-17T22:45:30.477950', 'project_id': '3bb63e7975664a1abbfe2ec07f35e054'}}
2025-10-17 22:45:30,692 - INFO - Updation of Router 0030a458-7ca2-4b82-a8e5-27e04dfcdae3 with body {'router': {'admin_state_up': 'False'}} passed
2025-10-17 22:45:30,693 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:30,693 - INFO - Deleting router 0030a458-7ca2-4b82-a8e5-27e04dfcdae3
2025-10-17 22:45:30,833 - ERROR - Result of delete router 0030a458-7ca2-4b82-a8e5-27e04dfcdae3: ()
2025-10-17 22:45:30,833 - INFO - ================================================================================
2025-10-17 22:45:30,833 - INFO - Router create Request {'router': {'name': 'name-78919744', 'admin_state_up': 'False'}}
2025-10-17 22:45:30,976 - INFO - Router create Response : {'router': {'id': '673cc3de-a55d-46ae-9b76-5083a01bb14c', 'name': 'name-78919744', 'tenant_id': 'ed6a4a4d77ae4a03b69097f795753f3e', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-78919744'], 'description': '', 'created_at': '2025-10-17T22:45:30.908805', 'updated_at': '2025-10-17T22:45:30.908805', 'project_id': 'ed6a4a4d77ae4a03b69097f795753f3e'}}
2025-10-17 22:45:30,976 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-78919744', 'admin_state_up': 'False'}}
2025-10-17 22:45:31,041 - INFO - Attribute id is created
2025-10-17 22:45:31,041 - INFO - Attribute name is created
2025-10-17 22:45:31,042 - INFO - Attribute admin_state_up is created
2025-10-17 22:45:31,042 - INFO - Attribute status is created
2025-10-17 22:45:31,042 - INFO - Attribute tenant_id is created
2025-10-17 22:45:33,030 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-17 22:45:33,030 - INFO - Router Update request {'router': {'name': 'name-12740528'}}
2025-10-17 22:45:33,176 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-12740528'}}
2025-10-17 22:45:33,176 - INFO - Response : {'router': {'id': '673cc3de-a55d-46ae-9b76-5083a01bb14c', 'name': 'name-12740528', 'tenant_id': 'ed6a4a4d77ae4a03b69097f795753f3e', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-78919744'], 'description': '', 'created_at': '2025-10-17T22:45:30.908805', 'updated_at': '2025-10-17T22:45:30.966216', 'project_id': 'ed6a4a4d77ae4a03b69097f795753f3e'}}
2025-10-17 22:45:33,177 - INFO - Updation of Router 673cc3de-a55d-46ae-9b76-5083a01bb14c with body {'router': {'name': 'name-12740528'}} passed
2025-10-17 22:45:33,177 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:33,177 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-17 22:45:33,328 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-17 22:45:33,328 - INFO - Response : {'router': {'id': '673cc3de-a55d-46ae-9b76-5083a01bb14c', 'name': 'name-12740528', 'tenant_id': 'ed6a4a4d77ae4a03b69097f795753f3e', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-78919744'], 'description': '', 'created_at': '2025-10-17T22:45:30.908805', 'updated_at': '2025-10-17T22:45:33.119966', 'project_id': 'ed6a4a4d77ae4a03b69097f795753f3e'}}
2025-10-17 22:45:33,328 - INFO - Updation of Router 673cc3de-a55d-46ae-9b76-5083a01bb14c with body {'router': {'admin_state_up': 'True'}} passed
2025-10-17 22:45:33,328 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:33,328 - INFO - Deleting router 673cc3de-a55d-46ae-9b76-5083a01bb14c
2025-10-17 22:45:33,469 - ERROR - Result of delete router 673cc3de-a55d-46ae-9b76-5083a01bb14c: ()
2025-10-17 22:45:33,470 - INFO - ================================================================================
2025-10-17 22:45:33,470 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-42202132', 'ctest-proj-sg2-70534734']
2025-10-17 22:45:33,599 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-42202132', 'ctest-proj-sg1-29734023']
2025-10-17 22:45:33,724 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-55544289']
2025-10-17 22:45:33,852 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-86280895']
2025-10-17 22:45:34,369 - INFO - END TEST : test_router_crud : PASSED[0:00:09]
2025-10-17 22:45:34,369 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:35,204 - INFO - Deleted project: ctest-TestCRUD-42202132, ID : 3bb63e79-7566-4a1a-bbfe-2ec07f35e054
2025-10-17 22:45:35,519 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:45:35,531 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:45:35,772 - INFO - Project ctest-TestPorts-87949552 not found, creating it
2025-10-17 22:45:36,309 - INFO - Created Project:ctest-TestPorts-87949552, ID : 7c01088a-064d-4146-b420-c054c55d21d0
2025-10-17 22:45:38,061 - INFO - ================================================================================
2025-10-17 22:45:38,061 - INFO - STARTING TEST : test_ports_bindings
2025-10-17 22:45:38,062 - 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-17 22:45:38,476 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:45:38,476 - INFO -
2025-10-17 22:45:39,557 - INFO - Created VN ctest-vn-11349320
2025-10-17 22:45:40,700 - INFO - VMI dc67ccf6-aeaa-49b0-b72c-3444b03d6d98 verification in API Server passed
2025-10-17 22:45:40,881 - INFO - Deleted port dc67ccf6-aeaa-49b0-b72c-3444b03d6d98
2025-10-17 22:45:40,882 - INFO - Deleting VN ctest-vn-11349320
2025-10-17 22:45:41,492 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-17 22:45:41,492 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:45:41,495 - INFO - ================================================================================
2025-10-17 22:45:41,495 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-10-17 22:45:41,495 - 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-17 22:45:41,888 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:45:41,888 - INFO -
2025-10-17 22:45:42,797 - INFO - Created VN ctest-vn1-52446069
2025-10-17 22:45:44,698 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:45:45,555 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:45:45,556 - INFO - Waiting for VM ctest-vn1-vm1-80950477 to be up..
2025-10-17 22:45:50,808 - INFO - VM name : ctest-vn1-vm1-80950477
2025-10-17 22:46:00,996 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-80950477 passed
2025-10-17 22:46:01,385 - INFO - Waiting for VM ctest-vn1-vm2-99668729 to be up..
2025-10-17 22:46:01,538 - INFO - VM name : ctest-vn1-vm2-99668729
2025-10-17 22:46:03,368 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-99668729 passed
2025-10-17 22:46:06,788 - INFO - Ping to IP 184.58.233.133 from VM ctest-vn1-vm2-99668729 passed
2025-10-17 22:46:06,788 - INFO - Detaching port e4fb47c4-722d-42c1-b938-2768ba253efa from VM ctest-vn1-vm2-99668729
2025-10-17 22:46:06,992 - INFO - Deleting VM ctest-vn1-vm2-99668729
2025-10-17 22:46:07,163 - INFO - Detaching port fc823e04-b78a-44dc-a9f2-983ef6886e36 from VM ctest-vn1-vm1-80950477
2025-10-17 22:46:07,247 - INFO - Deleting VM ctest-vn1-vm1-80950477
2025-10-17 22:46:07,989 - INFO - Deleting VN ctest-vn1-52446069
2025-10-17 22:46:08,600 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:27]
2025-10-17 22:46:08,600 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:46:09,629 - INFO - Deleted project: ctest-TestPorts-87949552, ID : 7c01088a-064d-4146-b420-c054c55d21d0
2025-10-17 22:46:09,938 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:46:09,950 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:46:10,193 - INFO - Project ctest-TestRouters-72346962 not found, creating it
2025-10-17 22:46:10,744 - INFO - Created Project:ctest-TestRouters-72346962, ID : 7001e691-e8dc-407e-98d9-e3c86416f3e4
2025-10-17 22:46:12,659 - INFO - ================================================================================
2025-10-17 22:46:12,660 - INFO - STARTING TEST : test_basic_router_behavior
2025-10-17 22:46:12,660 - 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-17 22:46:13,066 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:46:13,066 - INFO -
2025-10-17 22:46:14,225 - INFO - Created VN ctest-vn1-75211410
2025-10-17 22:46:15,105 - INFO - Created VN ctest-vn2-50660983
2025-10-17 22:46:17,022 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:46:18,543 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:46:18,715 - INFO - Adding interface with subnet_id fe78c3f4-1aef-4bae-b578-a0e719930d3b, port_id None to router af7a1267-3b46-4a2c-8695-734fe9828918
2025-10-17 22:46:19,233 - INFO - Waiting for VM ctest-vn1-vm1-04435181 to be up..
2025-10-17 22:46:24,541 - INFO - VM name : ctest-vn1-vm1-04435181
2025-10-17 22:46:30,965 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-04435181 passed
2025-10-17 22:46:31,353 - INFO - Waiting for VM ctest-vn2-vm1-98624682 to be up..
2025-10-17 22:46:31,527 - INFO - VM name : ctest-vn2-vm1-98624682
2025-10-17 22:46:33,471 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn2-vm1-98624682 passed
2025-10-17 22:46:38,549 - WARNING - Ping to IP 95.253.2.3 from VM ctest-vn1-vm1-04435181 failed
2025-10-17 22:46:38,549 - INFO - Adding interface with subnet_id 148164bc-d42d-448e-abc8-05f248f319dc, port_id None to router af7a1267-3b46-4a2c-8695-734fe9828918
2025-10-17 22:46:41,324 - INFO - Ping to IP 95.253.2.3 from VM ctest-vn1-vm1-04435181 passed
2025-10-17 22:46:41,324 - INFO - Deleting interface with subnet_id fe78c3f4-1aef-4bae-b578-a0e719930d3b, port_id None from router af7a1267-3b46-4a2c-8695-734fe9828918
2025-10-17 22:46:44,799 - WARNING - Ping to IP 95.253.2.3 from VM ctest-vn1-vm1-04435181 failed
2025-10-17 22:46:44,800 - INFO - Adding interface with subnet_id fe78c3f4-1aef-4bae-b578-a0e719930d3b, port_id None to router af7a1267-3b46-4a2c-8695-734fe9828918
2025-10-17 22:46:47,351 - INFO - Ping to IP 95.253.2.3 from VM ctest-vn1-vm1-04435181 passed
2025-10-17 22:46:47,351 - INFO - Deleting interface with subnet_id 148164bc-d42d-448e-abc8-05f248f319dc, port_id None from router af7a1267-3b46-4a2c-8695-734fe9828918
2025-10-17 22:46:47,581 - INFO - Deleting interface with subnet_id fe78c3f4-1aef-4bae-b578-a0e719930d3b, port_id None from router af7a1267-3b46-4a2c-8695-734fe9828918
2025-10-17 22:46:47,925 - INFO - Deleting VM ctest-vn2-vm1-98624682
2025-10-17 22:46:48,035 - INFO - Deleting VM ctest-vn1-vm1-04435181
2025-10-17 22:46:48,154 - INFO - Deleting VN ctest-vn2-50660983
2025-10-17 22:46:48,290 - WARNING - Deleting VN ctest-vn2-50660983 failed..Will retry
2025-10-17 22:46:50,461 - INFO - Deleting VN ctest-vn1-75211410
2025-10-17 22:46:51,028 - INFO - END TEST : test_basic_router_behavior : PASSED[0:00:39]
2025-10-17 22:46:51,028 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:46:51,781 - INFO - Deleted project: ctest-TestRouters-72346962, ID : 7001e691-e8dc-407e-98d9-e3c86416f3e4
2025-10-17 22:46:52,075 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:46:52,086 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:46:52,304 - INFO - Project ctest-TestRoutersBasic-90883877 not found, creating it
2025-10-17 22:46:52,806 - INFO - Created Project:ctest-TestRoutersBasic-90883877, ID : 5a414dc3-2fc6-4136-a73b-35e8313a9a00
2025-10-17 22:46:54,589 - INFO - ================================================================================
2025-10-17 22:46:54,590 - INFO - STARTING TEST : test_basic_snat_behavior_without_external_connectivity
2025-10-17 22:46:54,590 - 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-17 22:46:54,997 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:46:54,997 - INFO -
2025-10-17 22:46:55,867 - INFO - Default SG to be edited for allow all on project: ctest-TestRoutersBasic-90883877
2025-10-17 22:46:55,971 - INFO - Adding rules to the default security group in Project ctest-TestRoutersBasic-90883877
2025-10-17 22:46:57,129 - INFO - Created VN ctest-vn-89126113
2025-10-17 22:46:57,997 - INFO - Created VN ctest-ext_vn-01777876
2025-10-17 22:46:59,488 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:47:00,966 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:47:01,112 - INFO - Setting gateway for router 5948f498-0e44-4afe-8a9f-f68d52b63f22 to network 07018b03-265a-4d90-9ecf-596804e391ef
2025-10-17 22:47:01,283 - INFO - Adding interface with subnet_id 01bf7f33-941a-4b06-91e4-b30eae1b305a, port_id None to router 5948f498-0e44-4afe-8a9f-f68d52b63f22
2025-10-17 22:47:01,977 - INFO - Waiting for VM ctest-TestRoutersBasic-90883877-52546753 to be up..
2025-10-17 22:47:07,283 - INFO - VM name : ctest-TestRoutersBasic-90883877-52546753
2025-10-17 22:47:13,705 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRoutersBasic-90883877-52546753 passed
2025-10-17 22:47:14,061 - INFO - Waiting for VM ctest-TestRoutersBasic-90883877-49502038 to be up..
2025-10-17 22:47:14,193 - INFO - VM name : ctest-TestRoutersBasic-90883877-49502038
2025-10-17 22:47:16,001 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestRoutersBasic-90883877-49502038 passed
2025-10-17 22:47:20,502 - INFO - Ping to IP 204.178.111.67 from VM ctest-TestRoutersBasic-90883877-52546753 passed
2025-10-17 22:47:20,502 - INFO - Deleting interface with subnet_id 01bf7f33-941a-4b06-91e4-b30eae1b305a, port_id None from router 5948f498-0e44-4afe-8a9f-f68d52b63f22
2025-10-17 22:47:20,893 - INFO - Deleting VM ctest-TestRoutersBasic-90883877-49502038
2025-10-17 22:47:20,995 - INFO - Deleting VM ctest-TestRoutersBasic-90883877-52546753
2025-10-17 22:47:21,103 - INFO - Deleting VN ctest-ext_vn-01777876
2025-10-17 22:47:21,293 - WARNING - Deleting VN ctest-ext_vn-01777876 failed..Will retry
2025-10-17 22:47:23,465 - INFO - Deleting VN ctest-vn-89126113
2025-10-17 22:47:24,025 - INFO - END TEST : test_basic_snat_behavior_without_external_connectivity : PASSED[0:00:30]
2025-10-17 22:47:24,025 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:47:24,800 - INFO - Deleted project: ctest-TestRoutersBasic-90883877, ID : 5a414dc3-2fc6-4136-a73b-35e8313a9a00
2025-10-17 22:47:25,086 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:47:25,097 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:47:25,321 - INFO - Project ctest-TestBasicPolicyIpv4v6-68325108 not found, creating it
2025-10-17 22:47:25,881 - INFO - Created Project:ctest-TestBasicPolicyIpv4v6-68325108, ID : 4189ce35-5fd6-43c1-913f-9432c62a7ddd
2025-10-17 22:47:27,613 - INFO - ================================================================================
2025-10-17 22:47:27,613 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-17 22:47:27,614 - 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-17 22:47:28,012 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:47:28,012 - INFO -
2025-10-17 22:47:29,317 - INFO - Created VN ctest-vn-40098703
2025-10-17 22:47:30,725 - INFO - Created VN ctest-vn-02153212
2025-10-17 22:47:32,989 - INFO - Verified VN network id 10 for VN 135d15e2-0368-4a82-8a83-beadf45199d2
2025-10-17 22:47:32,990 - INFO - Verifications in API Server for VN ctest-vn-40098703 passed
2025-10-17 22:47:33,317 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-40098703 passed
2025-10-17 22:47:33,586 - INFO - VN ctest-vn-40098703 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-17 22:47:34,076 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-68325108:ctest-vn-40098703 is found in opserver
2025-10-17 22:47:34,857 - INFO - Verified VN network id 11 for VN 83c08be7-8aa5-4c55-81b6-5e470ac7dfd0
2025-10-17 22:47:34,857 - INFO - Verifications in API Server for VN ctest-vn-02153212 passed
2025-10-17 22:47:35,197 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-02153212 passed
2025-10-17 22:47:35,454 - INFO - VN ctest-vn-02153212 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-17 22:47:35,511 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-68325108:ctest-vn-02153212 is found in opserver
2025-10-17 22:47:35,655 - INFO - Disabling v6 tests for CI
2025-10-17 22:47:36,268 - INFO - Deleted policy ctest-policy-allow-all-24254382
2025-10-17 22:47:36,268 - INFO - Deleting VN ctest-vn-02153212
2025-10-17 22:47:36,692 - INFO - Validated that VN ctest-vn-02153212 is not found in API Server
2025-10-17 22:47:36,791 - INFO - Validated that VN ctest-vn-02153212 is not in any agent
2025-10-17 22:47:36,939 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-02153212 info
2025-10-17 22:47:36,939 - INFO - Deleting VN ctest-vn-40098703
2025-10-17 22:47:37,357 - INFO - Validated that VN ctest-vn-40098703 is not found in API Server
2025-10-17 22:47:37,455 - INFO - Validated that VN ctest-vn-40098703 is not in any agent
2025-10-17 22:47:37,611 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-40098703 info
2025-10-17 22:47:37,996 - INFO -
2025-10-17 22:47:37,996 - INFO - END TEST : test_basic_policy_allow_deny : SKIPPED[0:00:10]
2025-10-17 22:47:37,996 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:47:38,731 - INFO - Deleted project: ctest-TestBasicPolicyIpv4v6-68325108, ID : 4189ce35-5fd6-43c1-913f-9432c62a7ddd
2025-10-17 22:47:39,010 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:47:39,021 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:47:39,227 - INFO - Project ctest-TestBasicPolicyNegativeIpv4v6-10109291 not found, creating it
2025-10-17 22:47:39,759 - INFO - Created Project:ctest-TestBasicPolicyNegativeIpv4v6-10109291, ID : 4f32cb12-6111-43bb-93be-f86da1b3ada6
2025-10-17 22:47:41,503 - INFO - ================================================================================
2025-10-17 22:47:41,503 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-17 22:47:41,892 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:47:41,892 - INFO -
2025-10-17 22:47:41,892 - INFO - ================================================================================
2025-10-17 22:47:41,892 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-17 22:47:41,893 - 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-17 22:47:42,280 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:47:42,280 - INFO -
2025-10-17 22:47:43,993 - INFO - Created VN ctest-vn4-63341514
2025-10-17 22:47:45,676 - INFO - Verified VN network id 10 for VN 833f7f1a-e4cc-4924-93f6-07a40b8a5ebe
2025-10-17 22:47:45,676 - INFO - Verifications in API Server for VN ctest-vn4-63341514 passed
2025-10-17 22:47:45,997 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn4-63341514 passed
2025-10-17 22:47:46,242 - INFO - VN ctest-vn4-63341514 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-17 22:47:46,759 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyNegativeIpv4v6-10109291:ctest-vn4-63341514 is found in opserver
2025-10-17 22:47:47,169 - INFO - Verified policy ctest-policy1-07226625 in API Server, Result: True
2025-10-17 22:47:47,170 - INFO - Done with setup and verification, moving onto test ..
2025-10-17 22:47:47,179 - INFO - Deleting VN ctest-vn4-63341514
2025-10-17 22:47:47,599 - INFO - Validated that VN ctest-vn4-63341514 is not found in API Server
2025-10-17 22:47:47,699 - INFO - Validated that VN ctest-vn4-63341514 is not in any agent
2025-10-17 22:47:47,847 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn4-63341514 info
2025-10-17 22:47:47,874 - INFO - Deleted policy ctest-policy1-07226625
2025-10-17 22:47:48,428 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:07]
2025-10-17 22:47:48,428 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:47:48,824 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:07]
2025-10-17 22:47:48,824 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:47:49,577 - INFO - Deleted project: ctest-TestBasicPolicyNegativeIpv4v6-10109291, ID : 4f32cb12-6111-43bb-93be-f86da1b3ada6
2025-10-17 22:47:49,841 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:47:49,851 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:47:50,063 - INFO - Project ctest-TestBasicPolicy-50155816 not found, creating it
2025-10-17 22:47:50,584 - INFO - Created Project:ctest-TestBasicPolicy-50155816, ID : 5ce71d09-b3c7-43a7-b8c7-f37e5a880833
2025-10-17 22:47:52,342 - INFO - ================================================================================
2025-10-17 22:47:52,343 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-17 22:47:52,343 - 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-17 22:47:52,732 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:47:52,732 - INFO -
2025-10-17 22:47:53,852 - INFO - Created VN ctest-vn-83070546
2025-10-17 22:47:54,792 - INFO - Created VN ctest-vn-69085258
2025-10-17 22:47:57,032 - INFO - Verified VN network id 10 for VN 0d42cee1-e66f-4821-a638-ef854fa7be7e
2025-10-17 22:47:57,032 - INFO - Verifications in API Server for VN ctest-vn-83070546 passed
2025-10-17 22:47:57,353 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-83070546 passed
2025-10-17 22:47:57,604 - INFO - VN ctest-vn-83070546 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-17 22:47:58,079 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-50155816:ctest-vn-83070546 is found in opserver
2025-10-17 22:47:58,812 - INFO - Verified VN network id 11 for VN bf1b2b96-7a7b-48c2-bd20-76462af0902b
2025-10-17 22:47:58,812 - INFO - Verifications in API Server for VN ctest-vn-69085258 passed
2025-10-17 22:47:59,132 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-69085258 passed
2025-10-17 22:47:59,377 - INFO - VN ctest-vn-69085258 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-17 22:47:59,431 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-50155816:ctest-vn-69085258 is found in opserver
2025-10-17 22:48:00,944 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:48:02,454 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:48:02,456 - INFO - Waiting for VM ctest-TestBasicPolicy-50155816-91690944 to be up..
2025-10-17 22:48:07,751 - INFO - VM name : ctest-TestBasicPolicy-50155816-91690944
2025-10-17 22:48:13,736 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicPolicy-50155816-91690944 passed
2025-10-17 22:48:19,364 - INFO - Waiting for VM ctest-TestBasicPolicy-50155816-68369091 to be up..
2025-10-17 22:48:19,509 - INFO - VM name : ctest-TestBasicPolicy-50155816-68369091
2025-10-17 22:48:21,324 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicPolicy-50155816-68369091 passed
2025-10-17 22:48:25,804 - INFO - Ping to IP 91.156.136.131 from VM ctest-TestBasicPolicy-50155816-91690944 passed
2025-10-17 22:48:29,210 - WARNING - Ping to IP 91.156.136.131 from VM ctest-TestBasicPolicy-50155816-91690944 failed
2025-10-17 22:48:29,210 - INFO - Deleting VM ctest-TestBasicPolicy-50155816-68369091
2025-10-17 22:48:29,322 - INFO - Deleting VM ctest-TestBasicPolicy-50155816-91690944
2025-10-17 22:48:30,079 - INFO - Deleted policy ctest-policy-allow-all-89121172
2025-10-17 22:48:30,079 - INFO - Deleting VN ctest-vn-69085258
2025-10-17 22:48:30,219 - WARNING - Deleting VN ctest-vn-69085258 failed..Will retry
2025-10-17 22:48:32,656 - INFO - Validated that VN ctest-vn-69085258 is not found in API Server
2025-10-17 22:48:32,759 - INFO - Validated that VN ctest-vn-69085258 is not in any agent
2025-10-17 22:48:32,904 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-69085258 info
2025-10-17 22:48:32,904 - INFO - Deleting VN ctest-vn-83070546
2025-10-17 22:48:33,312 - INFO - Validated that VN ctest-vn-83070546 is not found in API Server
2025-10-17 22:48:33,407 - INFO - Validated that VN ctest-vn-83070546 is not in any agent
2025-10-17 22:48:33,555 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-83070546 info
2025-10-17 22:48:33,944 - INFO - END TEST : test_basic_policy_allow_deny : PASSED[0:00:41]
2025-10-17 22:48:33,944 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:48:34,731 - INFO - Deleted project: ctest-TestBasicPolicy-50155816, ID : 5ce71d09-b3c7-43a7-b8c7-f37e5a880833
2025-10-17 22:48:35,030 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:48:35,040 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:48:35,249 - INFO - Project ctest-TestRP-87638081 not found, creating it
2025-10-17 22:48:35,818 - INFO - Created Project:ctest-TestRP-87638081, ID : e334cced-4a52-46e1-9a77-d47ae4d9b2d1
2025-10-17 22:48:37,681 - INFO - ================================================================================
2025-10-17 22:48:37,681 - INFO - STARTING TEST : test_rp_interface
2025-10-17 22:48:37,681 - 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-17 22:48:38,060 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:48:38,061 - INFO -
2025-10-17 22:48:39,152 - INFO - Created VN ctest-bgpaas_vn-05774444
2025-10-17 22:48:40,241 - INFO - Created VN ctest-bgpaas_vn-22116476
2025-10-17 22:48:41,858 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:48:43,127 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:48:43,127 - INFO - Waiting for VM test_vm to be up..
2025-10-17 22:48:48,406 - INFO - VM name : test_vm
2025-10-17 22:48:54,815 - INFO - Ping to Metadata IP 169.254.0.3 of VM test_vm passed
2025-10-17 22:48:55,193 - INFO - Waiting for VM test2_vm to be up..
2025-10-17 22:48:55,340 - INFO - VM name : test2_vm
2025-10-17 22:48:57,189 - INFO - Ping to Metadata IP 169.254.0.4 of VM test2_vm passed
2025-10-17 22:49:07,859 - INFO - Ping to IP 201.220.13.195 from VM test_vm passed
2025-10-17 22:49:07,922 - INFO - Deleting VM test2_vm
2025-10-17 22:49:08,025 - INFO - Deleting VM test_vm
2025-10-17 22:49:08,127 - INFO - Deleting VN ctest-bgpaas_vn-22116476
2025-10-17 22:49:08,258 - WARNING - Deleting VN ctest-bgpaas_vn-22116476 failed..Will retry
2025-10-17 22:49:10,440 - INFO - Deleting VN ctest-bgpaas_vn-05774444
2025-10-17 22:49:11,016 - INFO - END TEST : test_rp_interface : PASSED[0:00:34]
2025-10-17 22:49:11,016 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:49:11,817 - INFO - Deleted project: ctest-TestRP-87638081, ID : e334cced-4a52-46e1-9a77-d47ae4d9b2d1
2025-10-17 22:49:12,139 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:49:12,150 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:49:12,365 - INFO - Project ctest-TestSvcRegr-94303334 not found, creating it
2025-10-17 22:49:12,936 - INFO - Created Project:ctest-TestSvcRegr-94303334, ID : ca324df9-d255-491c-ad09-7ff74edb933e
2025-10-17 22:49:15,828 - INFO - ================================================================================
2025-10-17 22:49:15,829 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-10-17 22:49:16,366 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:49:16,371 - INFO -
2025-10-17 22:49:20,690 - INFO - Created VN ctest-mgmt_vn-41005429
2025-10-17 22:49:22,285 - INFO - Verified VN network id 10 for VN c68a873f-add3-4ad7-ae53-559305a93209
2025-10-17 22:49:22,285 - INFO - Verifications in API Server for VN ctest-mgmt_vn-41005429 passed
2025-10-17 22:49:22,641 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-mgmt_vn-41005429 passed
2025-10-17 22:49:23,488 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-94303334:ctest-mgmt_vn-41005429 is found in opserver
2025-10-17 22:49:24,421 - INFO - Created VN ctest-left_vn-24133533
2025-10-17 22:49:25,366 - INFO - Verified VN network id 11 for VN fb9caa2f-396b-43bf-8d73-35ca32bfb2a4
2025-10-17 22:49:25,366 - INFO - Verifications in API Server for VN ctest-left_vn-24133533 passed
2025-10-17 22:49:25,697 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-left_vn-24133533 passed
2025-10-17 22:49:26,036 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-94303334:ctest-left_vn-24133533 is found in opserver
2025-10-17 22:49:26,905 - INFO - Created VN ctest-right_vn-71477523
2025-10-17 22:49:27,809 - INFO - Verified VN network id 12 for VN 8e64f7d7-719b-4d36-bf07-2eda3f929632
2025-10-17 22:49:27,810 - INFO - Verifications in API Server for VN ctest-right_vn-71477523 passed
2025-10-17 22:49:28,150 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-right_vn-71477523 passed
2025-10-17 22:49:28,467 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-94303334:ctest-right_vn-71477523 is found in opserver
2025-10-17 22:49:30,417 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:49:31,893 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:49:32 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-17 22:49:35,378 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:49:35,379 - INFO - Waiting for VM ctest-pt_svm0-66070329 to be up..
2025-10-17 22:49:45,735 - INFO - VM name : ctest-pt_svm0-66070329
2025-10-17 22:50:00,713 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-pt_svm0-66070329 passed
2025-10-17 22:50:23,531 - INFO - Waiting for VM ctest-left_vm-15770022 to be up..
2025-10-17 22:50:23,669 - INFO - VM name : ctest-left_vm-15770022
2025-10-17 22:50:25,501 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-left_vm-15770022 passed
2025-10-17 22:50:25,872 - INFO - Waiting for VM ctest-right_vm-67084415 to be up..
2025-10-17 22:50:26,020 - INFO - VM name : ctest-right_vm-67084415
2025-10-17 22:50:27,844 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-right_vm-67084415 passed
2025-10-17 22:50:28,759 - INFO - Attaching policy ctest-policy-88388970 to vn ctest-left_vn-24133533
2025-10-17 22:50:29,443 - INFO - Attaching policy ctest-policy-88388970 to vn ctest-right_vn-71477523
2025-10-17 22:50:34,933 - INFO - Ping to Metadata IP 169.254.0.6 of VM ctest-pt_svm0-66070329 passed
2025-10-17 22:50:38,253 - INFO - VM ctest-pt_svm0-66070329 verifications in Compute nodes passed
2025-10-17 22:50:38,743 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-94303334:ctest-left_vn-24133533
2025-10-17 22:50:38,890 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-94303334:ctest-right_vn-71477523
2025-10-17 22:50:39,324 - INFO - Route to 66.247.67.3 seen in VRF:5 on cn-jenkins-deploy-platform-juju-os-595-1.englab.juniper.net, and SI ctest-si-27314745 is seen as the NH
2025-10-17 22:50:39,612 - INFO - Route to 222.79.225.131 seen in VRF:6 on cn-jenkins-deploy-platform-juju-os-595-1.englab.juniper.net, and SI ctest-si-27314745 is seen as the NH
2025-10-17 22:50:43,700 - INFO - Ping to IP 66.247.67.3 from VM ctest-left_vm-15770022 passed
2025-10-17 22:50:43,700 - INFO - Dettaching policy ctest-policy-88388970 from vn ctest-right_vn-71477523
2025-10-17 22:50:43,943 - INFO - Dettaching policy ctest-policy-88388970 from vn ctest-left_vn-24133533
2025-10-17 22:50:44,236 - INFO - Deleted policy ctest-policy-88388970
2025-10-17 22:50:44,335 - INFO - Deleted SI ['admin_domain', 'ctest-TestSvcRegr-94303334', 'ctest-si-27314745']
2025-10-17 22:50:44,666 - INFO - Deleting VM ctest-pt_svm0-66070329
2025-10-17 22:50:44,894 - INFO - Service template: ['admin_domain', 'ctest-service_template_1-80905248'] deleted successfully.
2025-10-17 22:50:44,895 - INFO - Deleting VM ctest-right_vm-67084415
2025-10-17 22:50:45,010 - INFO - Deleting VM ctest-left_vm-15770022
2025-10-17 22:50:45,128 - INFO - Deleting VN ctest-right_vn-71477523
2025-10-17 22:50:45,258 - WARNING - Deleting VN ctest-right_vn-71477523 failed..Will retry
2025-10-17 22:50:47,700 - INFO - Validated that VN ctest-right_vn-71477523 is not found in API Server
2025-10-17 22:50:47,807 - INFO - Validated that VN ctest-right_vn-71477523 is not in any agent
2025-10-17 22:50:47,963 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-right_vn-71477523 info
2025-10-17 22:50:47,964 - INFO - Deleting VN ctest-left_vn-24133533
2025-10-17 22:50:48,380 - INFO - Validated that VN ctest-left_vn-24133533 is not found in API Server
2025-10-17 22:50:48,483 - INFO - Validated that VN ctest-left_vn-24133533 is not in any agent
2025-10-17 22:50:48,639 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-left_vn-24133533 info
2025-10-17 22:50:48,639 - INFO - Deleting VN ctest-mgmt_vn-41005429
2025-10-17 22:50:49,059 - INFO - Validated that VN ctest-mgmt_vn-41005429 is not found in API Server
2025-10-17 22:50:49,155 - INFO - Validated that VN ctest-mgmt_vn-41005429 is not in any agent
2025-10-17 22:50:49,307 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-mgmt_vn-41005429 info
2025-10-17 22:50:49,693 - INFO -
2025-10-17 22:50:49,693 - INFO - END TEST : test_svc_in_network_datapath : PASSED[0:01:34]
2025-10-17 22:50:49,693 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:50:50,438 - INFO - Deleted project: ctest-TestSvcRegr-94303334, ID : ca324df9-d255-491c-ad09-7ff74edb933e
2025-10-17 22:50:50,733 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:50:50,745 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:50:50,944 - INFO - Project ctest-TestvDNSBasic0-78561954 not found, creating it
2025-10-17 22:50:51,461 - INFO - Created Project:ctest-TestvDNSBasic0-78561954, ID : 2dd9825e-ae16-4214-b56d-cf22349f2aa0
2025-10-17 22:50:53,260 - INFO - ================================================================================
2025-10-17 22:50:53,260 - INFO - STARTING TEST : test_vdns_ping_same_vn
2025-10-17 22:50:53,260 - 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-17 22:50:53,678 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:50:53,678 - INFO -
2025-10-17 22:50:54,522 - INFO - Using existing project ['admin_domain', 'ctest-TestvDNSBasic0-78561954'](2dd9825e-ae16-4214-b56d-cf22349f2aa0)
2025-10-17 22:50:56,554 - INFO - Created VN ctest-vn1-vdns-98973501
2025-10-17 22:50:58,187 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:50:58,187 - INFO - Waiting for VM ctest-vm1-test-10958851 to be up..
2025-10-17 22:51:03,434 - INFO - VM name : ctest-vm1-test-10958851
2025-10-17 22:51:11,396 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vm1-test-10958851 passed
2025-10-17 22:51:15,975 - INFO - Ping to IP ctest-vm1-test-10958851 from VM ctest-vm1-test-10958851 passed
2025-10-17 22:51:17,661 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:51:17,661 - INFO - Waiting for VM ctest-vm2-test-45863895 to be up..
2025-10-17 22:51:22,902 - INFO - VM name : ctest-vm2-test-45863895
2025-10-17 22:51:30,815 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vm2-test-45863895 passed
2025-10-17 22:51:35,411 - INFO - Ping to IP ctest-vm2-test-45863895 from VM ctest-vm2-test-45863895 passed
2025-10-17 22:51:37,993 - INFO - Ping to IP ctest-vm2-test-45863895 from VM ctest-vm1-test-10958851 passed
2025-10-17 22:51:37,993 - INFO - Try deleting the VDNS entry ctest-vdns1-76046047 with back ref of ipam.
2025-10-17 22:51:38,054 - INFO - Deletion of the vdns entry failed with back ref of ipam as expected
2025-10-17 22:51:38,055 - INFO - Add CNAME VDNS record for ctest-vm1-test-10958851 and verify we able to ping by alias name
2025-10-17 22:51:38,218 - INFO - In verify_on_setup
2025-10-17 22:51:38,315 - INFO - Verify VDNS record is shown in the API server
2025-10-17 22:51:38,551 - INFO - Verify VDNS record is shown in the control node
2025-10-17 22:51:39,025 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-10958851 failed
2025-10-17 22:51:40,463 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-10958851 failed
2025-10-17 22:51:43,916 - INFO - Ping to IP vm1-test-alias from VM ctest-vm1-test-10958851 passed
2025-10-17 22:51:43,986 - INFO - VDNS record info: admin_domain:ctest-vdns1-76046047:test-rec deleted successfully.
2025-10-17 22:51:43,986 - INFO - Deleting VM ctest-vm2-test-45863895
2025-10-17 22:51:44,084 - INFO - Deleting VM ctest-vm1-test-10958851
2025-10-17 22:51:44,205 - INFO - Deleting VN ctest-vn1-vdns-98973501
2025-10-17 22:51:44,342 - WARNING - Deleting VN ctest-vn1-vdns-98973501 failed..Will retry
2025-10-17 22:51:47,090 - INFO - VDNS info: ['admin_domain', 'ctest-vdns1-76046047'] deleted successfully.
2025-10-17 22:51:47,220 - INFO - VDNS information ctest-vdns1-76046047 removed from the API Server
2025-10-17 22:51:47,271 - INFO - VDNS information ctest-vdns1-76046047 removed in the Control node
2025-10-17 22:51:47,664 - INFO - END TEST : test_vdns_ping_same_vn : PASSED[0:00:54]
2025-10-17 22:51:47,664 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:51:48,405 - INFO - Deleted project: ctest-TestvDNSBasic0-78561954, ID : 2dd9825e-ae16-4214-b56d-cf22349f2aa0
2025-10-17 22:51:48,706 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:51:48,718 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:51:48,946 - INFO - Project ctest-TestBasicVMVNx-68481397 not found, creating it
2025-10-17 22:51:49,448 - INFO - Created Project:ctest-TestBasicVMVNx-68481397, ID : 62d6fb8d-2870-4329-bafe-1e38191673d4
2025-10-17 22:51:51,253 - INFO - ================================================================================
2025-10-17 22:51:51,253 - INFO - STARTING TEST : test_vm_file_trf_scp_tests
2025-10-17 22:51:51,253 - 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-17 22:51:51,636 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:51:51,637 - INFO -
2025-10-17 22:51:52,733 - INFO - Created VN ctest-vn-05802668
2025-10-17 22:51:54,235 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:51:55,585 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:51:55,585 - INFO - Waiting for VM ctest-TestBasicVMVNx-68481397-37798528 to be up..
2025-10-17 22:52:00,885 - INFO - VM name : ctest-TestBasicVMVNx-68481397-37798528
2025-10-17 22:52:07,266 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVNx-68481397-37798528 passed
2025-10-17 22:52:07,644 - INFO - Waiting for VM ctest-TestBasicVMVNx-68481397-50641208 to be up..
2025-10-17 22:52:07,774 - INFO - VM name : ctest-TestBasicVMVNx-68481397-50641208
2025-10-17 22:52:09,541 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVNx-68481397-50641208 passed
2025-10-17 22:52:14,636 - INFO - File of size 1303 is trasferred successfully to ctest-TestBasicVMVNx-68481397-50641208
2025-10-17 22:52:14,636 - INFO - Deleting VM ctest-TestBasicVMVNx-68481397-50641208
2025-10-17 22:52:14,735 - INFO - Deleting VM ctest-TestBasicVMVNx-68481397-37798528
2025-10-17 22:52:14,843 - INFO - Deleting VN ctest-vn-05802668
2025-10-17 22:52:14,974 - WARNING - Deleting VN ctest-vn-05802668 failed..Will retry
2025-10-17 22:52:17,556 - INFO - END TEST : test_vm_file_trf_scp_tests : PASSED[0:00:26]
2025-10-17 22:52:17,557 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:52:18,312 - INFO - Deleted project: ctest-TestBasicVMVNx-68481397, ID : 62d6fb8d-2870-4329-bafe-1e38191673d4
2025-10-17 22:52:18,595 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
2025-10-17 22:52:18,611 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
2025-10-17 22:52:18,833 - INFO - Project ctest-TestBasicVMVN-98855368 not found, creating it
2025-10-17 22:52:19,358 - INFO - Created Project:ctest-TestBasicVMVN-98855368, ID : f28fd437-79c9-4082-9065-b46b52080126
2025-10-17 22:52:21,173 - INFO - ================================================================================
2025-10-17 22:52:21,174 - INFO - STARTING TEST : test_generic_link_local_service
2025-10-17 22:52:21,174 - 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-17 22:52:21,552 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:52:21,552 - INFO -
2025-10-17 22:52:22,564 - INFO - Created VN ctest-vn2_metadata-01580831
2025-10-17 22:52:24,003 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:52:29,520 - INFO - Waiting for VM ctest-TestBasicVMVN-98855368-23162563 to be up..
2025-10-17 22:52:29,520 - INFO - VM name : ctest-TestBasicVMVN-98855368-23162563
2025-10-17 22:52:35,819 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-98855368-23162563 passed
2025-10-17 22:52:41,409 - INFO - Retry 0
2025-10-17 22:52:43,017 - INFO - Generic metadata worked
2025-10-17 22:52:43,311 - INFO - Deleting VM ctest-TestBasicVMVN-98855368-23162563
2025-10-17 22:52:43,411 - INFO - Deleting VN ctest-vn2_metadata-01580831
2025-10-17 22:52:43,546 - WARNING - Deleting VN ctest-vn2_metadata-01580831 failed..Will retry
2025-10-17 22:52:46,100 - INFO - END TEST : test_generic_link_local_service : PASSED[0:00:25]
2025-10-17 22:52:46,100 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:52:46,102 - INFO - ================================================================================
2025-10-17 22:52:46,103 - INFO - STARTING TEST : test_metadata_service
2025-10-17 22:52:46,103 - 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-17 22:52:46,497 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:52:46,497 - INFO -
2025-10-17 22:52:47,185 - INFO - Created VN ctest-vn-60363976
2025-10-17 22:52:48,512 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:52:48,512 - INFO - Waiting for VM ctest-TestBasicVMVN-98855368-69028698 to be up..
2025-10-17 22:52:53,755 - INFO - VM name : ctest-TestBasicVMVN-98855368-69028698
2025-10-17 22:53:01,664 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-98855368-69028698 passed
2025-10-17 22:53:03,663 - INFO - metadata_script.txt got executed in the vm
2025-10-17 22:53:03,663 - INFO - Deleting VM ctest-TestBasicVMVN-98855368-69028698
2025-10-17 22:53:03,774 - INFO - Deleting VN ctest-vn-60363976
2025-10-17 22:53:03,918 - WARNING - Deleting VN ctest-vn-60363976 failed..Will retry
2025-10-17 22:53:06,472 - INFO - END TEST : test_metadata_service : PASSED[0:00:20]
2025-10-17 22:53:06,472 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:53:06,475 - INFO - ================================================================================
2025-10-17 22:53:06,475 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets
2025-10-17 22:53:06,475 - 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-17 22:53:06,868 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:53:06,868 - INFO -
2025-10-17 22:53:07,985 - INFO - Created VN ctest-vn-84292239
2025-10-17 22:53:09,637 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:53:10,513 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:53:11,773 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-595-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-595-1)
2025-10-17 22:53:12,025 - INFO - Verifications in API Server for IPAM: ctest-ipam-27466043 passed
2025-10-17 22:53:12,080 - INFO - Verifications in Control node for IPAM: ctest-ipam-27466043 passed
2025-10-17 22:53:12,744 - INFO - Verified VN network id 10 for VN 07380272-a6e8-48b9-913f-a9e8c477e7be
2025-10-17 22:53:12,744 - INFO - Verifications in API Server for VN ctest-vn-84292239 passed
2025-10-17 22:53:13,069 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-84292239 passed
2025-10-17 22:53:13,797 - INFO - Validated that VN admin_domain:ctest-TestBasicVMVN-98855368:ctest-vn-84292239 is found in opserver
2025-10-17 22:53:13,852 - INFO - Waiting for VM ctest-TestBasicVMVN-98855368-98886631 to be up..
2025-10-17 22:53:13,992 - INFO - VM name : ctest-TestBasicVMVN-98855368-98886631
2025-10-17 22:53:24,108 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-98855368-98886631 passed
2025-10-17 22:53:24,473 - INFO - Waiting for VM ctest-TestBasicVMVN-98855368-77440212 to be up..
2025-10-17 22:53:24,606 - INFO - VM name : ctest-TestBasicVMVN-98855368-77440212
2025-10-17 22:53:26,394 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVN-98855368-77440212 passed
2025-10-17 22:53:26,753 - INFO - Waiting for VM ctest-TestBasicVMVN-98855368-59958863 to be up..
2025-10-17 22:53:26,885 - INFO - VM name : ctest-TestBasicVMVN-98855368-59958863
2025-10-17 22:53:28,660 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-TestBasicVMVN-98855368-59958863 passed
2025-10-17 22:53:33,082 - INFO - Ping to IP 31.1.2.4 from VM ctest-TestBasicVMVN-98855368-98886631 passed
2025-10-17 22:53:36,791 - INFO - Ping to IP 31.1.1.4 from VM ctest-TestBasicVMVN-98855368-77440212 passed
2025-10-17 22:53:44,516 - INFO - Deleting VM ctest-TestBasicVMVN-98855368-59958863
2025-10-17 22:53:44,637 - INFO - Detaching port fa55a07e-b98d-491b-812d-d193211e4ca0 from VM ctest-TestBasicVMVN-98855368-77440212
2025-10-17 22:53:44,714 - INFO - Deleting VM ctest-TestBasicVMVN-98855368-77440212
2025-10-17 22:53:44,840 - INFO - Detaching port e524b3f2-40e7-4142-8d24-89d15d822ae4 from VM ctest-TestBasicVMVN-98855368-98886631
2025-10-17 22:53:44,911 - INFO - Deleting VM ctest-TestBasicVMVN-98855368-98886631
2025-10-17 22:53:45,043 - INFO - Deleting VN ctest-vn-84292239
2025-10-17 22:53:46,240 - INFO - Validated that VN ctest-vn-84292239 is not found in API Server
2025-10-17 22:53:46,340 - INFO - Validated that VN ctest-vn-84292239 is not in any agent
2025-10-17 22:53:46,447 - INFO - Validated that all vrouters do not have the route table for VN admin_domain:ctest-TestBasicVMVN-98855368:ctest-vn-84292239
2025-10-17 22:53:46,555 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-84292239 info
2025-10-17 22:53:46,639 - INFO - IPAM: ctest-ipam-27466043 is not found in API Server
2025-10-17 22:53:46,743 - INFO - IPAM:ctest-ipam-27466043 is not found in control node
2025-10-17 22:53:47,132 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : PASSED[0:00:41]
2025-10-17 22:53:47,132 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:53:47,869 - INFO - Deleted project: ctest-TestBasicVMVN-98855368, ID : f28fd437-79c9-4082-9065-b46b52080126
+ '[' 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_17_22_42_57_263.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.131'. 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-17 22:54:01,940 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:54:02,279 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:54:02,474 - INFO - Project ctest-TestRbac-96920452 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:54:02,996 - INFO - Created Project:ctest-TestRbac-96920452, ID : 60e1d0f8-3c28-4f2d-9f16-699ff7355d25
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. 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.131'. 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.131'. 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.131'. 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.131'. 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.131'. 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:54:08,226 - INFO - ================================================================================
2025-10-17 22:54:08,226 - INFO - STARTING TEST : test_perms2_global_share
2025-10-17 22:54:08,227 - 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-17 22:54:09,035 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:54:09,036 - INFO -
2025-10-17 22:54:09,717 - INFO - Project ctest-TestRbac-28823033 not found, creating it
2025-10-17 22:54:11,355 - INFO - Created Project:ctest-TestRbac-28823033, ID : 35c8122f-1aa3-4a12-916b-33ce69704e89
2025-10-17 22:54:12,075 - INFO - Project ctest-TestRbac-06317472 not found, creating it
2025-10-17 22:54:12,959 - INFO - Created Project:ctest-TestRbac-06317472, ID : 8944dccf-193c-4fbb-8a2b-6ccdc3ff1f34
2025-10-17 22:54:16,368 - INFO - API access-list 38fbcd80-be19-4138-a98b-a7dc0b43ea4a verify on api server passed
2025-10-17 22:54:17,114 - INFO - Created VN ctest-TestRbac-28823033-45836057, UUID :c19024d4-52d1-4198-99e9-30f933170c27
2025-10-17 22:54:18,433 - INFO - API Server: Read VN c19024d4-52d1-4198-99e9-30f933170c27
2025-10-17 22:54:18,924 - INFO - API Server: Read VN c19024d4-52d1-4198-99e9-30f933170c27
2025-10-17 22:54:19,718 - WARNING - Unable to get the list of compute nodes
2025-10-17 22:54:21,100 - INFO - VM ([]) created on node: (None), Zone: (None)
2025-10-17 22:54:26,331 - INFO - VM name : ctest-TestRbac-06317472-69525452
2025-10-17 22:54:27,351 - INFO - VM ctest-TestRbac-06317472-69525452 verfication in all API Servers passed
2025-10-17 22:54:34,121 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRbac-06317472-69525452 passed
2025-10-17 22:54:34,121 - INFO - VM ctest-TestRbac-06317472-69525452 verifications in Compute nodes passed
2025-10-17 22:54:34,499 - INFO - Validated routes of VM ctest-TestRbac-06317472-69525452 in all vrouters
2025-10-17 22:54:35,152 - INFO - Verification in Control-nodes for VM ctest-TestRbac-06317472-69525452 passed
2025-10-17 22:54:36,732 - INFO - Verifying through opserver in 10.0.0.131
2025-10-17 22:54:36,908 - INFO - VM 0cc596f9-992c-4cd6-9a26-94c44403c823 is present in admin_domain:ctest-TestRbac-28823033:ctest-TestRbac-28823033-45836057
2025-10-17 22:54:38,928 - INFO - tap interface admin_domain:ctest-TestRbac-06317472:cc2a3410-11d6-4de7-9e31-cfd49b47fc05 of vm 0cc596f9-992c-4cd6-9a26-94c44403c823 is present in vrouter cn-jenkins-deploy-platform-juju-os-595-1 uve
2025-10-17 22:54:39,051 - INFO - VM ctest-TestRbac-06317472-69525452 validations in Opserver passed
2025-10-17 22:54:39,051 - INFO - Deleting VM ctest-TestRbac-06317472-69525452
2025-10-17 22:54:41,411 - INFO - VM ctest-TestRbac-06317472-69525452 is fully removed in API-Server
2025-10-17 22:54:41,799 - INFO - Validated that all vrouters do not have VMs route for VN admin_domain:ctest-TestRbac-28823033:ctest-TestRbac-28823033-45836057
2025-10-17 22:54:41,799 - INFO - VM ctest-TestRbac-06317472-69525452 is removed in Compute, and routes are removed in all compute nodes
2025-10-17 22:54:42,116 - INFO - Routes for VM ctest-TestRbac-06317472-69525452 is removed in all control-nodes
2025-10-17 22:54:58,811 - INFO - 0cc596f9-992c-4cd6-9a26-94c44403c823 vm uve deleted from opserver
2025-10-17 22:54:58,811 - INFO - Validated that VM 0cc596f9-992c-4cd6-9a26-94c44403c823 is removed from Opserver
2025-10-17 22:54:58,811 - INFO - Deleting VN ctest-TestRbac-28823033-45836057
2025-10-17 22:54:58,991 - INFO - API access-list (38fbcd80-be19-4138-a98b-a7dc0b43ea4a) got deleted in api server
2025-10-17 22:55:00,069 - INFO - Deleted project: ctest-TestRbac-06317472, ID : 8944dccf-193c-4fbb-8a2b-6ccdc3ff1f34
2025-10-17 22:55:00,901 - INFO - Deleted project: ctest-TestRbac-28823033, ID : 35c8122f-1aa3-4a12-916b-33ce69704e89
2025-10-17 22:55:01,133 - INFO - END TEST : test_perms2_global_share : PASSED[0:00:53]
2025-10-17 22:55:01,133 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. 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.131'. 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.131'. 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.131'. 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.131'. 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:03,020 - INFO - Deleted project: ctest-TestRbac-96920452, ID : 60e1d0f8-3c28-4f2d-9f16-699ff7355d25
2025-10-17 22:55:03,603 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:03,622 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:03,857 - INFO - Project ctest-TestRbacBasic-77600586 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:04,379 - INFO - Created Project:ctest-TestRbacBasic-77600586, ID : c048c333-2aba-4e25-a83a-df3982500764
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. 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.131'. 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.131'. 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.131'. 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.131'. 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.131'. 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:08,608 - INFO - ================================================================================
2025-10-17 22:55:08,608 - INFO - STARTING TEST : test_perms2_owner
2025-10-17 22:55:08,608 - 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-17 22:55:08,867 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:55:08,867 - INFO -
2025-10-17 22:55:09,234 - INFO - Project ctest-TestRbacBasic-36729100 not found, creating it
2025-10-17 22:55:09,753 - INFO - Created Project:ctest-TestRbacBasic-36729100, ID : 8be5a37c-6d2b-4fda-a588-8bc8ff843eeb
2025-10-17 22:55:10,118 - INFO - Project ctest-TestRbacBasic-80460719 not found, creating it
2025-10-17 22:55:10,628 - INFO - Created Project:ctest-TestRbacBasic-80460719, ID : f54c3eca-3f11-4114-b2a3-9b041f9fea66
2025-10-17 22:55:13,196 - INFO - API access-list 5fffc9fd-6a22-4730-ba73-37a524d815b3 verify on api server passed
2025-10-17 22:55:13,894 - INFO - Created VN ctest-TestRbacBasic-36729100-93067742, UUID :c1140c95-f705-4e0f-9ca7-09aafa0db6b2
2025-10-17 22:55:15,230 - INFO - Created VN ctest-TestRbacBasic-80460719-86953093, UUID :9057df2d-9ac4-47b9-8bb6-c62a86552547
2025-10-17 22:55:16,304 - INFO - API Server: Read VN c1140c95-f705-4e0f-9ca7-09aafa0db6b2
2025-10-17 22:55:16,827 - INFO - API Server: Permission Denied to read VN c1140c95-f705-4e0f-9ca7-09aafa0db6b2
2025-10-17 22:55:16,884 - INFO - API Server: Read VN c1140c95-f705-4e0f-9ca7-09aafa0db6b2
2025-10-17 22:55:16,951 - INFO - API Server: List VN ['c1140c95-f705-4e0f-9ca7-09aafa0db6b2']
2025-10-17 22:55:17,019 - INFO - API Server: List VN ['9057df2d-9ac4-47b9-8bb6-c62a86552547']
2025-10-17 22:55:17,139 - INFO - API Server: List VN []
2025-10-17 22:55:17,207 - INFO - API Server: List VN ['c1140c95-f705-4e0f-9ca7-09aafa0db6b2', '9057df2d-9ac4-47b9-8bb6-c62a86552547']
2025-10-17 22:55:17,259 - INFO - API Server: List VN ['c1140c95-f705-4e0f-9ca7-09aafa0db6b2', '9057df2d-9ac4-47b9-8bb6-c62a86552547', 'd9e8419d-a64f-4d31-9a84-03a66ebd3cab', '5fee76cf-f0ed-4a5d-980a-5803147da7d8', '2836f7ed-5a01-4cea-8aac-5dfd7ff6540f', 'abd90f9c-4a8f-45af-b76b-67bed841c268']
2025-10-17 22:55:17,290 - INFO - Deleting VN ctest-TestRbacBasic-80460719-86953093
2025-10-17 22:55:17,373 - INFO - Deleting VN ctest-TestRbacBasic-36729100-93067742
2025-10-17 22:55:17,543 - INFO - API access-list (5fffc9fd-6a22-4730-ba73-37a524d815b3) got deleted in api server
2025-10-17 22:55:18,548 - INFO - Deleted project: ctest-TestRbacBasic-80460719, ID : f54c3eca-3f11-4114-b2a3-9b041f9fea66
2025-10-17 22:55:19,308 - INFO - Deleted project: ctest-TestRbacBasic-36729100, ID : 8be5a37c-6d2b-4fda-a588-8bc8ff843eeb
2025-10-17 22:55:19,510 - INFO - END TEST : test_perms2_owner : PASSED[0:00:11]
2025-10-17 22:55:19,510 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:55:19,513 - INFO - ================================================================================
2025-10-17 22:55:19,513 - INFO - STARTING TEST : test_rbac_acl_different_roles
2025-10-17 22:55:19,513 - 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-17 22:55:19,799 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:55:19,799 - INFO -
2025-10-17 22:55:22,406 - INFO - Permission denied to create/update VirtualNetwork
2025-10-17 22:55:22,984 - INFO - API access-list 40f0b00f-f333-409f-b066-7f409216a48b verify on api server passed
2025-10-17 22:55:23,242 - INFO - Created VN ctest-TestRbacBasic-77600586-52994514, UUID :b017e6ff-a373-40da-bc4d-ddf898a6bdfb
2025-10-17 22:55:24,751 - INFO - Verified VN network id 10 for VN b017e6ff-a373-40da-bc4d-ddf898a6bdfb
2025-10-17 22:55:24,753 - INFO - Verifications in API Server for VN ctest-TestRbacBasic-77600586-52994514 passed
2025-10-17 22:55:25,077 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-TestRbacBasic-77600586-52994514 passed
2025-10-17 22:55:25,783 - INFO - Validated that VN admin_domain:ctest-TestRbacBasic-77600586:ctest-TestRbacBasic-77600586-52994514 is found in opserver
2025-10-17 22:55:26,291 - INFO - API access-list 12242891-b5c2-417f-bca5-f79d59272505 verify on api server passed
2025-10-17 22:55:27,167 - INFO - API Server: Permission Denied to read VN b017e6ff-a373-40da-bc4d-ddf898a6bdfb
2025-10-17 22:55:27,611 - INFO - API Server: Permission Denied to read ST 10e3db3c-191d-4905-82f0-33a18dfa194f
2025-10-17 22:55:27,723 - INFO - API access-list 40f0b00f-f333-409f-b066-7f409216a48b verify on api server passed
2025-10-17 22:55:27,792 - INFO - API Server: Read VN b017e6ff-a373-40da-bc4d-ddf898a6bdfb
2025-10-17 22:55:28,338 - INFO - Permission denied to create/update VirtualNetwork
2025-10-17 22:55:28,783 - INFO - API Server: Permission Denied to read ST 10e3db3c-191d-4905-82f0-33a18dfa194f
2025-10-17 22:55:28,896 - INFO - API access-list 12242891-b5c2-417f-bca5-f79d59272505 verify on api server passed
2025-10-17 22:55:28,960 - INFO - API Server: Read Service-Template 10e3db3c-191d-4905-82f0-33a18dfa194f
2025-10-17 22:55:29,259 - INFO - API access-list 40f0b00f-f333-409f-b066-7f409216a48b verify on api server passed
2025-10-17 22:55:29,379 - INFO - API access-list 12242891-b5c2-417f-bca5-f79d59272505 verify on api server passed
2025-10-17 22:55:29,819 - INFO - API Server: Permission Denied to read VN b017e6ff-a373-40da-bc4d-ddf898a6bdfb
2025-10-17 22:55:30,266 - INFO - API Server: Permission Denied to read ST 10e3db3c-191d-4905-82f0-33a18dfa194f
2025-10-17 22:55:30,392 - INFO - API Server: Read Service-Template 10e3db3c-191d-4905-82f0-33a18dfa194f
2025-10-17 22:55:30,468 - INFO - API Server: Read VN b017e6ff-a373-40da-bc4d-ddf898a6bdfb
2025-10-17 22:55:30,547 - INFO - API access-list (40f0b00f-f333-409f-b066-7f409216a48b) got deleted in api server
2025-10-17 22:55:30,623 - INFO - API access-list (12242891-b5c2-417f-bca5-f79d59272505) got deleted in api server
2025-10-17 22:55:31,055 - INFO - API Server: Permission Denied to read VN b017e6ff-a373-40da-bc4d-ddf898a6bdfb
2025-10-17 22:55:31,491 - INFO - API Server: Permission Denied to read ST 10e3db3c-191d-4905-82f0-33a18dfa194f
2025-10-17 22:55:31,616 - INFO - API Server: Read VN b017e6ff-a373-40da-bc4d-ddf898a6bdfb
2025-10-17 22:55:31,676 - INFO - API Server: Read Service-Template 10e3db3c-191d-4905-82f0-33a18dfa194f
2025-10-17 22:55:31,766 - INFO - Service template: ['admin_domain', 'ctest-TestRbacBasic-77600586-23548840'] deleted successfully.
2025-10-17 22:55:31,766 - INFO - Deleting VN ctest-TestRbacBasic-77600586-52994514
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. 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.131'. 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.131'. 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:32,479 - INFO - END TEST : test_rbac_acl_different_roles : PASSED[0:00:13]
2025-10-17 22:55:32,479 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. 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.131'. 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.131'. 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.131'. 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.131'. 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:34,214 - INFO - Deleted project: ctest-TestRbacBasic-77600586, ID : c048c333-2aba-4e25-a83a-df3982500764
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:34,512 - INFO - Using existing project ['admin_domain', 'admin'](ed6a4a4d-77ae-4a03-b690-97f795753f3e)
2025-10-17 22:55:34,523 - INFO - ================================================================================
2025-10-17 22:55:34,523 - INFO - STARTING TEST : test_contrail_status
2025-10-17 22:55:34,523 - INFO - TEST DESCRIPTION : Test to verify that all services are running and active
2025-10-17 22:55:34,756 - INFO - Initial checks done. Running the testcase now
2025-10-17 22:55:34,756 - INFO -
2025-10-17 22:55:34,885 - INFO - 10.0.0.131
2025-10-17 22:55:34,885 - INFO - config
2025-10-17 22:55:34,940 - INFO - config-nodemgr:active
2025-10-17 22:55:35,003 - INFO - api-server:active
2025-10-17 22:55:35,059 - INFO - schema:active
2025-10-17 22:55:35,115 - INFO - svc-monitor:active
2025-10-17 22:55:35,167 - INFO - device-manager:active
2025-10-17 22:55:35,167 - INFO - config-database
2025-10-17 22:55:35,167 - INFO - config-cassandra:active
2025-10-17 22:55:35,167 - INFO - config-zookeeper:active
2025-10-17 22:55:35,167 - INFO - config-rabbitmq:active
2025-10-17 22:55:35,167 - INFO - vrouter
2025-10-17 22:55:35,223 - INFO - vrouter-nodemgr:active
2025-10-17 22:55:35,279 - INFO - agent:active
2025-10-17 22:55:35,279 - INFO - control
2025-10-17 22:55:35,331 - INFO - control-nodemgr:active
2025-10-17 22:55:35,383 - INFO - control:active
2025-10-17 22:55:35,383 - INFO - named:active
2025-10-17 22:55:35,435 - INFO - dns:active
2025-10-17 22:55:35,435 - INFO - analytics
2025-10-17 22:55:35,491 - INFO - analytics-nodemgr:active
2025-10-17 22:55:35,543 - INFO - analytics-api:active
2025-10-17 22:55:35,599 - INFO - collector:active
2025-10-17 22:55:35,599 - INFO - analytics-database
2025-10-17 22:55:35,599 - INFO - analytics-cassandra:active
2025-10-17 22:55:35,655 - INFO - analyticsdb-nodemgr:active
2025-10-17 22:55:35,707 - INFO - query-engine:active
2025-10-17 22:55:35,707 - INFO - webui
2025-10-17 22:55:35,707 - INFO - webui:active
2025-10-17 22:55:35,707 - INFO - webui-middleware:active
2025-10-17 22:55:35,707 - INFO - redis:active
2025-10-17 22:55:35,707 - INFO - analytics_snmp
2025-10-17 22:55:35,759 - INFO - snmp-collector:active
2025-10-17 22:55:35,759 - INFO - snmp-topology:active
2025-10-17 22:55:35,760 - INFO - analytics_alarm
2025-10-17 22:55:35,760 - INFO - alarmgen:active
2025-10-17 22:55:35,760 - INFO - All the contrail services are up on all nodes
2025-10-17 22:55:35,760 - INFO - contrail-status passed
2025-10-17 22:55:35,985 - INFO - END TEST : test_contrail_status : PASSED[0:00:01]
2025-10-17 22:55:35,985 - INFO - --------------------------------------------------------------------------------
2025-10-17 22:55:36,099 - INFO - Reading existing Domain with UUID c2fab7b5-42f0-4b0e-a131-4c62931bf465
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:36,111 - INFO - Using existing domain ['admin_domain'](c2fab7b5-42f0-4b0e-a131-4c62931bf465)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:36,286 - INFO - Project ctest-TestSriov-04398973 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:36,803 - INFO - Created Project:ctest-TestSriov-04398973, ID : 7da169f4-892f-4a3b-8c53-b7cc0d05418e
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.131'. 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.131'. 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.131'. 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.131'. 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.131'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-17 22:55:39,240 - INFO - Deleted project: ctest-TestSriov-04398973, ID : 7da169f4-892f-4a3b-8c53-b7cc0d05418e
+ [[ -z '' ]]
+ [[ -z ci_sanity ]]
+ sleep 2
+ /usr/bin/python3 tools/report_gen.py contrail_test_input.yaml report_details_2025_10_17_22_42_57.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.131
+ echo 'Generated report_details* file: report_details_2025_10_17_22_42_57.ini'
Generated report_details* file: report_details_2025_10_17_22_42_57.ini
+ parse_results
+ /usr/bin/python3 tools/parse_result.py result_2025_10_17_22_42_57_23840.xml report_details_2025_10_17_22_42_57.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_17_22_42_57_263.xml report_details_2025_10_17_22_42_57.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_17_22_42_57_23840.xml ']'
+ /usr/bin/python3 tools/update_testsuite_properties.py report_details_2025_10_17_22_42_57.ini result_2025_10_17_22_42_57_23840.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: 278ms
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.131] put: tools/search-bt.py -> /tmp/search-bt.py
Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-595-1-tracebacks.log
Ignored Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-595-1-ignored_tracebacks.log
Traceback parse errors will be in /tmp/cn-jenkins-deploy-platform-juju-os-595-1-traceback_parse_failures.log
Done looking for tracebacks
[ubuntu@10.0.0.131] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-595-1-tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-595-1-tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-595-1-tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.131] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-595-1-ignored_tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-595-1-ignored_tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-595-1-ignored_tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.131] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-595-1-traceback_parse_failures.log <- /tmp/cn-jenkins-deploy-platform-juju-os-595-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_17_22_42_57 ~
logs/
logs/cn-jenkins-deploy-platform-juju-os-595-1-traceback_parse_failures.log
logs/cn-jenkins-deploy-platform-juju-os-595-1-tracebacks.log
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/testbasicpolicynegativeipv4v6.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/cn-jenkins-deploy-platform-juju-os-595-1-ignored_tracebacks.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~
INFO: Test sanity finished Fri Oct 17 22:55:54 UTC 2025
+ res=1
+ ./src/opensdn-io/tf-jenkins/jobs/test/functional/collect_logs.sh
~/workspace/test-sanity/logs ~/workspace/test-sanity
Warning: Permanently added '10.0.0.131' (ECDSA) to the list of known hosts.
logs/
logs/cn-jenkins-deploy-platform-juju-os-595-1-traceback_parse_failures.log
logs/cn-jenkins-deploy-platform-juju-os-595-1-tracebacks.log
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/testbasicpolicynegativeipv4v6.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/cn-jenkins-deploy-platform-juju-os-595-1-ignored_tracebacks.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~/workspace/test-sanity
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