Welcome to Contrail Analytics API documentation!"
2025-10-09 10:30:12,494 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:30:12,494 - INFO -
2025-10-09 10:30:12,723 - 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 56, 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'))
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:12,772 - INFO -
2025-10-09 10:30:12,772 - INFO - END TEST : test_analytics_docs : FAILED[0:00:00]
2025-10-09 10:30:12,772 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:30:12,775 - INFO - ================================================================================
2025-10-09 10:30:12,775 - INFO - STARTING TEST : test_config_docs
2025-10-09 10:30:12,775 - INFO - TEST DESCRIPTION : Test db_manage.py tool
config api docs
curl -s http://cfgm_ips[0]:8082/documentation/index.html | grep "Juniper Contrail Configuration API Model"
2025-10-09 10:30:13,036 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:30:13,036 - INFO -
2025-10-09 10:30:13,251 - 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 34, 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'))
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:13,300 - INFO -
2025-10-09 10:30:13,300 - INFO - END TEST : test_config_docs : FAILED[0:00:01]
2025-10-09 10:30:13,300 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:30:13,494 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:13,505 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:13,715 - INFO - Project ctest-FloatingipBasicTestSanity-26969105 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:14,254 - INFO - Created Project:ctest-FloatingipBasicTestSanity-26969105, ID : f13cdd5b-307b-4bd4-bea0-bc8e07a56f08
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:16,097 - INFO - Using existing project ['admin_domain', 'admin'](4ffa32a1-1c41-42f7-a8b6-f5d80e4454ba)
2025-10-09 10:30:16,527 - INFO - admin user already present
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:16,995 - INFO - Adding rules to the default security group in Project admin
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:17,441 - INFO - ================================================================================
2025-10-09 10:30:17,441 - INFO - STARTING TEST : test_floating_ip
2025-10-09 10:30:17,441 - INFO - TEST DESCRIPTION : Test to validate floating-ip Assignment to a VM. It creates a VM, assigns a FIP to it and pings to a IP in the FIP VN.
2025-10-09 10:30:17,708 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:30:17,708 - INFO -
2025-10-09 10:30:18,865 - INFO - Created VN ctest-fvn-30453982
2025-10-09 10:30:20,119 - INFO - Verified VN network id 6 for VN e25cf0cb-f274-4110-8424-96d68dc91d9e
2025-10-09 10:30:20,119 - INFO - Verifications in API Server for VN ctest-fvn-30453982 passed
2025-10-09 10:30:20,441 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-fvn-30453982 passed
2025-10-09 10:30:21,151 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-26969105:ctest-fvn-30453982 is found in opserver
2025-10-09 10:30:21,929 - INFO - Created VN ctest-vn1-01719722
2025-10-09 10:30:22,841 - INFO - Verified VN network id 7 for VN d9e401b8-1722-4a34-8589-f1e18470b41f
2025-10-09 10:30:22,841 - INFO - Verifications in API Server for VN ctest-vn1-01719722 passed
2025-10-09 10:30:23,165 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn1-01719722 passed
2025-10-09 10:30:23,487 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-26969105:ctest-vn1-01719722 is found in opserver
2025-10-09 10:30:25,889 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:30:27,719 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:30:27,935 - INFO - Creating Floating IP pool ctest-some-pool-01237737 in API Server
2025-10-09 10:30:28,849 - INFO - Verification for FIP pool ctest-some-pool-01237737 in API Server passed
2025-10-09 10:30:28,908 - INFO - Verification for FIP pool ctest-some-pool-01237737 in Control-node passed
2025-10-09 10:30:28,908 - INFO - Waiting for VM ctest-vn1_vm1_name-28350144 to be up..
2025-10-09 10:30:34,212 - INFO - VM name : ctest-vn1_vm1_name-28350144
2025-10-09 10:30:40,074 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1_vm1_name-28350144 passed
2025-10-09 10:30:45,911 - INFO - Waiting for VM ctest-fvn_vm1_name-29817329 to be up..
2025-10-09 10:30:46,048 - INFO - VM name : ctest-fvn_vm1_name-29817329
2025-10-09 10:30:47,840 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-fvn_vm1_name-29817329 passed
2025-10-09 10:30:48,404 - INFO - FIP 99.125.204.132 verification for passed on all Control-nodes
2025-10-09 10:30:48,404 - INFO - FIP ID 4d97cf6d-9ca6-4f6c-a2b2-fc004023f711(99.125.204.132) validation in Control node passed
2025-10-09 10:30:48,525 - INFO - FIP ID 4d97cf6d-9ca6-4f6c-a2b2-fc004023f711(99.125.204.132) validation in agents passed
2025-10-09 10:30:48,580 - INFO - FIP ID 4d97cf6d-9ca6-4f6c-a2b2-fc004023f711(99.125.204.132) validation in API Server passed
2025-10-09 10:30:51,683 - INFO - Ping to IP 99.125.204.131 from VM ctest-vn1_vm1_name-28350144 passed
2025-10-09 10:30:51,956 - INFO - Deleting the FIP pool ctest-some-pool-01237737
2025-10-09 10:30:52,091 - INFO - Deleting VM ctest-fvn_vm1_name-29817329
2025-10-09 10:30:52,241 - INFO - Deleting VM ctest-vn1_vm1_name-28350144
2025-10-09 10:30:52,398 - INFO - Deleting VN ctest-vn1-01719722
2025-10-09 10:30:52,538 - WARNING - Deleting VN ctest-vn1-01719722 failed..Will retry
2025-10-09 10:30:54,968 - INFO - Validated that VN ctest-vn1-01719722 is not found in API Server
2025-10-09 10:30:55,075 - INFO - Validated that VN ctest-vn1-01719722 is not in any agent
2025-10-09 10:30:55,231 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn1-01719722 info
2025-10-09 10:30:55,232 - INFO - Deleting VN ctest-fvn-30453982
2025-10-09 10:30:55,644 - INFO - Validated that VN ctest-fvn-30453982 is not found in API Server
2025-10-09 10:30:55,747 - INFO - Validated that VN ctest-fvn-30453982 is not in any agent
2025-10-09 10:30:55,892 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-fvn-30453982 info
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:56,272 - INFO - END TEST : test_floating_ip : PASSED[0:00:39]
2025-10-09 10:30:56,272 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:57,003 - INFO - Deleted project: ctest-FloatingipBasicTestSanity-26969105, ID : f13cdd5b-307b-4bd4-bea0-bc8e07a56f08
2025-10-09 10:30:57,276 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:57,288 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:57,501 - INFO - Project ctest-TestHeat-96061239 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:58,064 - INFO - Created Project:ctest-TestHeat-96061239, ID : f0187e69-1824-4929-abc2-6e5655ece71f
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:30:59,961 - INFO - ctest-TestHeat-96061239 user already added to project
2025-10-09 10:30:59,963 - INFO - ================================================================================
2025-10-09 10:30:59,963 - INFO - STARTING TEST : test_heat_stacks_list
2025-10-09 10:30:59,964 - INFO - TEST DESCRIPTION :
Validate installation of heat
This issues a command to list all the heat-stacks
2025-10-09 10:31:00,349 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:31:00,349 - INFO -
2025-10-09 10:31:00,889 - INFO - The following are the stacks currently : []
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:01,272 - INFO - END TEST : test_heat_stacks_list : PASSED[0:00:02]
2025-10-09 10:31:01,272 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:02,046 - INFO - Deleted project: ctest-TestHeat-96061239, ID : f0187e69-1824-4929-abc2-6e5655ece71f
2025-10-09 10:31:02,329 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:02,340 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:02,545 - INFO - Project ctest-TestCRUD-10949263 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:03,092 - INFO - Created Project:ctest-TestCRUD-10949263, ID : 41efa400-ce56-45eb-b147-1e04f85b20f2
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:04,827 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-92600978']
2025-10-09 10:31:05,966 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-54628274']
2025-10-09 10:31:07,137 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-10949263', 'ctest-proj-sg1-62641457']
2025-10-09 10:31:08,091 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-10949263', 'ctest-proj-sg2-73740810']
2025-10-09 10:31:09,099 - INFO - ================================================================================
2025-10-09 10:31:09,099 - INFO - STARTING TEST : test_router_crud
2025-10-09 10:31:09,492 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:31:09,492 - INFO -
2025-10-09 10:31:09,493 - INFO - Router create Request {'router': {'name': 'name-68608465'}}
2025-10-09 10:31:09,619 - INFO - Router create Response : {'router': {'id': 'dc752937-aed3-43d8-84b5-66df5d5a2309', 'name': 'name-68608465', 'tenant_id': '4ffa32a11c4142f7a8b6f5d80e4454ba', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-68608465'], 'description': '', 'created_at': '2025-10-09T10:31:09.558751', 'updated_at': '2025-10-09T10:31:09.558751', 'project_id': '4ffa32a11c4142f7a8b6f5d80e4454ba'}}
2025-10-09 10:31:09,619 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-68608465'}}
2025-10-09 10:31:09,688 - INFO - Attribute id is created
2025-10-09 10:31:09,689 - INFO - Attribute name is created
2025-10-09 10:31:09,689 - INFO - Attribute admin_state_up is created
2025-10-09 10:31:09,689 - INFO - Attribute status is created
2025-10-09 10:31:09,689 - INFO - Attribute tenant_id is created
2025-10-09 10:31:11,528 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-09 10:31:11,528 - INFO - Router Update request {'router': {'name': 'name-78503658'}}
2025-10-09 10:31:11,663 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-78503658'}}
2025-10-09 10:31:11,663 - INFO - Response : {'router': {'id': 'dc752937-aed3-43d8-84b5-66df5d5a2309', 'name': 'name-78503658', 'tenant_id': '4ffa32a11c4142f7a8b6f5d80e4454ba', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-68608465'], 'description': '', 'created_at': '2025-10-09T10:31:09.558751', 'updated_at': '2025-10-09T10:31:09.606623', 'project_id': '4ffa32a11c4142f7a8b6f5d80e4454ba'}}
2025-10-09 10:31:11,663 - INFO - Updation of Router dc752937-aed3-43d8-84b5-66df5d5a2309 with body {'router': {'name': 'name-78503658'}} passed
2025-10-09 10:31:11,663 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:31:11,663 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-09 10:31:11,807 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-09 10:31:11,807 - INFO - Response : {'router': {'id': 'dc752937-aed3-43d8-84b5-66df5d5a2309', 'name': 'name-78503658', 'tenant_id': '4ffa32a11c4142f7a8b6f5d80e4454ba', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-68608465'], 'description': '', 'created_at': '2025-10-09T10:31:09.558751', 'updated_at': '2025-10-09T10:31:11.607913', 'project_id': '4ffa32a11c4142f7a8b6f5d80e4454ba'}}
2025-10-09 10:31:11,807 - INFO - Updation of Router dc752937-aed3-43d8-84b5-66df5d5a2309 with body {'router': {'admin_state_up': 'True'}} passed
2025-10-09 10:31:11,807 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:31:11,807 - INFO - Deleting router dc752937-aed3-43d8-84b5-66df5d5a2309
2025-10-09 10:31:11,930 - ERROR - Result of delete router dc752937-aed3-43d8-84b5-66df5d5a2309: ()
2025-10-09 10:31:11,931 - INFO - ================================================================================
2025-10-09 10:31:11,931 - INFO - Router create Request {'router': {'admin_state_up': 'True', 'name': 'name-85933171'}}
2025-10-09 10:31:12,051 - INFO - Router create Response : {'router': {'id': 'f2ee5158-4feb-4d38-b285-88bfb3997d97', 'name': 'name-85933171', 'tenant_id': '4ffa32a11c4142f7a8b6f5d80e4454ba', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-85933171'], 'description': '', 'created_at': '2025-10-09T10:31:11.987894', 'updated_at': '2025-10-09T10:31:11.987894', 'project_id': '4ffa32a11c4142f7a8b6f5d80e4454ba'}}
2025-10-09 10:31:12,051 - INFO - Router create PASSED ,Body : {'router': {'admin_state_up': 'True', 'name': 'name-85933171'}}
2025-10-09 10:31:12,117 - INFO - Attribute id is created
2025-10-09 10:31:12,117 - INFO - Attribute name is created
2025-10-09 10:31:12,117 - INFO - Attribute admin_state_up is created
2025-10-09 10:31:12,117 - INFO - Attribute status is created
2025-10-09 10:31:12,117 - INFO - Attribute tenant_id is created
2025-10-09 10:31:13,985 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-09 10:31:13,985 - INFO - Router Update request {'router': {'name': 'name-87149645'}}
2025-10-09 10:31:14,119 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-87149645'}}
2025-10-09 10:31:14,119 - INFO - Response : {'router': {'id': 'f2ee5158-4feb-4d38-b285-88bfb3997d97', 'name': 'name-87149645', 'tenant_id': '4ffa32a11c4142f7a8b6f5d80e4454ba', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-85933171'], 'description': '', 'created_at': '2025-10-09T10:31:11.987894', 'updated_at': '2025-10-09T10:31:12.040556', 'project_id': '4ffa32a11c4142f7a8b6f5d80e4454ba'}}
2025-10-09 10:31:14,119 - INFO - Updation of Router f2ee5158-4feb-4d38-b285-88bfb3997d97 with body {'router': {'name': 'name-87149645'}} passed
2025-10-09 10:31:14,120 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:31:14,120 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-09 10:31:14,264 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-09 10:31:14,264 - INFO - Response : {'router': {'id': 'f2ee5158-4feb-4d38-b285-88bfb3997d97', 'name': 'name-87149645', 'tenant_id': '4ffa32a11c4142f7a8b6f5d80e4454ba', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-85933171'], 'description': '', 'created_at': '2025-10-09T10:31:11.987894', 'updated_at': '2025-10-09T10:31:14.065308', 'project_id': '4ffa32a11c4142f7a8b6f5d80e4454ba'}}
2025-10-09 10:31:14,264 - INFO - Updation of Router f2ee5158-4feb-4d38-b285-88bfb3997d97 with body {'router': {'admin_state_up': 'False'}} passed
2025-10-09 10:31:14,264 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:31:14,264 - INFO - Deleting router f2ee5158-4feb-4d38-b285-88bfb3997d97
2025-10-09 10:31:14,398 - ERROR - Result of delete router f2ee5158-4feb-4d38-b285-88bfb3997d97: ()
2025-10-09 10:31:14,398 - INFO - ================================================================================
2025-10-09 10:31:14,398 - INFO - Router create Request {'router': {'tenant_id': '41efa400-ce56-45eb-b147-1e04f85b20f2', 'name': 'name-24672053'}}
2025-10-09 10:31:14,511 - INFO - Router create Response : {'router': {'id': 'a8461b7a-1b93-442a-8bff-94afe5bd23df', 'name': 'name-24672053', 'tenant_id': '41efa400ce5645ebb1471e04f85b20f2', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-10949263', 'name-24672053'], 'description': '', 'created_at': '2025-10-09T10:31:14.451109', 'updated_at': '2025-10-09T10:31:14.451109', 'project_id': '41efa400ce5645ebb1471e04f85b20f2'}}
2025-10-09 10:31:14,511 - INFO - Router create PASSED ,Body : {'router': {'tenant_id': '41efa400-ce56-45eb-b147-1e04f85b20f2', 'name': 'name-24672053'}}
2025-10-09 10:31:14,572 - INFO - Attribute id is created
2025-10-09 10:31:14,573 - INFO - Attribute name is created
2025-10-09 10:31:14,573 - INFO - Attribute admin_state_up is created
2025-10-09 10:31:14,573 - INFO - Attribute status is created
2025-10-09 10:31:14,573 - INFO - Attribute tenant_id is created
2025-10-09 10:31:16,408 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-09 10:31:16,409 - INFO - Router Update request {'router': {'name': 'name-06302766'}}
2025-10-09 10:31:16,539 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-06302766'}}
2025-10-09 10:31:16,539 - INFO - Response : {'router': {'id': 'a8461b7a-1b93-442a-8bff-94afe5bd23df', 'name': 'name-06302766', 'tenant_id': '41efa400ce5645ebb1471e04f85b20f2', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-10949263', 'name-24672053'], 'description': '', 'created_at': '2025-10-09T10:31:14.451109', 'updated_at': '2025-10-09T10:31:14.497418', 'project_id': '41efa400ce5645ebb1471e04f85b20f2'}}
2025-10-09 10:31:16,539 - INFO - Updation of Router a8461b7a-1b93-442a-8bff-94afe5bd23df with body {'router': {'name': 'name-06302766'}} passed
2025-10-09 10:31:16,539 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:31:16,539 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-09 10:31:16,679 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-09 10:31:16,679 - INFO - Response : {'router': {'id': 'a8461b7a-1b93-442a-8bff-94afe5bd23df', 'name': 'name-06302766', 'tenant_id': '41efa400ce5645ebb1471e04f85b20f2', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-10949263', 'name-24672053'], 'description': '', 'created_at': '2025-10-09T10:31:14.451109', 'updated_at': '2025-10-09T10:31:16.485060', 'project_id': '41efa400ce5645ebb1471e04f85b20f2'}}
2025-10-09 10:31:16,679 - INFO - Updation of Router a8461b7a-1b93-442a-8bff-94afe5bd23df with body {'router': {'admin_state_up': 'True'}} passed
2025-10-09 10:31:16,679 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:31:16,679 - INFO - Deleting router a8461b7a-1b93-442a-8bff-94afe5bd23df
2025-10-09 10:31:16,812 - ERROR - Result of delete router a8461b7a-1b93-442a-8bff-94afe5bd23df: ()
2025-10-09 10:31:16,812 - INFO - ================================================================================
2025-10-09 10:31:16,812 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-10949263', 'ctest-proj-sg2-73740810']
2025-10-09 10:31:16,926 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-10949263', 'ctest-proj-sg1-62641457']
2025-10-09 10:31:17,045 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-54628274']
2025-10-09 10:31:17,165 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-92600978']
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:17,680 - INFO - END TEST : test_router_crud : PASSED[0:00:08]
2025-10-09 10:31:17,680 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:18,609 - INFO - Deleted project: ctest-TestCRUD-10949263, ID : 41efa400-ce56-45eb-b147-1e04f85b20f2
2025-10-09 10:31:18,875 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:18,887 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:19,106 - INFO - Project ctest-TestPorts-03109103 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:19,641 - INFO - Created Project:ctest-TestPorts-03109103, ID : 3e56990e-1bc7-4af2-bf90-ca605a72d5da
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:21,370 - INFO - ================================================================================
2025-10-09 10:31:21,370 - INFO - STARTING TEST : test_ports_bindings
2025-10-09 10:31:21,371 - INFO - TEST DESCRIPTION :
Verify that we are able to create a port with custom port bindings
Steps:
1) Create Port with Port bindings profile set to {'foo': 'bar'}
2) Retrieve and verify the same is set
2025-10-09 10:31:21,761 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:31:21,761 - INFO -
2025-10-09 10:31:22,893 - INFO - Created VN ctest-vn-32614106
2025-10-09 10:31:24,016 - INFO - VMI add24c24-e54f-4826-aab6-74a7ee534536 verification in API Server passed
2025-10-09 10:31:24,196 - INFO - Deleted port add24c24-e54f-4826-aab6-74a7ee534536
2025-10-09 10:31:24,196 - INFO - Deleting VN ctest-vn-32614106
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:24,788 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-09 10:31:24,788 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:31:24,791 - INFO - ================================================================================
2025-10-09 10:31:24,791 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-10-09 10:31:24,791 - INFO - TEST DESCRIPTION : Create ports with specific Subnet and IP
Create two ports in a VN with 2 subnets and specific IPs
Attach to two VMs
Ping between them should pass
2025-10-09 10:31:25,172 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:31:25,172 - INFO -
2025-10-09 10:31:25,961 - INFO - Created VN ctest-vn1-36116190
2025-10-09 10:31:28,168 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:31:29,086 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:31:29,086 - INFO - Waiting for VM ctest-vn1-vm1-83619195 to be up..
2025-10-09 10:31:34,341 - INFO - VM name : ctest-vn1-vm1-83619195
2025-10-09 10:31:42,336 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-83619195 passed
2025-10-09 10:31:42,702 - INFO - Waiting for VM ctest-vn1-vm2-41423130 to be up..
2025-10-09 10:31:42,830 - INFO - VM name : ctest-vn1-vm2-41423130
2025-10-09 10:31:44,610 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-41423130 passed
2025-10-09 10:31:47,653 - INFO - Ping to IP 204.76.15.5 from VM ctest-vn1-vm2-41423130 passed
2025-10-09 10:31:47,653 - INFO - Detaching port 9c228783-d79e-4249-888c-bd71515058a4 from VM ctest-vn1-vm2-41423130
2025-10-09 10:31:47,837 - INFO - Deleting VM ctest-vn1-vm2-41423130
2025-10-09 10:31:48,021 - INFO - Detaching port 3d5b598a-4ec8-41d3-8bca-3ef94ef08beb from VM ctest-vn1-vm1-83619195
2025-10-09 10:31:48,218 - INFO - Deleting VM ctest-vn1-vm1-83619195
2025-10-09 10:31:49,366 - INFO - Deleting VN ctest-vn1-36116190
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:50,349 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:26]
2025-10-09 10:31:50,349 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:51,096 - INFO - Deleted project: ctest-TestPorts-03109103, ID : 3e56990e-1bc7-4af2-bf90-ca605a72d5da
2025-10-09 10:31:51,361 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:51,373 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:51,570 - INFO - Project ctest-TestRouters-31676881 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:52,065 - INFO - Created Project:ctest-TestRouters-31676881, ID : 278bdc02-949c-4c75-a2bf-b991d2f670df
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:31:53,995 - INFO - ================================================================================
2025-10-09 10:31:53,995 - INFO - STARTING TEST : test_basic_router_behavior
2025-10-09 10:31:53,995 - INFO - TEST DESCRIPTION : Validate a router is able to route packets between two VNs
Create a router
Create 2 VNs, and a VM in each
Add router port from each VN
Ping between VMs
2025-10-09 10:31:54,384 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:31:54,384 - INFO -
2025-10-09 10:31:55,505 - INFO - Created VN ctest-vn1-79796669
2025-10-09 10:31:56,325 - INFO - Created VN ctest-vn2-05925071
2025-10-09 10:31:58,155 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:31:59,601 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:31:59,748 - INFO - Adding interface with subnet_id fcc536da-e349-4119-b146-2c2d8da2b3f8, port_id None to router b96ed8b6-d278-4e9f-88c6-23a3ae9acc68
2025-10-09 10:32:00,177 - INFO - Waiting for VM ctest-vn1-vm1-77893098 to be up..
2025-10-09 10:32:05,453 - INFO - VM name : ctest-vn1-vm1-77893098
2025-10-09 10:32:11,809 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-77893098 passed
2025-10-09 10:32:12,189 - INFO - Waiting for VM ctest-vn2-vm1-78671493 to be up..
2025-10-09 10:32:12,323 - INFO - VM name : ctest-vn2-vm1-78671493
2025-10-09 10:32:14,116 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn2-vm1-78671493 passed
2025-10-09 10:32:19,536 - WARNING - Ping to IP 214.0.65.3 from VM ctest-vn1-vm1-77893098 failed
2025-10-09 10:32:19,537 - INFO - Adding interface with subnet_id 7ef329bd-9e61-404b-80ba-e8133c78ac0f, port_id None to router b96ed8b6-d278-4e9f-88c6-23a3ae9acc68
2025-10-09 10:32:22,114 - INFO - Ping to IP 214.0.65.3 from VM ctest-vn1-vm1-77893098 passed
2025-10-09 10:32:22,114 - INFO - Deleting interface with subnet_id fcc536da-e349-4119-b146-2c2d8da2b3f8, port_id None from router b96ed8b6-d278-4e9f-88c6-23a3ae9acc68
2025-10-09 10:32:25,569 - WARNING - Ping to IP 214.0.65.3 from VM ctest-vn1-vm1-77893098 failed
2025-10-09 10:32:25,569 - INFO - Adding interface with subnet_id fcc536da-e349-4119-b146-2c2d8da2b3f8, port_id None to router b96ed8b6-d278-4e9f-88c6-23a3ae9acc68
2025-10-09 10:32:28,127 - INFO - Ping to IP 214.0.65.3 from VM ctest-vn1-vm1-77893098 passed
2025-10-09 10:32:28,127 - INFO - Deleting interface with subnet_id 7ef329bd-9e61-404b-80ba-e8133c78ac0f, port_id None from router b96ed8b6-d278-4e9f-88c6-23a3ae9acc68
2025-10-09 10:32:28,361 - INFO - Deleting interface with subnet_id fcc536da-e349-4119-b146-2c2d8da2b3f8, port_id None from router b96ed8b6-d278-4e9f-88c6-23a3ae9acc68
2025-10-09 10:32:28,736 - INFO - Deleting VM ctest-vn2-vm1-78671493
2025-10-09 10:32:28,974 - INFO - Deleting VM ctest-vn1-vm1-77893098
2025-10-09 10:32:29,092 - INFO - Deleting VN ctest-vn2-05925071
2025-10-09 10:32:29,234 - WARNING - Deleting VN ctest-vn2-05925071 failed..Will retry
2025-10-09 10:32:31,399 - INFO - Deleting VN ctest-vn1-79796669
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:32:31,972 - INFO - END TEST : test_basic_router_behavior : PASSED[0:00:38]
2025-10-09 10:32:31,972 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:32:32,726 - INFO - Deleted project: ctest-TestRouters-31676881, ID : 278bdc02-949c-4c75-a2bf-b991d2f670df
2025-10-09 10:32:33,008 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:32:33,019 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:32:33,240 - INFO - Project ctest-TestRoutersBasic-03648398 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:32:33,762 - INFO - Created Project:ctest-TestRoutersBasic-03648398, ID : 9cf365be-c7d0-4881-839f-6d0f75bf775d
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:32:35,559 - INFO - ================================================================================
2025-10-09 10:32:35,560 - INFO - STARTING TEST : test_basic_snat_behavior_without_external_connectivity
2025-10-09 10:32:35,560 - INFO - TEST DESCRIPTION : Create an external network, a router
set router-gateway to external network
launch a private network and attach it to router
validate left vm pinging right vm through Snat
2025-10-09 10:32:35,941 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:32:35,941 - INFO -
2025-10-09 10:32:36,775 - INFO - Default SG to be edited for allow all on project: ctest-TestRoutersBasic-03648398
2025-10-09 10:32:36,872 - INFO - Adding rules to the default security group in Project ctest-TestRoutersBasic-03648398
2025-10-09 10:32:38,017 - INFO - Created VN ctest-vn-14960974
2025-10-09 10:32:38,921 - INFO - Created VN ctest-ext_vn-34155382
2025-10-09 10:32:40,376 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:32:41,688 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:32:41,831 - INFO - Setting gateway for router 9e207a7b-e265-467d-a3d6-09995c05482e to network 609993a4-9c90-4e60-8241-c7ba467d8996
2025-10-09 10:32:41,999 - INFO - Adding interface with subnet_id dd4ea1bc-cc86-4304-a0f1-93b77ca64c47, port_id None to router 9e207a7b-e265-467d-a3d6-09995c05482e
2025-10-09 10:32:42,589 - INFO - Waiting for VM ctest-TestRoutersBasic-03648398-96630575 to be up..
2025-10-09 10:32:47,875 - INFO - VM name : ctest-TestRoutersBasic-03648398-96630575
2025-10-09 10:32:54,254 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRoutersBasic-03648398-96630575 passed
2025-10-09 10:32:54,621 - INFO - Waiting for VM ctest-TestRoutersBasic-03648398-89543005 to be up..
2025-10-09 10:32:54,761 - INFO - VM name : ctest-TestRoutersBasic-03648398-89543005
2025-10-09 10:32:56,551 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestRoutersBasic-03648398-89543005 passed
2025-10-09 10:33:00,626 - INFO - Ping to IP 99.193.115.67 from VM ctest-TestRoutersBasic-03648398-96630575 passed
2025-10-09 10:33:00,626 - INFO - Deleting interface with subnet_id dd4ea1bc-cc86-4304-a0f1-93b77ca64c47, port_id None from router 9e207a7b-e265-467d-a3d6-09995c05482e
2025-10-09 10:33:00,986 - INFO - Deleting VM ctest-TestRoutersBasic-03648398-89543005
2025-10-09 10:33:01,091 - INFO - Deleting VM ctest-TestRoutersBasic-03648398-96630575
2025-10-09 10:33:01,214 - INFO - Deleting VN ctest-ext_vn-34155382
2025-10-09 10:33:01,414 - WARNING - Deleting VN ctest-ext_vn-34155382 failed..Will retry
2025-10-09 10:33:03,572 - INFO - Deleting VN ctest-vn-14960974
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:04,124 - INFO - END TEST : test_basic_snat_behavior_without_external_connectivity : PASSED[0:00:29]
2025-10-09 10:33:04,124 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:04,872 - INFO - Deleted project: ctest-TestRoutersBasic-03648398, ID : 9cf365be-c7d0-4881-839f-6d0f75bf775d
2025-10-09 10:33:05,171 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:05,183 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:05,401 - INFO - Project ctest-TestBasicPolicyIpv4v6-39235319 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:05,926 - INFO - Created Project:ctest-TestBasicPolicyIpv4v6-39235319, ID : fe9dc4cf-f2ba-449e-bf73-afa519b92dc4
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:07,759 - INFO - ================================================================================
2025-10-09 10:33:07,759 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-09 10:33:07,759 - INFO - TEST DESCRIPTION :
Create 2 Vns and allow icmp traffic between them and validate with pings
Update the policy to deny the same traffic
Check that pings fail
2025-10-09 10:33:08,149 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:33:08,149 - INFO -
2025-10-09 10:33:09,565 - INFO - Created VN ctest-vn-54778176
2025-10-09 10:33:10,837 - INFO - Created VN ctest-vn-57789610
2025-10-09 10:33:13,163 - INFO - Verified VN network id 11 for VN a73bfa44-fc40-428d-8866-aba09ff8a40f
2025-10-09 10:33:13,163 - INFO - Verifications in API Server for VN ctest-vn-54778176 passed
2025-10-09 10:33:13,481 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-54778176 passed
2025-10-09 10:33:13,733 - INFO - VN ctest-vn-54778176 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 10:33:14,200 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-39235319:ctest-vn-54778176 is found in opserver
2025-10-09 10:33:14,955 - INFO - Verified VN network id 12 for VN 41c300fc-59dc-4f4a-ab38-f2403bd61b6d
2025-10-09 10:33:14,955 - INFO - Verifications in API Server for VN ctest-vn-57789610 passed
2025-10-09 10:33:15,272 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-57789610 passed
2025-10-09 10:33:15,521 - INFO - VN ctest-vn-57789610 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 10:33:15,575 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-39235319:ctest-vn-57789610 is found in opserver
2025-10-09 10:33:15,720 - INFO - Disabling v6 tests for CI
2025-10-09 10:33:16,311 - INFO - Deleted policy ctest-policy-allow-all-28059659
2025-10-09 10:33:16,311 - INFO - Deleting VN ctest-vn-57789610
2025-10-09 10:33:16,732 - INFO - Validated that VN ctest-vn-57789610 is not found in API Server
2025-10-09 10:33:16,828 - INFO - Validated that VN ctest-vn-57789610 is not in any agent
2025-10-09 10:33:16,976 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-57789610 info
2025-10-09 10:33:16,976 - INFO - Deleting VN ctest-vn-54778176
2025-10-09 10:33:17,396 - INFO - Validated that VN ctest-vn-54778176 is not found in API Server
2025-10-09 10:33:17,495 - INFO - Validated that VN ctest-vn-54778176 is not in any agent
2025-10-09 10:33:17,648 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-54778176 info
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:18,036 - INFO -
2025-10-09 10:33:18,036 - INFO - END TEST : test_basic_policy_allow_deny : SKIPPED[0:00:11]
2025-10-09 10:33:18,036 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:18,821 - INFO - Deleted project: ctest-TestBasicPolicyIpv4v6-39235319, ID : fe9dc4cf-f2ba-449e-bf73-afa519b92dc4
2025-10-09 10:33:19,093 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:19,137 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:19,415 - INFO - Project ctest-TestBasicPolicyNegativeIpv4v6-52261713 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:20,020 - INFO - Created Project:ctest-TestBasicPolicyNegativeIpv4v6-52261713, ID : f552d8a5-e9f4-4fcd-a468-5b3fd5e9852d
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:21,735 - INFO - ================================================================================
2025-10-09 10:33:21,735 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-09 10:33:22,116 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:33:22,116 - INFO -
2025-10-09 10:33:22,116 - INFO - ================================================================================
2025-10-09 10:33:22,116 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-09 10:33:22,117 - INFO - TEST DESCRIPTION : This tests the following scenarios.
1. Test to validate that policy removal will fail when it referenced with VN.
2. validate vn_policy data in api-s against quantum-vn data, when created and unbind policy from VN thru quantum APIs.
3. validate policy data in api-s against quantum-policy data, when created and deleted thru quantum APIs.
2025-10-09 10:33:22,508 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:33:22,508 - INFO -
2025-10-09 10:33:24,202 - INFO - Created VN ctest-vn4-00830792
2025-10-09 10:33:25,897 - INFO - Verified VN network id 11 for VN 66f4eca7-4afe-4a60-bfea-02e2c3355ca2
2025-10-09 10:33:25,897 - INFO - Verifications in API Server for VN ctest-vn4-00830792 passed
2025-10-09 10:33:26,217 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn4-00830792 passed
2025-10-09 10:33:26,465 - INFO - VN ctest-vn4-00830792 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 10:33:26,940 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyNegativeIpv4v6-52261713:ctest-vn4-00830792 is found in opserver
2025-10-09 10:33:27,333 - INFO - Verified policy ctest-policy1-36395315 in API Server, Result: True
2025-10-09 10:33:27,333 - INFO - Done with setup and verification, moving onto test ..
2025-10-09 10:33:27,343 - INFO - Deleting VN ctest-vn4-00830792
2025-10-09 10:33:27,768 - INFO - Validated that VN ctest-vn4-00830792 is not found in API Server
2025-10-09 10:33:27,871 - INFO - Validated that VN ctest-vn4-00830792 is not in any agent
2025-10-09 10:33:28,019 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn4-00830792 info
2025-10-09 10:33:28,048 - INFO - Deleted policy ctest-policy1-36395315
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:28,608 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:06]
2025-10-09 10:33:28,608 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:28,992 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:07]
2025-10-09 10:33:28,992 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:29,738 - INFO - Deleted project: ctest-TestBasicPolicyNegativeIpv4v6-52261713, ID : f552d8a5-e9f4-4fcd-a468-5b3fd5e9852d
2025-10-09 10:33:30,039 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:30,050 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:30,267 - INFO - Project ctest-TestBasicPolicy-64599488 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:30,745 - INFO - Created Project:ctest-TestBasicPolicy-64599488, ID : 8052a03d-135e-41e9-8e90-d99115908fa5
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:33:32,463 - INFO - ================================================================================
2025-10-09 10:33:32,464 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-09 10:33:32,464 - INFO - TEST DESCRIPTION :
Create 2 Vns and allow icmp traffic between them and validate with pings
Update the policy to deny the same traffic
Check that pings fail
2025-10-09 10:33:32,861 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:33:32,861 - INFO -
2025-10-09 10:33:34,005 - INFO - Created VN ctest-vn-10803880
2025-10-09 10:33:34,814 - INFO - Created VN ctest-vn-92527430
2025-10-09 10:33:36,964 - INFO - Verified VN network id 11 for VN 74ae0c86-782e-42db-b0a9-c84c1db05623
2025-10-09 10:33:36,964 - INFO - Verifications in API Server for VN ctest-vn-10803880 passed
2025-10-09 10:33:37,293 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-10803880 passed
2025-10-09 10:33:37,537 - INFO - VN ctest-vn-10803880 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 10:33:37,999 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-64599488:ctest-vn-10803880 is found in opserver
2025-10-09 10:33:38,736 - INFO - Verified VN network id 12 for VN be27253b-7fc9-449f-85b2-baaff3546293
2025-10-09 10:33:38,736 - INFO - Verifications in API Server for VN ctest-vn-92527430 passed
2025-10-09 10:33:39,073 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-92527430 passed
2025-10-09 10:33:39,317 - INFO - VN ctest-vn-92527430 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-09 10:33:39,375 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-64599488:ctest-vn-92527430 is found in opserver
2025-10-09 10:33:40,708 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:33:42,001 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:33:42,001 - INFO - Waiting for VM ctest-TestBasicPolicy-64599488-62289999 to be up..
2025-10-09 10:33:47,305 - INFO - VM name : ctest-TestBasicPolicy-64599488-62289999
2025-10-09 10:33:53,265 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicPolicy-64599488-62289999 passed
2025-10-09 10:33:53,653 - INFO - Waiting for VM ctest-TestBasicPolicy-64599488-19872442 to be up..
2025-10-09 10:33:53,805 - INFO - VM name : ctest-TestBasicPolicy-64599488-19872442
2025-10-09 10:33:55,605 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicPolicy-64599488-19872442 passed
2025-10-09 10:34:05,311 - INFO - Ping to IP 68.131.2.3 from VM ctest-TestBasicPolicy-64599488-62289999 passed
2025-10-09 10:34:08,705 - WARNING - Ping to IP 68.131.2.3 from VM ctest-TestBasicPolicy-64599488-62289999 failed
2025-10-09 10:34:08,705 - INFO - Deleting VM ctest-TestBasicPolicy-64599488-19872442
2025-10-09 10:34:08,830 - INFO - Deleting VM ctest-TestBasicPolicy-64599488-62289999
2025-10-09 10:34:09,593 - INFO - Deleted policy ctest-policy-allow-all-06588189
2025-10-09 10:34:09,593 - INFO - Deleting VN ctest-vn-92527430
2025-10-09 10:34:09,732 - WARNING - Deleting VN ctest-vn-92527430 failed..Will retry
2025-10-09 10:34:12,356 - INFO - Validated that VN ctest-vn-92527430 is not found in API Server
2025-10-09 10:34:12,460 - INFO - Validated that VN ctest-vn-92527430 is not in any agent
2025-10-09 10:34:12,612 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-92527430 info
2025-10-09 10:34:12,612 - INFO - Deleting VN ctest-vn-10803880
2025-10-09 10:34:13,068 - INFO - Validated that VN ctest-vn-10803880 is not found in API Server
2025-10-09 10:34:13,171 - INFO - Validated that VN ctest-vn-10803880 is not in any agent
2025-10-09 10:34:13,323 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-10803880 info
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:13,712 - INFO - END TEST : test_basic_policy_allow_deny : PASSED[0:00:41]
2025-10-09 10:34:13,712 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:14,474 - INFO - Deleted project: ctest-TestBasicPolicy-64599488, ID : 8052a03d-135e-41e9-8e90-d99115908fa5
2025-10-09 10:34:14,756 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:14,766 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:15,028 - INFO - Project ctest-TestRP-92060887 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:15,513 - INFO - Created Project:ctest-TestRP-92060887, ID : c0cfeda3-dcc3-455d-846c-3703789c2792
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:17,510 - INFO - ================================================================================
2025-10-09 10:34:17,510 - INFO - STARTING TEST : test_rp_interface
2025-10-09 10:34:17,510 - INFO - TEST DESCRIPTION :
1. Create a routing policy with interface match.
2. Launch VMs.
3. Attach policy to VN and confirm if policy takes hold.
2025-10-09 10:34:17,900 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:34:17,900 - INFO -
2025-10-09 10:34:19,029 - INFO - Created VN ctest-bgpaas_vn-76198126
2025-10-09 10:34:20,217 - INFO - Created VN ctest-bgpaas_vn-27801384
2025-10-09 10:34:21,925 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:34:23,224 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:34:23,224 - INFO - Waiting for VM test_vm to be up..
2025-10-09 10:34:28,518 - INFO - VM name : test_vm
2025-10-09 10:34:35,025 - INFO - Ping to Metadata IP 169.254.0.3 of VM test_vm passed
2025-10-09 10:34:40,926 - INFO - Waiting for VM test2_vm to be up..
2025-10-09 10:34:41,126 - INFO - VM name : test2_vm
2025-10-09 10:34:43,060 - INFO - Ping to Metadata IP 169.254.0.4 of VM test2_vm passed
2025-10-09 10:34:47,496 - INFO - Ping to IP 170.63.42.131 from VM test_vm passed
2025-10-09 10:34:47,585 - INFO - Deleting VM test2_vm
2025-10-09 10:34:47,713 - INFO - Deleting VM test_vm
2025-10-09 10:34:47,848 - INFO - Deleting VN ctest-bgpaas_vn-27801384
2025-10-09 10:34:47,990 - WARNING - Deleting VN ctest-bgpaas_vn-27801384 failed..Will retry
2025-10-09 10:34:50,246 - INFO - Deleting VN ctest-bgpaas_vn-76198126
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:50,829 - INFO - END TEST : test_rp_interface : PASSED[0:00:33]
2025-10-09 10:34:50,829 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:51,593 - INFO - Deleted project: ctest-TestRP-92060887, ID : c0cfeda3-dcc3-455d-846c-3703789c2792
2025-10-09 10:34:51,902 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:51,914 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:52,124 - INFO - Project ctest-TestSvcRegr-88834741 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:52,685 - INFO - Created Project:ctest-TestSvcRegr-88834741, ID : b2038e27-d3dc-48c7-8c29-6aa39df6729d
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:34:54,489 - INFO - ================================================================================
2025-10-09 10:34:54,489 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-10-09 10:34:54,880 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:34:54,880 - INFO -
2025-10-09 10:34:55,965 - INFO - Created VN ctest-mgmt_vn-25465840
2025-10-09 10:34:57,232 - INFO - Verified VN network id 11 for VN bf6f88f5-fd47-4064-be7a-871a6d9f6661
2025-10-09 10:34:57,232 - INFO - Verifications in API Server for VN ctest-mgmt_vn-25465840 passed
2025-10-09 10:34:57,557 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-mgmt_vn-25465840 passed
2025-10-09 10:34:58,263 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-88834741:ctest-mgmt_vn-25465840 is found in opserver
2025-10-09 10:34:59,033 - INFO - Created VN ctest-left_vn-76055038
2025-10-09 10:34:59,896 - INFO - Verified VN network id 12 for VN 5d307662-a829-44da-bf74-d8d10cb7e0ce
2025-10-09 10:34:59,896 - INFO - Verifications in API Server for VN ctest-left_vn-76055038 passed
2025-10-09 10:35:00,224 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-left_vn-76055038 passed
2025-10-09 10:35:00,523 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-88834741:ctest-left_vn-76055038 is found in opserver
2025-10-09 10:35:01,213 - INFO - Created VN ctest-right_vn-60750500
2025-10-09 10:35:02,088 - INFO - Verified VN network id 13 for VN e1eff352-f141-4623-88e0-500132c1dee5
2025-10-09 10:35:02,088 - INFO - Verifications in API Server for VN ctest-right_vn-60750500 passed
2025-10-09 10:35:02,416 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-right_vn-60750500 passed
2025-10-09 10:35:02,740 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-88834741:ctest-right_vn-60750500 is found in opserver
2025-10-09 10:35:04,290 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:35:05,585 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:35:06 URL:http://nexus.opensdn.io/repository///images/converts//cirros-in-net.vmdk.gz [14619094/14619094] -> "/contrail-test/images/cirros-in-net.vmdk.gz" [1]
2025-10-09 10:35:09,149 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:35:09,149 - INFO - Waiting for VM ctest-pt_svm0-03220460 to be up..
2025-10-09 10:35:19,474 - INFO - VM name : ctest-pt_svm0-03220460
2025-10-09 10:35:34,330 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-pt_svm0-03220460 passed
2025-10-09 10:35:57,107 - INFO - Waiting for VM ctest-left_vm-15866505 to be up..
2025-10-09 10:35:57,251 - INFO - VM name : ctest-left_vm-15866505
2025-10-09 10:35:59,067 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-left_vm-15866505 passed
2025-10-09 10:35:59,429 - INFO - Waiting for VM ctest-right_vm-08506232 to be up..
2025-10-09 10:35:59,569 - INFO - VM name : ctest-right_vm-08506232
2025-10-09 10:36:01,355 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-right_vm-08506232 passed
2025-10-09 10:36:02,183 - INFO - Attaching policy ctest-policy-62896711 to vn ctest-left_vn-76055038
2025-10-09 10:36:02,731 - INFO - Attaching policy ctest-policy-62896711 to vn ctest-right_vn-60750500
2025-10-09 10:36:07,957 - INFO - Ping to Metadata IP 169.254.0.6 of VM ctest-pt_svm0-03220460 passed
2025-10-09 10:36:11,117 - INFO - VM ctest-pt_svm0-03220460 verifications in Compute nodes passed
2025-10-09 10:36:11,523 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-88834741:ctest-left_vn-76055038
2025-10-09 10:36:11,667 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-88834741:ctest-right_vn-60750500
2025-10-09 10:36:11,968 - INFO - Route to 220.124.69.195 seen in VRF:5 on cn-jenkins-deploy-platform-juju-os-587-1.englab.juniper.net, and SI ctest-si-76803789 is seen as the NH
2025-10-09 10:36:12,224 - INFO - Route to 4.126.57.3 seen in VRF:6 on cn-jenkins-deploy-platform-juju-os-587-1.englab.juniper.net, and SI ctest-si-76803789 is seen as the NH
2025-10-09 10:36:16,276 - INFO - Ping to IP 220.124.69.195 from VM ctest-left_vm-15866505 passed
2025-10-09 10:36:16,277 - INFO - Dettaching policy ctest-policy-62896711 from vn ctest-right_vn-60750500
2025-10-09 10:36:16,499 - INFO - Dettaching policy ctest-policy-62896711 from vn ctest-left_vn-76055038
2025-10-09 10:36:16,771 - INFO - Deleted policy ctest-policy-62896711
2025-10-09 10:36:16,868 - INFO - Deleted SI ['admin_domain', 'ctest-TestSvcRegr-88834741', 'ctest-si-76803789']
2025-10-09 10:36:17,175 - INFO - Deleting VM ctest-pt_svm0-03220460
2025-10-09 10:36:17,406 - INFO - Service template: ['admin_domain', 'ctest-service_template_1-48166391'] deleted successfully.
2025-10-09 10:36:17,407 - INFO - Deleting VM ctest-right_vm-08506232
2025-10-09 10:36:17,510 - INFO - Deleting VM ctest-left_vm-15866505
2025-10-09 10:36:17,623 - INFO - Deleting VN ctest-right_vn-60750500
2025-10-09 10:36:17,754 - WARNING - Deleting VN ctest-right_vn-60750500 failed..Will retry
2025-10-09 10:36:20,177 - INFO - Validated that VN ctest-right_vn-60750500 is not found in API Server
2025-10-09 10:36:20,275 - INFO - Validated that VN ctest-right_vn-60750500 is not in any agent
2025-10-09 10:36:20,423 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-right_vn-60750500 info
2025-10-09 10:36:20,424 - INFO - Deleting VN ctest-left_vn-76055038
2025-10-09 10:36:20,840 - INFO - Validated that VN ctest-left_vn-76055038 is not found in API Server
2025-10-09 10:36:20,939 - INFO - Validated that VN ctest-left_vn-76055038 is not in any agent
2025-10-09 10:36:21,099 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-left_vn-76055038 info
2025-10-09 10:36:21,100 - INFO - Deleting VN ctest-mgmt_vn-25465840
2025-10-09 10:36:21,520 - INFO - Validated that VN ctest-mgmt_vn-25465840 is not found in API Server
2025-10-09 10:36:21,623 - INFO - Validated that VN ctest-mgmt_vn-25465840 is not in any agent
2025-10-09 10:36:21,775 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-mgmt_vn-25465840 info
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:36:22,156 - INFO -
2025-10-09 10:36:22,157 - INFO - END TEST : test_svc_in_network_datapath : PASSED[0:01:28]
2025-10-09 10:36:22,157 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:36:22,929 - INFO - Deleted project: ctest-TestSvcRegr-88834741, ID : b2038e27-d3dc-48c7-8c29-6aa39df6729d
2025-10-09 10:36:23,275 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:36:23,286 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:36:23,559 - INFO - Project ctest-TestvDNSBasic0-99526940 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:36:24,081 - INFO - Created Project:ctest-TestvDNSBasic0-99526940, ID : 840da4cf-f410-4a1e-aa9c-81bb089fc634
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:36:25,903 - INFO - ================================================================================
2025-10-09 10:36:25,903 - INFO - STARTING TEST : test_vdns_ping_same_vn
2025-10-09 10:36:25,903 - INFO - TEST DESCRIPTION :
Test:- Test vdns functionality. On VM launch agent should dynamically update dns records to dns agent
1. Create vDNS server
2. Create IPAM using above vDNS data
3. Create VN using above IPAM and launch 2 VM's within it
4. Ping between these 2 VM's using dns name
5. Try to delete vDNS server which has IPAM back-reference[Negative case]
6. Add CNAME VDNS record for vm1-test and verify we able to ping by alias name
Pass criteria: Step 4,5 and 6 should pass
Maintainer: cf-test@juniper.net
2025-10-09 10:36:26,288 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:36:26,288 - INFO -
2025-10-09 10:36:27,063 - INFO - Using existing project ['admin_domain', 'ctest-TestvDNSBasic0-99526940'](840da4cf-f410-4a1e-aa9c-81bb089fc634)
2025-10-09 10:36:29,057 - INFO - Created VN ctest-vn1-vdns-31930474
2025-10-09 10:36:30,629 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:36:30,629 - INFO - Waiting for VM ctest-vm1-test-90711779 to be up..
2025-10-09 10:36:35,867 - INFO - VM name : ctest-vm1-test-90711779
2025-10-09 10:36:43,834 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vm1-test-90711779 passed
2025-10-09 10:36:53,652 - INFO - Ping to IP ctest-vm1-test-90711779 from VM ctest-vm1-test-90711779 passed
2025-10-09 10:36:55,333 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:36:55,334 - INFO - Waiting for VM ctest-vm2-test-54638083 to be up..
2025-10-09 10:37:00,576 - INFO - VM name : ctest-vm2-test-54638083
2025-10-09 10:37:08,510 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vm2-test-54638083 passed
2025-10-09 10:37:13,066 - INFO - Ping to IP ctest-vm2-test-54638083 from VM ctest-vm2-test-54638083 passed
2025-10-09 10:37:15,618 - INFO - Ping to IP ctest-vm2-test-54638083 from VM ctest-vm1-test-90711779 passed
2025-10-09 10:37:15,618 - INFO - Try deleting the VDNS entry ctest-vdns1-28890514 with back ref of ipam.
2025-10-09 10:37:15,679 - INFO - Deletion of the vdns entry failed with back ref of ipam as expected
2025-10-09 10:37:15,679 - INFO - Add CNAME VDNS record for ctest-vm1-test-90711779 and verify we able to ping by alias name
2025-10-09 10:37:15,835 - INFO - In verify_on_setup
2025-10-09 10:37:15,931 - INFO - Verify VDNS record is shown in the API server
2025-10-09 10:37:16,156 - INFO - Verify VDNS record is shown in the control node
2025-10-09 10:37:16,637 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-90711779 failed
2025-10-09 10:37:18,098 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-90711779 failed
2025-10-09 10:37:21,549 - INFO - Ping to IP vm1-test-alias from VM ctest-vm1-test-90711779 passed
2025-10-09 10:37:21,618 - INFO - VDNS record info: admin_domain:ctest-vdns1-28890514:test-rec deleted successfully.
2025-10-09 10:37:21,619 - INFO - Deleting VM ctest-vm2-test-54638083
2025-10-09 10:37:21,723 - INFO - Deleting VM ctest-vm1-test-90711779
2025-10-09 10:37:21,840 - INFO - Deleting VN ctest-vn1-vdns-31930474
2025-10-09 10:37:21,990 - WARNING - Deleting VN ctest-vn1-vdns-31930474 failed..Will retry
2025-10-09 10:37:24,662 - INFO - VDNS info: ['admin_domain', 'ctest-vdns1-28890514'] deleted successfully.
2025-10-09 10:37:24,780 - INFO - VDNS information ctest-vdns1-28890514 removed from the API Server
2025-10-09 10:37:24,831 - INFO - VDNS information ctest-vdns1-28890514 removed in the Control node
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:25,228 - INFO - END TEST : test_vdns_ping_same_vn : PASSED[0:01:00]
2025-10-09 10:37:25,228 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:25,959 - INFO - Deleted project: ctest-TestvDNSBasic0-99526940, ID : 840da4cf-f410-4a1e-aa9c-81bb089fc634
2025-10-09 10:37:26,262 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:26,272 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:26,468 - INFO - Project ctest-TestBasicVMVNx-89609442 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:26,963 - INFO - Created Project:ctest-TestBasicVMVNx-89609442, ID : 93dc8e06-cef8-40e9-ad7a-fc239441c83a
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:28,748 - INFO - ================================================================================
2025-10-09 10:37:28,748 - INFO - STARTING TEST : test_vm_file_trf_scp_tests
2025-10-09 10:37:28,748 - INFO - TEST DESCRIPTION :
Description: Test to validate File Transfer using scp between VMs. Files of different sizes.
Test steps:
1. Creating vm's - vm1 and vm2 and a Vn - vn222
2. Transfer file from vm1 to vm2 with diferrent file sizes using scp
3. file sizes - 64,1202,2210,10000
4. verify files present in vm2 match with the size of the file sent.
Pass criteria: File in vm2 should match with the transferred file size from vm1
Maintainer : ganeshahv@juniper.net
2025-10-09 10:37:29,144 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:37:29,144 - INFO -
2025-10-09 10:37:30,209 - INFO - Created VN ctest-vn-11807250
2025-10-09 10:37:31,770 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:37:33,076 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:37:33,076 - INFO - Waiting for VM ctest-TestBasicVMVNx-89609442-17248987 to be up..
2025-10-09 10:37:38,390 - INFO - VM name : ctest-TestBasicVMVNx-89609442-17248987
2025-10-09 10:37:44,798 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVNx-89609442-17248987 passed
2025-10-09 10:37:45,170 - INFO - Waiting for VM ctest-TestBasicVMVNx-89609442-54327527 to be up..
2025-10-09 10:37:45,310 - INFO - VM name : ctest-TestBasicVMVNx-89609442-54327527
2025-10-09 10:37:47,112 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVNx-89609442-54327527 passed
2025-10-09 10:37:52,257 - INFO - File of size 1303 is trasferred successfully to ctest-TestBasicVMVNx-89609442-54327527
2025-10-09 10:37:52,258 - INFO - Deleting VM ctest-TestBasicVMVNx-89609442-54327527
2025-10-09 10:37:52,373 - INFO - Deleting VM ctest-TestBasicVMVNx-89609442-17248987
2025-10-09 10:37:52,479 - INFO - Deleting VN ctest-vn-11807250
2025-10-09 10:37:52,611 - WARNING - Deleting VN ctest-vn-11807250 failed..Will retry
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:55,180 - INFO - END TEST : test_vm_file_trf_scp_tests : PASSED[0:00:27]
2025-10-09 10:37:55,180 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:56,104 - INFO - Deleted project: ctest-TestBasicVMVNx-89609442, ID : 93dc8e06-cef8-40e9-ad7a-fc239441c83a
2025-10-09 10:37:56,396 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:56,406 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:56,608 - INFO - Project ctest-TestBasicVMVN-49544884 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:57,069 - INFO - Created Project:ctest-TestBasicVMVN-49544884, ID : 55be2136-537e-4ede-b1cc-516f8533eaf1
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:37:58,897 - INFO - ================================================================================
2025-10-09 10:37:58,897 - INFO - STARTING TEST : test_generic_link_local_service
2025-10-09 10:37:58,897 - INFO - TEST DESCRIPTION :
Description: Test to validate generic linklocal service - running nova list from vm.
1.Create generic link local service to be able to wget to jenkins
2.Create a vm
3.Try wget to jenkins - passes if successful else fails
Maintainer: sandipd@juniper.net
2025-10-09 10:37:59,284 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:37:59,284 - INFO -
2025-10-09 10:38:00,317 - INFO - Created VN ctest-vn2_metadata-91439191
2025-10-09 10:38:01,818 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:38:07,331 - INFO - Waiting for VM ctest-TestBasicVMVN-49544884-45520935 to be up..
2025-10-09 10:38:07,332 - INFO - VM name : ctest-TestBasicVMVN-49544884-45520935
2025-10-09 10:38:13,661 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-49544884-45520935 passed
2025-10-09 10:38:19,257 - INFO - Retry 0
2025-10-09 10:38:20,897 - INFO - Generic metadata worked
2025-10-09 10:38:21,203 - INFO - Deleting VM ctest-TestBasicVMVN-49544884-45520935
2025-10-09 10:38:21,330 - INFO - Deleting VN ctest-vn2_metadata-91439191
2025-10-09 10:38:21,486 - WARNING - Deleting VN ctest-vn2_metadata-91439191 failed..Will retry
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:38:24,044 - INFO - END TEST : test_generic_link_local_service : PASSED[0:00:26]
2025-10-09 10:38:24,044 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:38:24,047 - INFO - ================================================================================
2025-10-09 10:38:24,047 - INFO - STARTING TEST : test_metadata_service
2025-10-09 10:38:24,047 - INFO - TEST DESCRIPTION :
Description: Test to validate metadata service on VM creation.
1.Verify from global-vrouter-config if metadata configures or not - fails otherwise
2.Create a shell script which writes 'hello world ' in a file in /tmp and save the script on the nova api node
3.Create a vm with userdata pointing to that script - script should get executed during vm boot up
4.Go to the vm and verify if the file with 'hello world ' written saved in /tmp of the vm - fails otherwise
Maintainer: sandipd@juniper.net
2025-10-09 10:38:24,440 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:38:24,440 - INFO -
2025-10-09 10:38:25,109 - INFO - Created VN ctest-vn-47795713
2025-10-09 10:38:26,448 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:38:26,448 - INFO - Waiting for VM ctest-TestBasicVMVN-49544884-98671678 to be up..
2025-10-09 10:38:31,734 - INFO - VM name : ctest-TestBasicVMVN-49544884-98671678
2025-10-09 10:38:39,740 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-49544884-98671678 passed
2025-10-09 10:38:41,790 - INFO - metadata_script.txt got executed in the vm
2025-10-09 10:38:41,790 - INFO - Deleting VM ctest-TestBasicVMVN-49544884-98671678
2025-10-09 10:38:41,904 - INFO - Deleting VN ctest-vn-47795713
2025-10-09 10:38:42,038 - WARNING - Deleting VN ctest-vn-47795713 failed..Will retry
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:38:44,624 - INFO - END TEST : test_metadata_service : PASSED[0:00:20]
2025-10-09 10:38:44,624 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:38:44,626 - INFO - ================================================================================
2025-10-09 10:38:44,627 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets
2025-10-09 10:38:44,627 - INFO - TEST DESCRIPTION :
Description: Validate Ping between 2 VMs in the same VN, 2 VMs in different VN
subnets.
Test steps:
1. Create 1 IPAM's.
2. Create 1 VN with 2 subnets and launch 2 VMs in them.
3. Ping between the VMs in the same VN should go thru fine.
4. Ping to the subnet broadcast and all-broadcast address.
Pass criteria: VM in the same subnet will respond to both the pings, while the VM in a different VN should respond only to the
all-broadcast address.
Maintainer : ganeshahv@juniper.net
2025-10-09 10:38:45,008 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:38:45,008 - INFO -
2025-10-09 10:38:46,145 - INFO - Created VN ctest-vn-45437348
2025-10-09 10:38:47,872 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:38:48,852 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:38:50,229 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-587-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-587-1)
2025-10-09 10:38:50,513 - INFO - Verifications in API Server for IPAM: ctest-ipam-93450698 passed
2025-10-09 10:38:50,565 - INFO - Verifications in Control node for IPAM: ctest-ipam-93450698 passed
2025-10-09 10:38:51,234 - INFO - Verified VN network id 11 for VN 78f153d2-3491-49fa-836b-9e2192ad8456
2025-10-09 10:38:51,234 - INFO - Verifications in API Server for VN ctest-vn-45437348 passed
2025-10-09 10:38:51,585 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-45437348 passed
2025-10-09 10:38:52,344 - INFO - Validated that VN admin_domain:ctest-TestBasicVMVN-49544884:ctest-vn-45437348 is found in opserver
2025-10-09 10:38:52,403 - INFO - Waiting for VM ctest-TestBasicVMVN-49544884-06419636 to be up..
2025-10-09 10:38:52,556 - INFO - VM name : ctest-TestBasicVMVN-49544884-06419636
2025-10-09 10:39:02,711 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-49544884-06419636 passed
2025-10-09 10:39:03,090 - INFO - Waiting for VM ctest-TestBasicVMVN-49544884-56185718 to be up..
2025-10-09 10:39:03,234 - INFO - VM name : ctest-TestBasicVMVN-49544884-56185718
2025-10-09 10:39:05,018 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVN-49544884-56185718 passed
2025-10-09 10:39:05,394 - INFO - Waiting for VM ctest-TestBasicVMVN-49544884-18342107 to be up..
2025-10-09 10:39:05,539 - INFO - VM name : ctest-TestBasicVMVN-49544884-18342107
2025-10-09 10:39:07,311 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-TestBasicVMVN-49544884-18342107 passed
2025-10-09 10:39:11,768 - INFO - Ping to IP 31.1.2.4 from VM ctest-TestBasicVMVN-49544884-06419636 passed
2025-10-09 10:39:15,422 - INFO - Ping to IP 31.1.1.4 from VM ctest-TestBasicVMVN-49544884-56185718 passed
2025-10-09 10:39:23,134 - INFO - Deleting VM ctest-TestBasicVMVN-49544884-18342107
2025-10-09 10:39:23,244 - INFO - Detaching port f1af7061-3a28-443b-a48d-0e8bc8fff317 from VM ctest-TestBasicVMVN-49544884-56185718
2025-10-09 10:39:23,292 - INFO - Deleting VM ctest-TestBasicVMVN-49544884-56185718
2025-10-09 10:39:23,425 - INFO - Detaching port bef8d761-5f72-4ead-ada8-731d6c5d0313 from VM ctest-TestBasicVMVN-49544884-06419636
2025-10-09 10:39:23,475 - INFO - Deleting VM ctest-TestBasicVMVN-49544884-06419636
2025-10-09 10:39:23,621 - INFO - Deleting VN ctest-vn-45437348
2025-10-09 10:39:24,860 - INFO - Validated that VN ctest-vn-45437348 is not found in API Server
2025-10-09 10:39:24,964 - INFO - Validated that VN ctest-vn-45437348 is not in any agent
2025-10-09 10:39:25,075 - INFO - Validated that all vrouters do not have the route table for VN admin_domain:ctest-TestBasicVMVN-49544884:ctest-vn-45437348
2025-10-09 10:39:25,191 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-45437348 info
2025-10-09 10:39:25,270 - INFO - IPAM: ctest-ipam-93450698 is not found in API Server
2025-10-09 10:39:25,377 - INFO - IPAM:ctest-ipam-93450698 is not found in control node
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:39:25,780 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : PASSED[0:00:41]
2025-10-09 10:39:25,780 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:39:26,573 - INFO - Deleted project: ctest-TestBasicVMVN-49544884, ID : 55be2136-537e-4ede-b1cc-516f8533eaf1
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ run_tests_serial
+ echo in serial_run_test
in serial_run_test
+ export PYTHONPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/contrail-test:/contrail-test/fixtures:/contrail-test/serial_scripts
+ PYTHONPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/contrail-test:/contrail-test/fixtures:/contrail-test/serial_scripts
+ testr_init
+ '[' '!' -d .testrepository ']'
+ find . -type f -name '*.pyc' -delete
+ export OS_TEST_PATH=./serial_scripts/
+ OS_TEST_PATH=./serial_scripts/
+ export DO_XMPP_CHECK=0
+ DO_XMPP_CHECK=0
+ '[' '!' -d ./serial_scripts/ ']'
+ '[' 0 -eq 1 ']'
+ /usr/local/bin/testr run --subunit ci_sanity
+ /usr/local/bin/subunit2junitxml -f -o result_2025_10_09_10_28_39_18989.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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/usr/local/lib/python3.9/site-packages/glanceclient/common/http.py:180: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if kwargs.get('cacert', None) is not '':
2025-10-09 10:39:41,561 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:39:41,903 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:39:42,121 - INFO - Project ctest-TestRbac-30564099 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:39:42,653 - INFO - Created Project:ctest-TestRbac-30564099, ID : e464f6cf-1d89-42ec-b4b2-e78e567b92f4
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:39:46,730 - INFO - ================================================================================
2025-10-09 10:39:46,731 - INFO - STARTING TEST : test_perms2_global_share
2025-10-09 10:39:46,731 - INFO - TEST DESCRIPTION :
Test perms2 global shared property of an object
steps:
1. Add user1 as role1 in project1 and project2
2. Add *.* role1:CRUD to domain acl
3. Create a Shared virtual-network in project1
4. Verify global shared flag is set on VN's perms2
4. Using shared VN try to launch a VM in project2
2025-10-09 10:39:47,371 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:39:47,371 - INFO -
2025-10-09 10:39:47,734 - INFO - Project ctest-TestRbac-35531628 not found, creating it
2025-10-09 10:39:48,241 - INFO - Created Project:ctest-TestRbac-35531628, ID : 7c7e3baf-373c-4e36-bde7-74d1135c881a
2025-10-09 10:39:48,616 - INFO - Project ctest-TestRbac-69857084 not found, creating it
2025-10-09 10:39:49,126 - INFO - Created Project:ctest-TestRbac-69857084, ID : 07596417-bb37-4448-a361-9142441f9af4
2025-10-09 10:39:51,772 - INFO - API access-list b8f17c66-902a-44d0-b705-26ab1db3cb1d verify on api server passed
2025-10-09 10:39:52,435 - INFO - Created VN ctest-TestRbac-35531628-66090290, UUID :82310447-1fc4-44ca-a03d-3bc37447ea8b
2025-10-09 10:39:53,588 - INFO - API Server: Read VN 82310447-1fc4-44ca-a03d-3bc37447ea8b
2025-10-09 10:39:54,061 - INFO - API Server: Read VN 82310447-1fc4-44ca-a03d-3bc37447ea8b
2025-10-09 10:39:54,815 - WARNING - Unable to get the list of compute nodes
2025-10-09 10:39:56,200 - INFO - VM ([]) created on node: (None), Zone: (None)
2025-10-09 10:40:01,454 - INFO - VM name : ctest-TestRbac-69857084-85753602
2025-10-09 10:40:02,560 - INFO - VM ctest-TestRbac-69857084-85753602 verfication in all API Servers passed
2025-10-09 10:40:09,392 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRbac-69857084-85753602 passed
2025-10-09 10:40:09,393 - INFO - VM ctest-TestRbac-69857084-85753602 verifications in Compute nodes passed
2025-10-09 10:40:09,736 - INFO - Validated routes of VM ctest-TestRbac-69857084-85753602 in all vrouters
2025-10-09 10:40:10,356 - INFO - Verification in Control-nodes for VM ctest-TestRbac-69857084-85753602 passed
2025-10-09 10:40:11,897 - INFO - Verifying through opserver in 10.0.0.33
2025-10-09 10:40:12,077 - INFO - VM d0207af1-30b3-465b-968d-bc5b06ef5f45 is present in admin_domain:ctest-TestRbac-35531628:ctest-TestRbac-35531628-66090290
2025-10-09 10:40:14,157 - INFO - tap interface admin_domain:ctest-TestRbac-69857084:0822b10e-59fd-4b0b-846a-111817f660a8 of vm d0207af1-30b3-465b-968d-bc5b06ef5f45 is present in vrouter cn-jenkins-deploy-platform-juju-os-587-1 uve
2025-10-09 10:40:14,275 - INFO - VM ctest-TestRbac-69857084-85753602 validations in Opserver passed
2025-10-09 10:40:14,275 - INFO - Deleting VM ctest-TestRbac-69857084-85753602
2025-10-09 10:40:16,647 - INFO - VM ctest-TestRbac-69857084-85753602 is fully removed in API-Server
2025-10-09 10:40:17,023 - INFO - Validated that all vrouters do not have VMs route for VN admin_domain:ctest-TestRbac-35531628:ctest-TestRbac-35531628-66090290
2025-10-09 10:40:17,024 - INFO - VM ctest-TestRbac-69857084-85753602 is removed in Compute, and routes are removed in all compute nodes
2025-10-09 10:40:17,324 - INFO - Routes for VM ctest-TestRbac-69857084-85753602 is removed in all control-nodes
2025-10-09 10:40:34,351 - INFO - d0207af1-30b3-465b-968d-bc5b06ef5f45 vm uve deleted from opserver
2025-10-09 10:40:34,352 - INFO - Validated that VM d0207af1-30b3-465b-968d-bc5b06ef5f45 is removed from Opserver
2025-10-09 10:40:34,352 - INFO - Deleting VN ctest-TestRbac-35531628-66090290
2025-10-09 10:40:34,543 - INFO - API access-list (b8f17c66-902a-44d0-b705-26ab1db3cb1d) got deleted in api server
2025-10-09 10:40:35,642 - INFO - Deleted project: ctest-TestRbac-69857084, ID : 07596417-bb37-4448-a361-9142441f9af4
2025-10-09 10:40:36,429 - INFO - Deleted project: ctest-TestRbac-35531628, ID : 7c7e3baf-373c-4e36-bde7-74d1135c881a
2025-10-09 10:40:36,639 - INFO - END TEST : test_perms2_global_share : PASSED[0:00:50]
2025-10-09 10:40:36,639 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:40:38,502 - INFO - Deleted project: ctest-TestRbac-30564099, ID : e464f6cf-1d89-42ec-b4b2-e78e567b92f4
2025-10-09 10:40:38,766 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:40:38,777 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:40:38,978 - INFO - Project ctest-TestRbacBasic-52463416 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:40:39,502 - INFO - Created Project:ctest-TestRbacBasic-52463416, ID : 2e7e76cd-707a-4640-8655-618e3352fd29
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:40:43,417 - INFO - ================================================================================
2025-10-09 10:40:43,417 - INFO - STARTING TEST : test_perms2_owner
2025-10-09 10:40:43,417 - INFO - TEST DESCRIPTION :
Validate perms2 tenant ownership
steps:
1. Create Project1 and Project2
2. Add user1 as role1 under project1 and project2
3. create domain acl rule 'VirtualNetwork.* role1:CRUD'
4. create VN1 under Project1
4. create VN2 under Project2
5. user1 shouldnt be able to read VN1 using project2 creds
6. admin should be able to read VN1 though he isnt member of the project
7. Network list with respective project creds should list corresponding VNs
8. Change ownership of VN1 to Project2
9. user1 should now be able to read VN1 using Project2 creds
10. Network list with Project2 creds should list both VNs,
Project1 creds should list VN1 alone, admin should list both VNs
2025-10-09 10:40:43,679 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:40:43,679 - INFO -
2025-10-09 10:40:44,052 - INFO - Project ctest-TestRbacBasic-07556918 not found, creating it
2025-10-09 10:40:44,579 - INFO - Created Project:ctest-TestRbacBasic-07556918, ID : 73b16123-b63c-406a-b481-967776c12c37
2025-10-09 10:40:44,959 - INFO - Project ctest-TestRbacBasic-68437390 not found, creating it
2025-10-09 10:40:45,450 - INFO - Created Project:ctest-TestRbacBasic-68437390, ID : bacbd55a-1f89-4ab4-b868-877a44d0391b
2025-10-09 10:40:48,072 - INFO - API access-list 527e438a-aef8-4996-a0e3-0822a9fb0e82 verify on api server passed
2025-10-09 10:40:48,662 - INFO - Created VN ctest-TestRbacBasic-07556918-02984660, UUID :9f2f7e70-5a29-4476-af48-56cf356fc58c
2025-10-09 10:40:49,954 - INFO - Created VN ctest-TestRbacBasic-68437390-16283474, UUID :49d68437-9a86-4708-9600-474a10aadee4
2025-10-09 10:40:51,032 - INFO - API Server: Read VN 9f2f7e70-5a29-4476-af48-56cf356fc58c
2025-10-09 10:40:51,471 - INFO - API Server: Permission Denied to read VN 9f2f7e70-5a29-4476-af48-56cf356fc58c
2025-10-09 10:40:51,532 - INFO - API Server: Read VN 9f2f7e70-5a29-4476-af48-56cf356fc58c
2025-10-09 10:40:51,603 - INFO - API Server: List VN ['9f2f7e70-5a29-4476-af48-56cf356fc58c']
2025-10-09 10:40:51,679 - INFO - API Server: List VN ['49d68437-9a86-4708-9600-474a10aadee4']
2025-10-09 10:40:51,787 - INFO - API Server: List VN []
2025-10-09 10:40:51,859 - INFO - API Server: List VN ['9f2f7e70-5a29-4476-af48-56cf356fc58c', '49d68437-9a86-4708-9600-474a10aadee4']
2025-10-09 10:40:51,911 - INFO - API Server: List VN ['9f2f7e70-5a29-4476-af48-56cf356fc58c', '49d68437-9a86-4708-9600-474a10aadee4', 'd9d29e3f-d8a6-4b34-848e-8278013cfe79', '6f1d4ab7-542f-4e99-89ec-cdd5a682a6c3', 'b10bb3f6-75d6-4994-a53d-8205495b3b58', '91b08611-5b98-4b02-ae98-cab737bbb30a']
2025-10-09 10:40:51,949 - INFO - Deleting VN ctest-TestRbacBasic-68437390-16283474
2025-10-09 10:40:52,060 - INFO - Deleting VN ctest-TestRbacBasic-07556918-02984660
2025-10-09 10:40:52,287 - INFO - API access-list (527e438a-aef8-4996-a0e3-0822a9fb0e82) got deleted in api server
2025-10-09 10:40:53,389 - INFO - Deleted project: ctest-TestRbacBasic-68437390, ID : bacbd55a-1f89-4ab4-b868-877a44d0391b
2025-10-09 10:40:54,184 - INFO - Deleted project: ctest-TestRbacBasic-07556918, ID : 73b16123-b63c-406a-b481-967776c12c37
2025-10-09 10:40:54,387 - INFO - END TEST : test_perms2_owner : PASSED[0:00:11]
2025-10-09 10:40:54,387 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:40:54,391 - INFO - ================================================================================
2025-10-09 10:40:54,391 - INFO - STARTING TEST : test_rbac_acl_different_roles
2025-10-09 10:40:54,391 - INFO - TEST DESCRIPTION :
Validate via vnc_apis CRUD of rbac acl and objects
steps:
1. Add user1 as role1 and user2 as role2 to the project
2. Both user1 and user2 shouldnt be able to create VNs/STs
3. Create Rbac ACL under project with VN.* role1:CRUD rule
4. user1 should be able to create VN, but not Service-Template
5. Create Rbac ACL under domain with ST.* role1:CRUD rule
6. user1 should be able to create Service-Template
7. user2 shouldnt be able to read the created VN/ST or create new
8. Update the acl rule with Read perms for role2
9. user2 should be able to read created VN but not create new VNs
10. user2 should be able to read created ST but not create new STs
11. Delete the acl rule with Read perms for role2
12. user2 shouldnt be able to read the created ST/VN or create new VN/ST
13. Update global acl with role2:R for both VN and ST
14. user2 should be able to read VN and ST
13. Delete both project and domain acls
14. user1 shouldnt be able to read/delete VN/ST
15. Update global acl with role1:CRUD for both VN/ST
16. user1 should now be able to delete both VN and ST
17. Delete global acl
pass : acl creation and update should complete scucessfully.
2025-10-09 10:40:54,691 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:40:54,691 - INFO -
2025-10-09 10:40:57,338 - INFO - Permission denied to create/update VirtualNetwork
2025-10-09 10:40:57,724 - INFO - API access-list efec40bc-4f6c-42f2-93f7-884732673250 verify on api server passed
2025-10-09 10:40:57,980 - INFO - Created VN ctest-TestRbacBasic-52463416-19862587, UUID :a01305c9-2fdc-4013-836b-01feef0b8739
2025-10-09 10:40:59,536 - INFO - Verified VN network id 11 for VN a01305c9-2fdc-4013-836b-01feef0b8739
2025-10-09 10:40:59,536 - INFO - Verifications in API Server for VN ctest-TestRbacBasic-52463416-19862587 passed
2025-10-09 10:40:59,870 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-TestRbacBasic-52463416-19862587 passed
2025-10-09 10:41:00,595 - INFO - Validated that VN admin_domain:ctest-TestRbacBasic-52463416:ctest-TestRbacBasic-52463416-19862587 is found in opserver
2025-10-09 10:41:01,108 - INFO - API access-list b6834eff-5852-453d-81c4-b3628a64c341 verify on api server passed
2025-10-09 10:41:02,027 - INFO - API Server: Permission Denied to read VN a01305c9-2fdc-4013-836b-01feef0b8739
2025-10-09 10:41:02,475 - INFO - API Server: Permission Denied to read ST 59ecc133-579f-4c1e-9cdd-6ca22a13b15a
2025-10-09 10:41:02,588 - INFO - API access-list efec40bc-4f6c-42f2-93f7-884732673250 verify on api server passed
2025-10-09 10:41:02,656 - INFO - API Server: Read VN a01305c9-2fdc-4013-836b-01feef0b8739
2025-10-09 10:41:03,210 - INFO - Permission denied to create/update VirtualNetwork
2025-10-09 10:41:03,651 - INFO - API Server: Permission Denied to read ST 59ecc133-579f-4c1e-9cdd-6ca22a13b15a
2025-10-09 10:41:03,764 - INFO - API access-list b6834eff-5852-453d-81c4-b3628a64c341 verify on api server passed
2025-10-09 10:41:03,828 - INFO - API Server: Read Service-Template 59ecc133-579f-4c1e-9cdd-6ca22a13b15a
2025-10-09 10:41:04,136 - INFO - API access-list efec40bc-4f6c-42f2-93f7-884732673250 verify on api server passed
2025-10-09 10:41:04,248 - INFO - API access-list b6834eff-5852-453d-81c4-b3628a64c341 verify on api server passed
2025-10-09 10:41:04,695 - INFO - API Server: Permission Denied to read VN a01305c9-2fdc-4013-836b-01feef0b8739
2025-10-09 10:41:05,131 - INFO - API Server: Permission Denied to read ST 59ecc133-579f-4c1e-9cdd-6ca22a13b15a
2025-10-09 10:41:05,252 - INFO - API Server: Read Service-Template 59ecc133-579f-4c1e-9cdd-6ca22a13b15a
2025-10-09 10:41:05,316 - INFO - API Server: Read VN a01305c9-2fdc-4013-836b-01feef0b8739
2025-10-09 10:41:05,395 - INFO - API access-list (efec40bc-4f6c-42f2-93f7-884732673250) got deleted in api server
2025-10-09 10:41:05,471 - INFO - API access-list (b6834eff-5852-453d-81c4-b3628a64c341) got deleted in api server
2025-10-09 10:41:05,912 - INFO - API Server: Permission Denied to read VN a01305c9-2fdc-4013-836b-01feef0b8739
2025-10-09 10:41:06,359 - INFO - API Server: Permission Denied to read ST 59ecc133-579f-4c1e-9cdd-6ca22a13b15a
2025-10-09 10:41:06,489 - INFO - API Server: Read VN a01305c9-2fdc-4013-836b-01feef0b8739
2025-10-09 10:41:06,548 - INFO - API Server: Read Service-Template 59ecc133-579f-4c1e-9cdd-6ca22a13b15a
2025-10-09 10:41:06,658 - INFO - Service template: ['admin_domain', 'ctest-TestRbacBasic-52463416-13147679'] deleted successfully.
2025-10-09 10:41:06,659 - INFO - Deleting VN ctest-TestRbacBasic-52463416-19862587
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:41:07,383 - INFO - END TEST : test_rbac_acl_different_roles : PASSED[0:00:13]
2025-10-09 10:41:07,383 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:41:09,167 - INFO - Deleted project: ctest-TestRbacBasic-52463416, ID : 2e7e76cd-707a-4640-8655-618e3352fd29
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:41:09,435 - INFO - Using existing project ['admin_domain', 'admin'](4ffa32a1-1c41-42f7-a8b6-f5d80e4454ba)
2025-10-09 10:41:09,447 - INFO - ================================================================================
2025-10-09 10:41:09,447 - INFO - STARTING TEST : test_contrail_status
2025-10-09 10:41:09,447 - INFO - TEST DESCRIPTION : Test to verify that all services are running and active
2025-10-09 10:41:09,654 - INFO - Initial checks done. Running the testcase now
2025-10-09 10:41:09,654 - INFO -
2025-10-09 10:41:09,785 - INFO - 10.0.0.33
2025-10-09 10:41:09,785 - INFO - config
2025-10-09 10:41:09,840 - INFO - config-nodemgr:active
2025-10-09 10:41:09,900 - INFO - api-server:active
2025-10-09 10:41:09,955 - INFO - schema:active
2025-10-09 10:41:10,011 - INFO - svc-monitor:active
2025-10-09 10:41:10,067 - INFO - device-manager:active
2025-10-09 10:41:10,067 - INFO - config-database
2025-10-09 10:41:10,067 - INFO - config-cassandra:active
2025-10-09 10:41:10,067 - INFO - config-zookeeper:active
2025-10-09 10:41:10,068 - INFO - config-rabbitmq:active
2025-10-09 10:41:10,068 - INFO - vrouter
2025-10-09 10:41:10,123 - INFO - vrouter-nodemgr:active
2025-10-09 10:41:10,179 - INFO - agent:active
2025-10-09 10:41:10,180 - INFO - control
2025-10-09 10:41:10,236 - INFO - control-nodemgr:active
2025-10-09 10:41:10,291 - INFO - control:active
2025-10-09 10:41:10,291 - INFO - named:active
2025-10-09 10:41:10,344 - INFO - dns:active
2025-10-09 10:41:10,344 - INFO - analytics
2025-10-09 10:41:10,400 - INFO - analytics-nodemgr:active
2025-10-09 10:41:10,451 - INFO - analytics-api:active
2025-10-09 10:41:10,503 - INFO - collector:active
2025-10-09 10:41:10,504 - INFO - analytics-database
2025-10-09 10:41:10,504 - INFO - analytics-cassandra:active
2025-10-09 10:41:10,563 - INFO - analyticsdb-nodemgr:active
2025-10-09 10:41:10,623 - INFO - query-engine:active
2025-10-09 10:41:10,623 - INFO - webui
2025-10-09 10:41:10,623 - INFO - webui:active
2025-10-09 10:41:10,623 - INFO - webui-middleware:active
2025-10-09 10:41:10,624 - INFO - redis:active
2025-10-09 10:41:10,624 - INFO - analytics_snmp
2025-10-09 10:41:10,679 - INFO - snmp-collector:active
2025-10-09 10:41:10,679 - INFO - snmp-topology:active
2025-10-09 10:41:10,679 - INFO - analytics_alarm
2025-10-09 10:41:10,680 - INFO - alarmgen:active
2025-10-09 10:41:10,680 - INFO - All the contrail services are up on all nodes
2025-10-09 10:41:10,680 - INFO - contrail-status passed
2025-10-09 10:41:10,882 - INFO - END TEST : test_contrail_status : PASSED[0:00:01]
2025-10-09 10:41:10,882 - INFO - --------------------------------------------------------------------------------
2025-10-09 10:41:10,979 - INFO - Reading existing Domain with UUID dfa458d1-aaf5-4c71-9ede-e49be62ab991
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:41:10,990 - INFO - Using existing domain ['admin_domain'](dfa458d1-aaf5-4c71-9ede-e49be62ab991)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:41:11,199 - INFO - Project ctest-TestSriov-06628828 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:41:11,702 - INFO - Created Project:ctest-TestSriov-06628828, ID : 4d5044a0-75f2-4bc2-ae38-fb3ec949696c
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.33'. 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.33'. 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.33'. 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.33'. 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.33'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-09 10:41:14,247 - INFO - Deleted project: ctest-TestSriov-06628828, ID : 4d5044a0-75f2-4bc2-ae38-fb3ec949696c
+ [[ -z '' ]]
+ [[ -z ci_sanity ]]
+ sleep 2
+ /usr/bin/python3 tools/report_gen.py contrail_test_input.yaml report_details_2025_10_09_10_28_39.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.33
+ echo 'Generated report_details* file: report_details_2025_10_09_10_28_39.ini'
Generated report_details* file: report_details_2025_10_09_10_28_39.ini
+ parse_results
+ /usr/bin/python3 tools/parse_result.py result_2025_10_09_10_28_39_1137.xml report_details_2025_10_09_10_28_39.ini
Traceback (most recent call last):
File "/contrail-test/tools/parse_result.py", line 81, in
logs_location = _get_log_location(report_file)
File "/contrail-test/tools/parse_result.py", line 71, in _get_log_location
log_location = config.get('Test', 'logslocation')
File "/usr/lib64/python3.9/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib64/python3.9/configparser.py", line 1152, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'Test'
+ /usr/bin/python3 tools/parse_result.py result_2025_10_09_10_28_39_18989.xml report_details_2025_10_09_10_28_39.ini
Traceback (most recent call last):
File "/contrail-test/tools/parse_result.py", line 81, in
logs_location = _get_log_location(report_file)
File "/contrail-test/tools/parse_result.py", line 71, in _get_log_location
log_location = config.get('Test', 'logslocation')
File "/usr/lib64/python3.9/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib64/python3.9/configparser.py", line 1152, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'Test'
+ generate_html
+ '[' -f result_2025_10_09_10_28_39_1137.xml ']'
+ /usr/bin/python3 tools/update_testsuite_properties.py report_details_2025_10_09_10_28_39.ini result_2025_10_09_10_28_39_1137.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: 293ms
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.33] put: tools/search-bt.py -> /tmp/search-bt.py
Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-587-1-tracebacks.log
Ignored Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-587-1-ignored_tracebacks.log
Traceback parse errors will be in /tmp/cn-jenkins-deploy-platform-juju-os-587-1-traceback_parse_failures.log
Done looking for tracebacks
[ubuntu@10.0.0.33] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-587-1-tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-587-1-tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-587-1-tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.33] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-587-1-ignored_tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-587-1-ignored_tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-587-1-ignored_tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.33] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-587-1-traceback_parse_failures.log <- /tmp/cn-jenkins-deploy-platform-juju-os-587-1-traceback_parse_failures.log
+ sleep 2
+ retval=0
+ '[' 0 -lt 101 ']'
+ exit 100
+ rv_run_test=100
+ '[' -d /contrail-test.save ']'
+ cp -f /opt/contrail/utils/fabfile/testbeds/testbed.py /contrail-test.save/
cp: cannot stat '/opt/contrail/utils/fabfile/testbeds/testbed.py': No such file or directory
+ rsync -L -a --exclude logs/ --exclude report/ /contrail-test /contrail-test.save/
+ exit 100
tput: No value for $TERM and no -T specified
ERROR: there were failures during the test.
See detailed logs in /home/ubuntu/contrail-test-runs
INFO: collect logs
~/contrail-test-runs/2025_10_09_10_28_39 ~
logs/
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/cn-jenkins-deploy-platform-juju-os-587-1-traceback_parse_failures.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/cn-jenkins-deploy-platform-juju-os-587-1-ignored_tracebacks.log
logs/testbasicpolicynegativeipv4v6.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/cn-jenkins-deploy-platform-juju-os-587-1-tracebacks.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~
INFO: Test sanity finished Thu Oct 9 10:41:36 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.33' (ECDSA) to the list of known hosts.
logs/
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/cn-jenkins-deploy-platform-juju-os-587-1-traceback_parse_failures.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/testroutersbasic.log
logs/cn-jenkins-deploy-platform-juju-os-587-1-ignored_tracebacks.log
logs/testbasicpolicynegativeipv4v6.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/cn-jenkins-deploy-platform-juju-os-587-1-tracebacks.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~/workspace/test-sanity
Warning: Permanently added 'nexus.gz1.opensdn.io,212.233.90.199' (ECDSA) to the list of known hosts.
Warning: Permanently added 'nexus.gz1.opensdn.io,212.233.90.199' (ECDSA) to the list of known hosts.
INFO: logs saved
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE