Welcome to Contrail Analytics API documentation!"
2025-10-20 13:56:05,473 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:56:05,474 - INFO -
2025-10-20 13:56:05,677 - ERROR - Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
raise value.with_traceback(tb)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 281, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib64/python3.9/socket.py", line 716, in readinto
return self._sock.recv_into(b)
File "/usr/local/lib64/python3.9/site-packages/gevent/_socketcommon.py", line 691, in recv_into
return self._sock.recv_into(*args)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/documentation/test_docs.py", line 62, in test_analytics_docs
resp = requests.get(f"http://{self.inputs.collector_ips[0]}:8081/documentation/index.html")
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2025-10-20 13:56:05,733 - INFO -
2025-10-20 13:56:05,733 - INFO - END TEST : test_analytics_docs : FAILED[0:00:00]
2025-10-20 13:56:05,733 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:56:05,736 - INFO - ================================================================================
2025-10-20 13:56:05,736 - INFO - STARTING TEST : test_config_docs
2025-10-20 13:56:05,736 - INFO - TEST DESCRIPTION : Test docs from config API
config api docs
curl -s http://cfgm_ips[0]:8082/documentation/index.html | grep "Juniper Contrail Configuration API Model"
2025-10-20 13:56:05,990 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:56:05,990 - INFO -
2025-10-20 13:56:06,212 - ERROR - Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/urllib3/contrib/pyopenssl.py", line 488, in wrap_socket
cnx.do_handshake()
File "/usr/local/lib/python3.9/site-packages/OpenSSL/SSL.py", line 1934, in do_handshake
self._raise_ssl_error(self._ssl, result)
File "/usr/local/lib/python3.9/site-packages/OpenSSL/SSL.py", line 1671, in _raise_ssl_error
_raise_current_error()
File "/usr/local/lib/python3.9/site-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue
raise exception_type(errors)
OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]
During handling of the above exception, another exception occurred:
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 381, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 362, in connect
self.sock = ssl_wrap_socket(
File "/usr/local/lib/python3.9/site-packages/urllib3/util/ssl_.py", line 399, in ssl_wrap_socket
return context.wrap_socket(sock)
File "/usr/local/lib/python3.9/site-packages/urllib3/contrib/pyopenssl.py", line 494, in wrap_socket
raise ssl.SSLError("bad handshake: %r" % e)
ssl.SSLError: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])",)
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 446, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='10.0.0.137', port=8082): Max retries exceeded with url: /documentation/index.html (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper
result = function(self, *args, **kwargs)
File "/contrail-test/scripts/documentation/test_docs.py", line 40, in test_config_docs
resp = requests.get(f"https://{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 514, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='10.0.0.137', port=8082): Max retries exceeded with url: /documentation/index.html (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
2025-10-20 13:56:06,261 - INFO -
2025-10-20 13:56:06,261 - INFO - END TEST : test_config_docs : FAILED[0:00:01]
2025-10-20 13:56:06,261 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:56:06,355 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:56:06,366 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:56:06,564 - INFO - Project ctest-FloatingipBasicTestSanity-63462632 not found, creating it
2025-10-20 13:56:07,106 - INFO - Created Project:ctest-FloatingipBasicTestSanity-63462632, ID : c6fcfcbd-4495-4632-88e6-c8a44b0aa8e7
2025-10-20 13:56:09,003 - INFO - Using existing project ['admin_domain', 'admin'](a14493dd-47da-467a-b73b-c04e45866cfa)
2025-10-20 13:56:09,421 - INFO - admin user already present
2025-10-20 13:56:09,908 - INFO - Adding rules to the default security group in Project admin
2025-10-20 13:56:10,246 - INFO - ================================================================================
2025-10-20 13:56:10,246 - INFO - STARTING TEST : test_floating_ip
2025-10-20 13:56:10,246 - 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-20 13:56:10,513 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:56:10,513 - INFO -
2025-10-20 13:56:11,742 - INFO - Created VN ctest-fvn-62200356
2025-10-20 13:56:12,958 - INFO - Verified VN network id 6 for VN 6b3a0e14-c6f6-4b80-bb04-9c8db9eaa147
2025-10-20 13:56:12,958 - INFO - Verifications in API Server for VN ctest-fvn-62200356 passed
2025-10-20 13:56:13,279 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-fvn-62200356 passed
2025-10-20 13:56:13,989 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-63462632:ctest-fvn-62200356 is found in opserver
2025-10-20 13:56:14,734 - INFO - Created VN ctest-vn1-35952849
2025-10-20 13:56:15,568 - INFO - Verified VN network id 7 for VN 13fc206f-4d0b-4bff-9bc5-1ec0ebf4c8a4
2025-10-20 13:56:15,568 - INFO - Verifications in API Server for VN ctest-vn1-35952849 passed
2025-10-20 13:56:15,886 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn1-35952849 passed
2025-10-20 13:56:16,189 - INFO - Validated that VN admin_domain:ctest-FloatingipBasicTestSanity-63462632:ctest-vn1-35952849 is found in opserver
2025-10-20 13:56:17,964 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:56:19,748 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:56:19,932 - INFO - Creating Floating IP pool ctest-some-pool-50914544 in API Server
2025-10-20 13:56:20,810 - INFO - Verification for FIP pool ctest-some-pool-50914544 in API Server passed
2025-10-20 13:56:20,875 - INFO - Verification for FIP pool ctest-some-pool-50914544 in Control-node passed
2025-10-20 13:56:20,875 - INFO - Waiting for VM ctest-vn1_vm1_name-68384141 to be up..
2025-10-20 13:56:26,156 - INFO - VM name : ctest-vn1_vm1_name-68384141
2025-10-20 13:56:32,051 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1_vm1_name-68384141 passed
2025-10-20 13:56:32,768 - INFO - Waiting for VM ctest-fvn_vm1_name-24186141 to be up..
2025-10-20 13:56:32,908 - INFO - VM name : ctest-fvn_vm1_name-24186141
2025-10-20 13:56:34,685 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-fvn_vm1_name-24186141 passed
2025-10-20 13:56:35,241 - INFO - FIP 41.140.183.196 verification for passed on all Control-nodes
2025-10-20 13:56:35,241 - INFO - FIP ID d07e0296-3a12-4589-a589-4b667ebb9594(41.140.183.196) validation in Control node passed
2025-10-20 13:56:35,397 - INFO - FIP ID d07e0296-3a12-4589-a589-4b667ebb9594(41.140.183.196) validation in agents passed
2025-10-20 13:56:35,453 - INFO - FIP ID d07e0296-3a12-4589-a589-4b667ebb9594(41.140.183.196) validation in API Server passed
2025-10-20 13:56:38,453 - INFO - Ping to IP 41.140.183.195 from VM ctest-vn1_vm1_name-68384141 passed
2025-10-20 13:56:38,721 - INFO - Deleting the FIP pool ctest-some-pool-50914544
2025-10-20 13:56:38,878 - INFO - Deleting VM ctest-fvn_vm1_name-24186141
2025-10-20 13:56:38,985 - INFO - Deleting VM ctest-vn1_vm1_name-68384141
2025-10-20 13:56:39,142 - INFO - Deleting VN ctest-vn1-35952849
2025-10-20 13:56:39,283 - WARNING - Deleting VN ctest-vn1-35952849 failed..Will retry
2025-10-20 13:56:41,933 - INFO - Validated that VN ctest-vn1-35952849 is not found in API Server
2025-10-20 13:56:42,037 - INFO - Validated that VN ctest-vn1-35952849 is not in any agent
2025-10-20 13:56:42,193 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn1-35952849 info
2025-10-20 13:56:42,193 - INFO - Deleting VN ctest-fvn-62200356
2025-10-20 13:56:42,733 - INFO - Validated that VN ctest-fvn-62200356 is not found in API Server
2025-10-20 13:56:42,829 - INFO - Validated that VN ctest-fvn-62200356 is not in any agent
2025-10-20 13:56:42,989 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-fvn-62200356 info
2025-10-20 13:56:43,365 - INFO - END TEST : test_floating_ip : PASSED[0:00:33]
2025-10-20 13:56:43,365 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:56:44,497 - INFO - Deleted project: ctest-FloatingipBasicTestSanity-63462632, ID : c6fcfcbd-4495-4632-88e6-c8a44b0aa8e7
2025-10-20 13:56:44,790 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:56:44,802 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:56:45,023 - INFO - Project ctest-TestHeat-49101407 not found, creating it
2025-10-20 13:56:45,567 - INFO - Created Project:ctest-TestHeat-49101407, ID : 2756632d-61d6-4a03-bd8c-873fa61963e6
2025-10-20 13:56:47,784 - INFO - ctest-TestHeat-49101407 user already added to project
2025-10-20 13:56:47,786 - INFO - ================================================================================
2025-10-20 13:56:47,786 - INFO - STARTING TEST : test_heat_stacks_list
2025-10-20 13:56:47,786 - INFO - TEST DESCRIPTION :
Validate installation of heat
This issues a command to list all the heat-stacks
2025-10-20 13:56:48,194 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:56:48,194 - INFO -
2025-10-20 13:56:48,757 - INFO - The following are the stacks currently : []
2025-10-20 13:56:49,146 - INFO - END TEST : test_heat_stacks_list : PASSED[0:00:02]
2025-10-20 13:56:49,146 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:56:49,965 - INFO - Deleted project: ctest-TestHeat-49101407, ID : 2756632d-61d6-4a03-bd8c-873fa61963e6
2025-10-20 13:56:50,295 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:56:50,305 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:56:50,554 - INFO - Project ctest-TestCRUD-42940712 not found, creating it
2025-10-20 13:56:51,132 - INFO - Created Project:ctest-TestCRUD-42940712, ID : 5d54b08b-4d62-43ff-ac12-3dc6d56c8e50
2025-10-20 13:56:52,829 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-99090578']
2025-10-20 13:56:53,808 - INFO - Creating Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-51190942']
2025-10-20 13:56:55,035 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-42940712', 'ctest-proj-sg1-17864147']
2025-10-20 13:56:56,011 - INFO - Creating Security group: ['admin_domain', 'ctest-TestCRUD-42940712', 'ctest-proj-sg2-05403303']
2025-10-20 13:56:57,036 - INFO - ================================================================================
2025-10-20 13:56:57,037 - INFO - STARTING TEST : test_router_crud
2025-10-20 13:56:57,426 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:56:57,426 - INFO -
2025-10-20 13:56:57,426 - INFO - Router create Request {'router': {'name': 'name-29359857'}}
2025-10-20 13:56:57,575 - INFO - Router create Response : {'router': {'id': 'b66d5b38-4862-4ce5-a34e-853418573a68', 'name': 'name-29359857', 'tenant_id': 'a14493dd47da467ab73bc04e45866cfa', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-29359857'], 'description': '', 'created_at': '2025-10-20T13:56:57.505195', 'updated_at': '2025-10-20T13:56:57.505195', 'project_id': 'a14493dd47da467ab73bc04e45866cfa'}}
2025-10-20 13:56:57,575 - INFO - Router create PASSED ,Body : {'router': {'name': 'name-29359857'}}
2025-10-20 13:56:57,638 - INFO - Attribute id is created
2025-10-20 13:56:57,638 - INFO - Attribute name is created
2025-10-20 13:56:57,638 - INFO - Attribute admin_state_up is created
2025-10-20 13:56:57,638 - INFO - Attribute status is created
2025-10-20 13:56:57,638 - INFO - Attribute tenant_id is created
2025-10-20 13:56:59,494 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-20 13:56:59,494 - INFO - Router Update request {'router': {'name': 'name-27472128'}}
2025-10-20 13:56:59,628 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-27472128'}}
2025-10-20 13:56:59,628 - INFO - Response : {'router': {'id': 'b66d5b38-4862-4ce5-a34e-853418573a68', 'name': 'name-27472128', 'tenant_id': 'a14493dd47da467ab73bc04e45866cfa', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-29359857'], 'description': '', 'created_at': '2025-10-20T13:56:57.505195', 'updated_at': '2025-10-20T13:56:57.558101', 'project_id': 'a14493dd47da467ab73bc04e45866cfa'}}
2025-10-20 13:56:59,629 - INFO - Updation of Router b66d5b38-4862-4ce5-a34e-853418573a68 with body {'router': {'name': 'name-27472128'}} passed
2025-10-20 13:56:59,629 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:56:59,629 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-20 13:56:59,780 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-20 13:56:59,780 - INFO - Response : {'router': {'id': 'b66d5b38-4862-4ce5-a34e-853418573a68', 'name': 'name-27472128', 'tenant_id': 'a14493dd47da467ab73bc04e45866cfa', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-29359857'], 'description': '', 'created_at': '2025-10-20T13:56:57.505195', 'updated_at': '2025-10-20T13:56:59.571721', 'project_id': 'a14493dd47da467ab73bc04e45866cfa'}}
2025-10-20 13:56:59,781 - INFO - Updation of Router b66d5b38-4862-4ce5-a34e-853418573a68 with body {'router': {'admin_state_up': 'True'}} passed
2025-10-20 13:56:59,781 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:56:59,781 - INFO - Deleting router b66d5b38-4862-4ce5-a34e-853418573a68
2025-10-20 13:56:59,910 - ERROR - Result of delete router b66d5b38-4862-4ce5-a34e-853418573a68: ()
2025-10-20 13:56:59,910 - INFO - ================================================================================
2025-10-20 13:56:59,910 - INFO - Router create Request {'router': {'admin_state_up': 'False', 'name': 'name-53907011'}}
2025-10-20 13:57:00,045 - INFO - Router create Response : {'router': {'id': '9f949866-68a2-4306-b90d-f0cdacf315b7', 'name': 'name-53907011', 'tenant_id': 'a14493dd47da467ab73bc04e45866cfa', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-53907011'], 'description': '', 'created_at': '2025-10-20T13:56:59.980540', 'updated_at': '2025-10-20T13:56:59.980540', 'project_id': 'a14493dd47da467ab73bc04e45866cfa'}}
2025-10-20 13:57:00,045 - INFO - Router create PASSED ,Body : {'router': {'admin_state_up': 'False', 'name': 'name-53907011'}}
2025-10-20 13:57:00,106 - INFO - Attribute id is created
2025-10-20 13:57:00,106 - INFO - Attribute name is created
2025-10-20 13:57:00,106 - INFO - Attribute admin_state_up is created
2025-10-20 13:57:00,106 - INFO - Attribute status is created
2025-10-20 13:57:00,106 - INFO - Attribute tenant_id is created
2025-10-20 13:57:01,938 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-20 13:57:01,938 - INFO - Router Update request {'router': {'name': 'name-18955008'}}
2025-10-20 13:57:02,072 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-18955008'}}
2025-10-20 13:57:02,072 - INFO - Response : {'router': {'id': '9f949866-68a2-4306-b90d-f0cdacf315b7', 'name': 'name-18955008', 'tenant_id': 'a14493dd47da467ab73bc04e45866cfa', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-53907011'], 'description': '', 'created_at': '2025-10-20T13:56:59.980540', 'updated_at': '2025-10-20T13:57:00.032329', 'project_id': 'a14493dd47da467ab73bc04e45866cfa'}}
2025-10-20 13:57:02,072 - INFO - Updation of Router 9f949866-68a2-4306-b90d-f0cdacf315b7 with body {'router': {'name': 'name-18955008'}} passed
2025-10-20 13:57:02,073 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:57:02,073 - INFO - Router Update request {'router': {'admin_state_up': 'False'}}
2025-10-20 13:57:02,212 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'False'}}
2025-10-20 13:57:02,212 - INFO - Response : {'router': {'id': '9f949866-68a2-4306-b90d-f0cdacf315b7', 'name': 'name-18955008', 'tenant_id': 'a14493dd47da467ab73bc04e45866cfa', 'admin_state_up': False, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'admin', 'name-53907011'], 'description': '', 'created_at': '2025-10-20T13:56:59.980540', 'updated_at': '2025-10-20T13:57:02.021058', 'project_id': 'a14493dd47da467ab73bc04e45866cfa'}}
2025-10-20 13:57:02,213 - INFO - Updation of Router 9f949866-68a2-4306-b90d-f0cdacf315b7 with body {'router': {'admin_state_up': 'False'}} passed
2025-10-20 13:57:02,213 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:57:02,213 - INFO - Deleting router 9f949866-68a2-4306-b90d-f0cdacf315b7
2025-10-20 13:57:02,341 - ERROR - Result of delete router 9f949866-68a2-4306-b90d-f0cdacf315b7: ()
2025-10-20 13:57:02,341 - INFO - ================================================================================
2025-10-20 13:57:02,341 - INFO - Router create Request {'router': {'tenant_id': '5d54b08b-4d62-43ff-ac12-3dc6d56c8e50', 'name': 'name-03291467'}}
2025-10-20 13:57:02,476 - INFO - Router create Response : {'router': {'id': '3f10f268-08e1-4f24-8935-91118c5f209c', 'name': 'name-03291467', 'tenant_id': '5d54b08b4d6243ffac123dc6d56c8e50', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42940712', 'name-03291467'], 'description': '', 'created_at': '2025-10-20T13:57:02.410402', 'updated_at': '2025-10-20T13:57:02.410402', 'project_id': '5d54b08b4d6243ffac123dc6d56c8e50'}}
2025-10-20 13:57:02,477 - INFO - Router create PASSED ,Body : {'router': {'tenant_id': '5d54b08b-4d62-43ff-ac12-3dc6d56c8e50', 'name': 'name-03291467'}}
2025-10-20 13:57:02,538 - INFO - Attribute id is created
2025-10-20 13:57:02,538 - INFO - Attribute name is created
2025-10-20 13:57:02,538 - INFO - Attribute admin_state_up is created
2025-10-20 13:57:02,538 - INFO - Attribute status is created
2025-10-20 13:57:02,538 - INFO - Attribute tenant_id is created
2025-10-20 13:57:04,422 - INFO - Router show with fields ['name', 'admin_state_up', 'status', 'tenant_id'] passed
2025-10-20 13:57:04,422 - INFO - Router Update request {'router': {'name': 'name-20073209'}}
2025-10-20 13:57:04,556 - INFO - Router Update request PASSED,Body : {'router': {'name': 'name-20073209'}}
2025-10-20 13:57:04,556 - INFO - Response : {'router': {'id': '3f10f268-08e1-4f24-8935-91118c5f209c', 'name': 'name-20073209', 'tenant_id': '5d54b08b4d6243ffac123dc6d56c8e50', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42940712', 'name-03291467'], 'description': '', 'created_at': '2025-10-20T13:57:02.410402', 'updated_at': '2025-10-20T13:57:02.465423', 'project_id': '5d54b08b4d6243ffac123dc6d56c8e50'}}
2025-10-20 13:57:04,556 - INFO - Updation of Router 3f10f268-08e1-4f24-8935-91118c5f209c with body {'router': {'name': 'name-20073209'}} passed
2025-10-20 13:57:04,556 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:57:04,556 - INFO - Router Update request {'router': {'admin_state_up': 'True'}}
2025-10-20 13:57:04,688 - INFO - Router Update request PASSED,Body : {'router': {'admin_state_up': 'True'}}
2025-10-20 13:57:04,688 - INFO - Response : {'router': {'id': '3f10f268-08e1-4f24-8935-91118c5f209c', 'name': 'name-20073209', 'tenant_id': '5d54b08b4d6243ffac123dc6d56c8e50', 'admin_state_up': True, 'status': 'ACTIVE', 'external_gateway_info': None, 'fq_name': ['admin_domain', 'ctest-TestCRUD-42940712', 'name-03291467'], 'description': '', 'created_at': '2025-10-20T13:57:02.410402', 'updated_at': '2025-10-20T13:57:04.504999', 'project_id': '5d54b08b4d6243ffac123dc6d56c8e50'}}
2025-10-20 13:57:04,688 - INFO - Updation of Router 3f10f268-08e1-4f24-8935-91118c5f209c with body {'router': {'admin_state_up': 'True'}} passed
2025-10-20 13:57:04,688 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:57:04,688 - INFO - Deleting router 3f10f268-08e1-4f24-8935-91118c5f209c
2025-10-20 13:57:04,816 - ERROR - Result of delete router 3f10f268-08e1-4f24-8935-91118c5f209c: ()
2025-10-20 13:57:04,816 - INFO - ================================================================================
2025-10-20 13:57:04,819 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-42940712', 'ctest-proj-sg2-05403303']
2025-10-20 13:57:04,951 - INFO - Deleting Security group: ['admin_domain', 'ctest-TestCRUD-42940712', 'ctest-proj-sg1-17864147']
2025-10-20 13:57:05,086 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg2-51190942']
2025-10-20 13:57:05,206 - INFO - Deleting Security group: ['admin_domain', 'admin', 'ctest-admin-sg1-99090578']
2025-10-20 13:57:05,702 - INFO - END TEST : test_router_crud : PASSED[0:00:08]
2025-10-20 13:57:05,702 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:57:06,470 - INFO - Deleted project: ctest-TestCRUD-42940712, ID : 5d54b08b-4d62-43ff-ac12-3dc6d56c8e50
2025-10-20 13:57:06,757 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:57:06,768 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:57:06,972 - INFO - Project ctest-TestPorts-19023170 not found, creating it
2025-10-20 13:57:07,503 - INFO - Created Project:ctest-TestPorts-19023170, ID : 4d11ca00-e21a-4c3e-b49a-4bf688408044
2025-10-20 13:57:09,221 - INFO - ================================================================================
2025-10-20 13:57:09,221 - INFO - STARTING TEST : test_ports_bindings
2025-10-20 13:57:09,221 - 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-20 13:57:09,613 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:57:09,613 - INFO -
2025-10-20 13:57:10,666 - INFO - Created VN ctest-vn-48908385
2025-10-20 13:57:11,762 - INFO - VMI 45320a1a-e740-4e02-a3bf-f163c4b1abb4 verification in API Server passed
2025-10-20 13:57:11,925 - INFO - Deleted port 45320a1a-e740-4e02-a3bf-f163c4b1abb4
2025-10-20 13:57:11,925 - INFO - Deleting VN ctest-vn-48908385
2025-10-20 13:57:12,505 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2025-10-20 13:57:12,505 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:57:12,508 - INFO - ================================================================================
2025-10-20 13:57:12,508 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2025-10-20 13:57:12,508 - 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-20 13:57:12,889 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:57:12,889 - INFO -
2025-10-20 13:57:14,058 - INFO - Created VN ctest-vn1-12863500
2025-10-20 13:57:16,807 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:57:17,610 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:57:17,610 - INFO - Waiting for VM ctest-vn1-vm1-22081588 to be up..
2025-10-20 13:57:22,850 - INFO - VM name : ctest-vn1-vm1-22081588
2025-10-20 13:57:30,835 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-22081588 passed
2025-10-20 13:57:31,207 - INFO - Waiting for VM ctest-vn1-vm2-11701286 to be up..
2025-10-20 13:57:31,360 - INFO - VM name : ctest-vn1-vm2-11701286
2025-10-20 13:57:33,118 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-11701286 passed
2025-10-20 13:57:36,130 - INFO - Ping to IP 41.205.216.5 from VM ctest-vn1-vm2-11701286 passed
2025-10-20 13:57:36,130 - INFO - Detaching port 4e178d9d-313d-4c0d-adf1-0097fb3e0349 from VM ctest-vn1-vm2-11701286
2025-10-20 13:57:36,200 - INFO - Deleting VM ctest-vn1-vm2-11701286
2025-10-20 13:57:36,349 - INFO - Detaching port 2f90dee9-e2dc-4db8-b0ce-68f9dfcbb07e from VM ctest-vn1-vm1-22081588
2025-10-20 13:57:36,433 - INFO - Deleting VM ctest-vn1-vm1-22081588
2025-10-20 13:57:37,128 - INFO - Deleting VN ctest-vn1-12863500
2025-10-20 13:57:37,750 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:25]
2025-10-20 13:57:37,750 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:57:38,493 - INFO - Deleted project: ctest-TestPorts-19023170, ID : 4d11ca00-e21a-4c3e-b49a-4bf688408044
2025-10-20 13:57:38,766 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:57:38,790 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:57:39,017 - INFO - Project ctest-TestRouters-39121791 not found, creating it
2025-10-20 13:57:39,583 - INFO - Created Project:ctest-TestRouters-39121791, ID : c7575f14-7f0a-44d1-b1cd-5608ba007d89
2025-10-20 13:57:41,390 - INFO - ================================================================================
2025-10-20 13:57:41,391 - INFO - STARTING TEST : test_basic_router_behavior
2025-10-20 13:57:41,391 - 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-20 13:57:41,801 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:57:41,802 - INFO -
2025-10-20 13:57:42,978 - INFO - Created VN ctest-vn1-37959620
2025-10-20 13:57:44,043 - INFO - Created VN ctest-vn2-88912586
2025-10-20 13:57:45,471 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:57:46,834 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:57:47,120 - INFO - Adding interface with subnet_id a9cf8597-15b6-4c67-8560-fa8a5514f2da, port_id None to router 6d3e7654-a2e0-465b-84b2-092a4f314c44
2025-10-20 13:57:47,518 - INFO - Waiting for VM ctest-vn1-vm1-66079192 to be up..
2025-10-20 13:57:52,809 - INFO - VM name : ctest-vn1-vm1-66079192
2025-10-20 13:57:59,212 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-66079192 passed
2025-10-20 13:57:59,575 - INFO - Waiting for VM ctest-vn2-vm1-10601336 to be up..
2025-10-20 13:57:59,828 - INFO - VM name : ctest-vn2-vm1-10601336
2025-10-20 13:58:01,644 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn2-vm1-10601336 passed
2025-10-20 13:58:07,004 - WARNING - Ping to IP 180.93.195.3 from VM ctest-vn1-vm1-66079192 failed
2025-10-20 13:58:07,004 - INFO - Adding interface with subnet_id c5c06c2a-723f-4a18-8f71-dcb16eaf563f, port_id None to router 6d3e7654-a2e0-465b-84b2-092a4f314c44
2025-10-20 13:58:09,566 - INFO - Ping to IP 180.93.195.3 from VM ctest-vn1-vm1-66079192 passed
2025-10-20 13:58:09,567 - INFO - Deleting interface with subnet_id a9cf8597-15b6-4c67-8560-fa8a5514f2da, port_id None from router 6d3e7654-a2e0-465b-84b2-092a4f314c44
2025-10-20 13:58:13,012 - WARNING - Ping to IP 180.93.195.3 from VM ctest-vn1-vm1-66079192 failed
2025-10-20 13:58:13,012 - INFO - Adding interface with subnet_id a9cf8597-15b6-4c67-8560-fa8a5514f2da, port_id None to router 6d3e7654-a2e0-465b-84b2-092a4f314c44
2025-10-20 13:58:15,570 - INFO - Ping to IP 180.93.195.3 from VM ctest-vn1-vm1-66079192 passed
2025-10-20 13:58:15,570 - INFO - Deleting interface with subnet_id c5c06c2a-723f-4a18-8f71-dcb16eaf563f, port_id None from router 6d3e7654-a2e0-465b-84b2-092a4f314c44
2025-10-20 13:58:15,806 - INFO - Deleting interface with subnet_id a9cf8597-15b6-4c67-8560-fa8a5514f2da, port_id None from router 6d3e7654-a2e0-465b-84b2-092a4f314c44
2025-10-20 13:58:16,156 - INFO - Deleting VM ctest-vn2-vm1-10601336
2025-10-20 13:58:16,263 - INFO - Deleting VM ctest-vn1-vm1-66079192
2025-10-20 13:58:16,380 - INFO - Deleting VN ctest-vn2-88912586
2025-10-20 13:58:16,519 - WARNING - Deleting VN ctest-vn2-88912586 failed..Will retry
2025-10-20 13:58:18,690 - INFO - Deleting VN ctest-vn1-37959620
2025-10-20 13:58:19,377 - INFO - END TEST : test_basic_router_behavior : PASSED[0:00:38]
2025-10-20 13:58:19,377 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:58:20,148 - INFO - Deleted project: ctest-TestRouters-39121791, ID : c7575f14-7f0a-44d1-b1cd-5608ba007d89
2025-10-20 13:58:20,495 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:58:20,506 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:58:20,734 - INFO - Project ctest-TestRoutersBasic-91469228 not found, creating it
2025-10-20 13:58:21,230 - INFO - Created Project:ctest-TestRoutersBasic-91469228, ID : 0a152aef-11ba-48fc-ad3b-6ae06559937d
2025-10-20 13:58:22,976 - INFO - ================================================================================
2025-10-20 13:58:22,976 - INFO - STARTING TEST : test_basic_snat_behavior_without_external_connectivity
2025-10-20 13:58:22,976 - 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-20 13:58:23,358 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:58:23,358 - INFO -
2025-10-20 13:58:24,180 - INFO - Default SG to be edited for allow all on project: ctest-TestRoutersBasic-91469228
2025-10-20 13:58:24,288 - INFO - Adding rules to the default security group in Project ctest-TestRoutersBasic-91469228
2025-10-20 13:58:25,406 - INFO - Created VN ctest-vn-63960153
2025-10-20 13:58:26,294 - INFO - Created VN ctest-ext_vn-36702266
2025-10-20 13:58:27,699 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:58:29,110 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:58:29,244 - INFO - Setting gateway for router 077bbde9-9848-4473-a65d-0bc07c9d526d to network 2dcce1f4-0bf6-4397-b36f-b69be0eab104
2025-10-20 13:58:29,406 - INFO - Adding interface with subnet_id 304ff1ef-9586-4201-a29d-e496d24e6171, port_id None to router 077bbde9-9848-4473-a65d-0bc07c9d526d
2025-10-20 13:58:30,042 - INFO - Waiting for VM ctest-TestRoutersBasic-91469228-68837700 to be up..
2025-10-20 13:58:35,338 - INFO - VM name : ctest-TestRoutersBasic-91469228-68837700
2025-10-20 13:58:41,849 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRoutersBasic-91469228-68837700 passed
2025-10-20 13:58:42,218 - INFO - Waiting for VM ctest-TestRoutersBasic-91469228-58960756 to be up..
2025-10-20 13:58:42,348 - INFO - VM name : ctest-TestRoutersBasic-91469228-58960756
2025-10-20 13:58:44,110 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestRoutersBasic-91469228-58960756 passed
2025-10-20 13:58:48,200 - INFO - Ping to IP 88.183.89.67 from VM ctest-TestRoutersBasic-91469228-68837700 passed
2025-10-20 13:58:48,201 - INFO - Deleting interface with subnet_id 304ff1ef-9586-4201-a29d-e496d24e6171, port_id None from router 077bbde9-9848-4473-a65d-0bc07c9d526d
2025-10-20 13:58:48,587 - INFO - Deleting VM ctest-TestRoutersBasic-91469228-58960756
2025-10-20 13:58:48,726 - INFO - Deleting VM ctest-TestRoutersBasic-91469228-68837700
2025-10-20 13:58:48,843 - INFO - Deleting VN ctest-ext_vn-36702266
2025-10-20 13:58:49,052 - WARNING - Deleting VN ctest-ext_vn-36702266 failed..Will retry
2025-10-20 13:58:51,376 - INFO - Deleting VN ctest-vn-63960153
2025-10-20 13:58:51,929 - INFO - END TEST : test_basic_snat_behavior_without_external_connectivity : PASSED[0:00:29]
2025-10-20 13:58:51,929 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:58:52,658 - INFO - Deleted project: ctest-TestRoutersBasic-91469228, ID : 0a152aef-11ba-48fc-ad3b-6ae06559937d
2025-10-20 13:58:52,935 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:58:52,949 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:58:53,158 - INFO - Project ctest-TestBasicPolicyIpv4v6-61440555 not found, creating it
2025-10-20 13:58:53,665 - INFO - Created Project:ctest-TestBasicPolicyIpv4v6-61440555, ID : c6f50da1-8e74-424d-8069-fda05d938485
2025-10-20 13:58:55,360 - INFO - ================================================================================
2025-10-20 13:58:55,360 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-20 13:58:55,360 - 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-20 13:58:55,742 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:58:55,742 - INFO -
2025-10-20 13:58:57,050 - INFO - Created VN ctest-vn-76675934
2025-10-20 13:58:58,227 - INFO - Created VN ctest-vn-43805476
2025-10-20 13:59:00,462 - INFO - Verified VN network id 11 for VN 11cdcc2e-965e-4e06-bd50-801404072318
2025-10-20 13:59:00,462 - INFO - Verifications in API Server for VN ctest-vn-76675934 passed
2025-10-20 13:59:00,782 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-76675934 passed
2025-10-20 13:59:01,030 - INFO - VN ctest-vn-76675934 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-20 13:59:01,485 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-61440555:ctest-vn-76675934 is found in opserver
2025-10-20 13:59:02,237 - INFO - Verified VN network id 12 for VN 5be18f32-2c6d-4b38-8fd4-a04c18ca43b3
2025-10-20 13:59:02,237 - INFO - Verifications in API Server for VN ctest-vn-43805476 passed
2025-10-20 13:59:02,558 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-43805476 passed
2025-10-20 13:59:02,806 - INFO - VN ctest-vn-43805476 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-20 13:59:02,865 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyIpv4v6-61440555:ctest-vn-43805476 is found in opserver
2025-10-20 13:59:03,013 - INFO - Disabling v6 tests for CI
2025-10-20 13:59:03,602 - INFO - Deleted policy ctest-policy-allow-all-05605545
2025-10-20 13:59:03,602 - INFO - Deleting VN ctest-vn-43805476
2025-10-20 13:59:04,021 - INFO - Validated that VN ctest-vn-43805476 is not found in API Server
2025-10-20 13:59:04,125 - INFO - Validated that VN ctest-vn-43805476 is not in any agent
2025-10-20 13:59:04,277 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-43805476 info
2025-10-20 13:59:04,277 - INFO - Deleting VN ctest-vn-76675934
2025-10-20 13:59:04,701 - INFO - Validated that VN ctest-vn-76675934 is not found in API Server
2025-10-20 13:59:04,796 - INFO - Validated that VN ctest-vn-76675934 is not in any agent
2025-10-20 13:59:04,949 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-76675934 info
2025-10-20 13:59:05,329 - INFO -
2025-10-20 13:59:05,329 - INFO - END TEST : test_basic_policy_allow_deny : SKIPPED[0:00:10]
2025-10-20 13:59:05,329 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:59:06,053 - INFO - Deleted project: ctest-TestBasicPolicyIpv4v6-61440555, ID : c6f50da1-8e74-424d-8069-fda05d938485
2025-10-20 13:59:06,335 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:59:06,345 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:59:06,554 - INFO - Project ctest-TestBasicPolicyNegativeIpv4v6-58248156 not found, creating it
2025-10-20 13:59:07,055 - INFO - Created Project:ctest-TestBasicPolicyNegativeIpv4v6-58248156, ID : 2100040d-7683-4e92-b667-e95e5f4e1ab3
2025-10-20 13:59:08,775 - INFO - ================================================================================
2025-10-20 13:59:08,776 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-20 13:59:09,166 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:59:09,166 - INFO -
2025-10-20 13:59:09,166 - INFO - ================================================================================
2025-10-20 13:59:09,166 - INFO - STARTING TEST : test_remove_policy_with_ref
2025-10-20 13:59:09,166 - 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-20 13:59:09,545 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:59:09,545 - INFO -
2025-10-20 13:59:11,198 - INFO - Created VN ctest-vn4-51899622
2025-10-20 13:59:12,862 - INFO - Verified VN network id 11 for VN d2d72173-50f6-4e5a-98b2-72fe76eafee9
2025-10-20 13:59:12,862 - INFO - Verifications in API Server for VN ctest-vn4-51899622 passed
2025-10-20 13:59:13,187 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn4-51899622 passed
2025-10-20 13:59:13,434 - INFO - VN ctest-vn4-51899622 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-20 13:59:13,892 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicyNegativeIpv4v6-58248156:ctest-vn4-51899622 is found in opserver
2025-10-20 13:59:14,291 - INFO - Verified policy ctest-policy1-75891026 in API Server, Result: True
2025-10-20 13:59:14,291 - INFO - Done with setup and verification, moving onto test ..
2025-10-20 13:59:14,299 - INFO - Deleting VN ctest-vn4-51899622
2025-10-20 13:59:14,725 - INFO - Validated that VN ctest-vn4-51899622 is not found in API Server
2025-10-20 13:59:14,825 - INFO - Validated that VN ctest-vn4-51899622 is not in any agent
2025-10-20 13:59:14,981 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn4-51899622 info
2025-10-20 13:59:15,008 - INFO - Deleted policy ctest-policy1-75891026
2025-10-20 13:59:15,549 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:06]
2025-10-20 13:59:15,549 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:59:15,925 - INFO - END TEST : test_remove_policy_with_ref : PASSED[0:00:07]
2025-10-20 13:59:15,925 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:59:16,667 - INFO - Deleted project: ctest-TestBasicPolicyNegativeIpv4v6-58248156, ID : 2100040d-7683-4e92-b667-e95e5f4e1ab3
2025-10-20 13:59:16,939 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:59:16,950 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:59:17,154 - INFO - Project ctest-TestBasicPolicy-71960822 not found, creating it
2025-10-20 13:59:17,680 - INFO - Created Project:ctest-TestBasicPolicy-71960822, ID : 994e0023-974e-413f-ba2e-8dd749a7b743
2025-10-20 13:59:19,407 - INFO - ================================================================================
2025-10-20 13:59:19,407 - INFO - STARTING TEST : test_basic_policy_allow_deny
2025-10-20 13:59:19,407 - 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-20 13:59:19,801 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:59:19,801 - INFO -
2025-10-20 13:59:20,827 - INFO - Created VN ctest-vn-35005359
2025-10-20 13:59:21,698 - INFO - Created VN ctest-vn-62196205
2025-10-20 13:59:23,874 - INFO - Verified VN network id 11 for VN 41632307-47d6-4ecb-be2d-23b2cb9c137b
2025-10-20 13:59:23,874 - INFO - Verifications in API Server for VN ctest-vn-35005359 passed
2025-10-20 13:59:24,191 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-35005359 passed
2025-10-20 13:59:24,434 - INFO - VN ctest-vn-35005359 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-20 13:59:24,893 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-71960822:ctest-vn-35005359 is found in opserver
2025-10-20 13:59:25,638 - INFO - Verified VN network id 12 for VN 01bb910d-1226-4021-a549-a0a2d5526217
2025-10-20 13:59:25,638 - INFO - Verifications in API Server for VN ctest-vn-62196205 passed
2025-10-20 13:59:25,963 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-62196205 passed
2025-10-20 13:59:26,202 - INFO - VN ctest-vn-62196205 Policy verification: verify_vn_policy_in_api_server, status: True
2025-10-20 13:59:26,256 - INFO - Validated that VN admin_domain:ctest-TestBasicPolicy-71960822:ctest-vn-62196205 is found in opserver
2025-10-20 13:59:27,578 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:59:28,862 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 13:59:28,863 - INFO - Waiting for VM ctest-TestBasicPolicy-71960822-56746925 to be up..
2025-10-20 13:59:34,162 - INFO - VM name : ctest-TestBasicPolicy-71960822-56746925
2025-10-20 13:59:40,122 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicPolicy-71960822-56746925 passed
2025-10-20 13:59:40,516 - INFO - Waiting for VM ctest-TestBasicPolicy-71960822-86024066 to be up..
2025-10-20 13:59:40,660 - INFO - VM name : ctest-TestBasicPolicy-71960822-86024066
2025-10-20 13:59:42,433 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicPolicy-71960822-86024066 passed
2025-10-20 13:59:46,898 - INFO - Ping to IP 101.128.227.3 from VM ctest-TestBasicPolicy-71960822-56746925 passed
2025-10-20 13:59:50,286 - WARNING - Ping to IP 101.128.227.3 from VM ctest-TestBasicPolicy-71960822-56746925 failed
2025-10-20 13:59:50,287 - INFO - Deleting VM ctest-TestBasicPolicy-71960822-86024066
2025-10-20 13:59:50,520 - INFO - Deleting VM ctest-TestBasicPolicy-71960822-56746925
2025-10-20 13:59:51,525 - INFO - Deleted policy ctest-policy-allow-all-37324797
2025-10-20 13:59:51,525 - INFO - Deleting VN ctest-vn-62196205
2025-10-20 13:59:51,699 - WARNING - Deleting VN ctest-vn-62196205 failed..Will retry
2025-10-20 13:59:54,129 - INFO - Validated that VN ctest-vn-62196205 is not found in API Server
2025-10-20 13:59:54,229 - INFO - Validated that VN ctest-vn-62196205 is not in any agent
2025-10-20 13:59:54,377 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-62196205 info
2025-10-20 13:59:54,377 - INFO - Deleting VN ctest-vn-35005359
2025-10-20 13:59:55,169 - INFO - Validated that VN ctest-vn-35005359 is not found in API Server
2025-10-20 13:59:55,277 - INFO - Validated that VN ctest-vn-35005359 is not in any agent
2025-10-20 13:59:55,435 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-35005359 info
2025-10-20 13:59:55,818 - INFO - END TEST : test_basic_policy_allow_deny : PASSED[0:00:36]
2025-10-20 13:59:55,818 - INFO - --------------------------------------------------------------------------------
2025-10-20 13:59:56,585 - INFO - Deleted project: ctest-TestBasicPolicy-71960822, ID : 994e0023-974e-413f-ba2e-8dd749a7b743
2025-10-20 13:59:56,851 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 13:59:56,865 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 13:59:57,066 - INFO - Project ctest-TestRP-69401482 not found, creating it
2025-10-20 13:59:57,642 - INFO - Created Project:ctest-TestRP-69401482, ID : a0045bd5-7e17-4ec3-beeb-11be93831894
2025-10-20 13:59:59,462 - INFO - ================================================================================
2025-10-20 13:59:59,463 - INFO - STARTING TEST : test_rp_interface
2025-10-20 13:59:59,463 - 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-20 13:59:59,841 - INFO - Initial checks done. Running the testcase now
2025-10-20 13:59:59,841 - INFO -
2025-10-20 14:00:00,886 - INFO - Created VN ctest-bgpaas_vn-57580586
2025-10-20 14:00:01,886 - INFO - Created VN ctest-bgpaas_vn-96394446
2025-10-20 14:00:03,553 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:00:04,835 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:00:04,835 - INFO - Waiting for VM test_vm to be up..
2025-10-20 14:00:10,114 - INFO - VM name : test_vm
2025-10-20 14:00:16,458 - INFO - Ping to Metadata IP 169.254.0.3 of VM test_vm passed
2025-10-20 14:00:22,139 - INFO - Waiting for VM test2_vm to be up..
2025-10-20 14:00:22,846 - INFO - VM name : test2_vm
2025-10-20 14:00:25,075 - INFO - Ping to Metadata IP 169.254.0.4 of VM test2_vm passed
2025-10-20 14:00:29,576 - INFO - Ping to IP 56.108.113.195 from VM test_vm passed
2025-10-20 14:00:29,708 - INFO - Deleting VM test2_vm
2025-10-20 14:00:29,829 - INFO - Deleting VM test_vm
2025-10-20 14:00:29,970 - INFO - Deleting VN ctest-bgpaas_vn-96394446
2025-10-20 14:00:30,107 - WARNING - Deleting VN ctest-bgpaas_vn-96394446 failed..Will retry
2025-10-20 14:00:32,336 - INFO - Deleting VN ctest-bgpaas_vn-57580586
2025-10-20 14:00:32,925 - INFO - END TEST : test_rp_interface : PASSED[0:00:33]
2025-10-20 14:00:32,925 - INFO - --------------------------------------------------------------------------------
2025-10-20 14:00:33,756 - INFO - Deleted project: ctest-TestRP-69401482, ID : a0045bd5-7e17-4ec3-beeb-11be93831894
2025-10-20 14:00:34,057 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 14:00:34,068 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 14:00:34,283 - INFO - Project ctest-TestSvcRegr-66042788 not found, creating it
2025-10-20 14:00:34,849 - INFO - Created Project:ctest-TestSvcRegr-66042788, ID : e8bab16a-ff73-4b69-a471-963ebe40b640
2025-10-20 14:00:36,606 - INFO - ================================================================================
2025-10-20 14:00:36,606 - INFO - STARTING TEST : test_svc_in_network_datapath
2025-10-20 14:00:36,989 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:00:36,990 - INFO -
2025-10-20 14:00:38,086 - INFO - Created VN ctest-mgmt_vn-89061044
2025-10-20 14:00:39,330 - INFO - Verified VN network id 11 for VN 4769de54-72e0-46f1-a440-8a99cbd9e5dd
2025-10-20 14:00:39,330 - INFO - Verifications in API Server for VN ctest-mgmt_vn-89061044 passed
2025-10-20 14:00:39,642 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-mgmt_vn-89061044 passed
2025-10-20 14:00:40,361 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-66042788:ctest-mgmt_vn-89061044 is found in opserver
2025-10-20 14:00:41,050 - INFO - Created VN ctest-left_vn-29805590
2025-10-20 14:00:41,924 - INFO - Verified VN network id 12 for VN 1f89b1c8-c395-474f-b3be-5c7e5904f4b4
2025-10-20 14:00:41,924 - INFO - Verifications in API Server for VN ctest-left_vn-29805590 passed
2025-10-20 14:00:42,238 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-left_vn-29805590 passed
2025-10-20 14:00:42,537 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-66042788:ctest-left_vn-29805590 is found in opserver
2025-10-20 14:00:43,282 - INFO - Created VN ctest-right_vn-58787394
2025-10-20 14:00:44,151 - INFO - Verified VN network id 13 for VN 72896634-1708-404e-92b3-f2d511199075
2025-10-20 14:00:44,152 - INFO - Verifications in API Server for VN ctest-right_vn-58787394 passed
2025-10-20 14:00:44,486 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-right_vn-58787394 passed
2025-10-20 14:00:44,805 - INFO - Validated that VN admin_domain:ctest-TestSvcRegr-66042788:ctest-right_vn-58787394 is found in opserver
2025-10-20 14:00:46,337 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:00:47,631 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:00:48 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-20 14:00:50,781 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:00:50,782 - INFO - Waiting for VM ctest-pt_svm0-23273550 to be up..
2025-10-20 14:01:01,103 - INFO - VM name : ctest-pt_svm0-23273550
2025-10-20 14:01:15,956 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-pt_svm0-23273550 passed
2025-10-20 14:01:33,540 - INFO - Waiting for VM ctest-left_vm-21499458 to be up..
2025-10-20 14:01:33,676 - INFO - VM name : ctest-left_vm-21499458
2025-10-20 14:01:35,461 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-left_vm-21499458 passed
2025-10-20 14:01:35,824 - INFO - Waiting for VM ctest-right_vm-17806401 to be up..
2025-10-20 14:01:35,966 - INFO - VM name : ctest-right_vm-17806401
2025-10-20 14:01:37,739 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-right_vm-17806401 passed
2025-10-20 14:01:38,540 - INFO - Attaching policy ctest-policy-69178683 to vn ctest-left_vn-29805590
2025-10-20 14:01:39,108 - INFO - Attaching policy ctest-policy-69178683 to vn ctest-right_vn-58787394
2025-10-20 14:01:44,378 - INFO - Ping to Metadata IP 169.254.0.6 of VM ctest-pt_svm0-23273550 passed
2025-10-20 14:01:47,667 - INFO - VM ctest-pt_svm0-23273550 verifications in Compute nodes passed
2025-10-20 14:01:48,092 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-66042788:ctest-left_vn-29805590
2025-10-20 14:01:48,240 - INFO - VMI and/or RI refs are present for VN admin_domain:ctest-TestSvcRegr-66042788:ctest-right_vn-58787394
2025-10-20 14:01:48,541 - INFO - Route to 220.164.177.195 seen in VRF:5 on cn-jenkins-deploy-platform-juju-os-599-1.englab.juniper.net, and SI ctest-si-50024067 is seen as the NH
2025-10-20 14:01:48,810 - INFO - Route to 222.236.103.3 seen in VRF:6 on cn-jenkins-deploy-platform-juju-os-599-1.englab.juniper.net, and SI ctest-si-50024067 is seen as the NH
2025-10-20 14:01:52,876 - INFO - Ping to IP 220.164.177.195 from VM ctest-left_vm-21499458 passed
2025-10-20 14:01:52,876 - INFO - Dettaching policy ctest-policy-69178683 from vn ctest-right_vn-58787394
2025-10-20 14:01:53,104 - INFO - Dettaching policy ctest-policy-69178683 from vn ctest-left_vn-29805590
2025-10-20 14:01:53,396 - INFO - Deleted policy ctest-policy-69178683
2025-10-20 14:01:53,491 - INFO - Deleted SI ['admin_domain', 'ctest-TestSvcRegr-66042788', 'ctest-si-50024067']
2025-10-20 14:01:53,804 - INFO - Deleting VM ctest-pt_svm0-23273550
2025-10-20 14:01:54,028 - INFO - Service template: ['admin_domain', 'ctest-service_template_1-95238814'] deleted successfully.
2025-10-20 14:01:54,028 - INFO - Deleting VM ctest-right_vm-17806401
2025-10-20 14:01:54,141 - INFO - Deleting VM ctest-left_vm-21499458
2025-10-20 14:01:54,249 - INFO - Deleting VN ctest-right_vn-58787394
2025-10-20 14:01:54,391 - WARNING - Deleting VN ctest-right_vn-58787394 failed..Will retry
2025-10-20 14:01:56,845 - INFO - Validated that VN ctest-right_vn-58787394 is not found in API Server
2025-10-20 14:01:56,940 - INFO - Validated that VN ctest-right_vn-58787394 is not in any agent
2025-10-20 14:01:57,101 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-right_vn-58787394 info
2025-10-20 14:01:57,101 - INFO - Deleting VN ctest-left_vn-29805590
2025-10-20 14:01:57,530 - INFO - Validated that VN ctest-left_vn-29805590 is not found in API Server
2025-10-20 14:01:57,629 - INFO - Validated that VN ctest-left_vn-29805590 is not in any agent
2025-10-20 14:01:57,777 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-left_vn-29805590 info
2025-10-20 14:01:57,777 - INFO - Deleting VN ctest-mgmt_vn-89061044
2025-10-20 14:01:58,221 - INFO - Validated that VN ctest-mgmt_vn-89061044 is not found in API Server
2025-10-20 14:01:58,320 - INFO - Validated that VN ctest-mgmt_vn-89061044 is not in any agent
2025-10-20 14:01:58,473 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-mgmt_vn-89061044 info
2025-10-20 14:01:58,865 - INFO -
2025-10-20 14:01:58,865 - INFO - END TEST : test_svc_in_network_datapath : PASSED[0:01:22]
2025-10-20 14:01:58,865 - INFO - --------------------------------------------------------------------------------
2025-10-20 14:01:59,614 - INFO - Deleted project: ctest-TestSvcRegr-66042788, ID : e8bab16a-ff73-4b69-a471-963ebe40b640
2025-10-20 14:01:59,902 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 14:01:59,914 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 14:02:00,119 - INFO - Project ctest-TestvDNSBasic0-12068963 not found, creating it
2025-10-20 14:02:00,617 - INFO - Created Project:ctest-TestvDNSBasic0-12068963, ID : 0a530b8a-560f-488a-acea-a62f61b22985
2025-10-20 14:02:02,380 - INFO - ================================================================================
2025-10-20 14:02:02,380 - INFO - STARTING TEST : test_vdns_ping_same_vn
2025-10-20 14:02:02,380 - 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-20 14:02:02,750 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:02:02,750 - INFO -
2025-10-20 14:02:03,536 - INFO - Using existing project ['admin_domain', 'ctest-TestvDNSBasic0-12068963'](0a530b8a-560f-488a-acea-a62f61b22985)
2025-10-20 14:02:05,539 - INFO - Created VN ctest-vn1-vdns-96076971
2025-10-20 14:02:07,210 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:02:07,210 - INFO - Waiting for VM ctest-vm1-test-64319378 to be up..
2025-10-20 14:02:12,442 - INFO - VM name : ctest-vm1-test-64319378
2025-10-20 14:02:20,396 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vm1-test-64319378 passed
2025-10-20 14:02:24,932 - INFO - Ping to IP ctest-vm1-test-64319378 from VM ctest-vm1-test-64319378 passed
2025-10-20 14:02:26,546 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:02:26,546 - INFO - Waiting for VM ctest-vm2-test-55813523 to be up..
2025-10-20 14:02:31,795 - INFO - VM name : ctest-vm2-test-55813523
2025-10-20 14:02:37,907 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vm2-test-55813523 passed
2025-10-20 14:02:47,730 - INFO - Ping to IP ctest-vm2-test-55813523 from VM ctest-vm2-test-55813523 passed
2025-10-20 14:02:50,289 - INFO - Ping to IP ctest-vm2-test-55813523 from VM ctest-vm1-test-64319378 passed
2025-10-20 14:02:50,289 - INFO - Try deleting the VDNS entry ctest-vdns1-45781146 with back ref of ipam.
2025-10-20 14:02:50,344 - INFO - Deletion of the vdns entry failed with back ref of ipam as expected
2025-10-20 14:02:50,344 - INFO - Add CNAME VDNS record for ctest-vm1-test-64319378 and verify we able to ping by alias name
2025-10-20 14:02:50,512 - INFO - In verify_on_setup
2025-10-20 14:02:50,608 - INFO - Verify VDNS record is shown in the API server
2025-10-20 14:02:50,825 - INFO - Verify VDNS record is shown in the control node
2025-10-20 14:02:51,312 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-64319378 failed
2025-10-20 14:02:52,784 - WARNING - Ping to IP vm1-test-alias from VM ctest-vm1-test-64319378 failed
2025-10-20 14:02:56,245 - INFO - Ping to IP vm1-test-alias from VM ctest-vm1-test-64319378 passed
2025-10-20 14:02:56,316 - INFO - VDNS record info: admin_domain:ctest-vdns1-45781146:test-rec deleted successfully.
2025-10-20 14:02:56,316 - INFO - Deleting VM ctest-vm2-test-55813523
2025-10-20 14:02:56,426 - INFO - Deleting VM ctest-vm1-test-64319378
2025-10-20 14:02:56,525 - INFO - Deleting VN ctest-vn1-vdns-96076971
2025-10-20 14:02:56,668 - WARNING - Deleting VN ctest-vn1-vdns-96076971 failed..Will retry
2025-10-20 14:02:59,240 - INFO - VDNS info: ['admin_domain', 'ctest-vdns1-45781146'] deleted successfully.
2025-10-20 14:02:59,349 - INFO - VDNS information ctest-vdns1-45781146 removed from the API Server
2025-10-20 14:02:59,405 - INFO - VDNS information ctest-vdns1-45781146 removed in the Control node
2025-10-20 14:02:59,785 - INFO - END TEST : test_vdns_ping_same_vn : PASSED[0:00:57]
2025-10-20 14:02:59,785 - INFO - --------------------------------------------------------------------------------
2025-10-20 14:03:00,628 - INFO - Deleted project: ctest-TestvDNSBasic0-12068963, ID : 0a530b8a-560f-488a-acea-a62f61b22985
2025-10-20 14:03:00,902 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 14:03:00,913 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 14:03:01,116 - INFO - Project ctest-TestBasicVMVNx-51318341 not found, creating it
2025-10-20 14:03:01,658 - INFO - Created Project:ctest-TestBasicVMVNx-51318341, ID : a432844c-8b7f-401a-8c01-3c34b33f7554
2025-10-20 14:03:03,372 - INFO - ================================================================================
2025-10-20 14:03:03,373 - INFO - STARTING TEST : test_vm_file_trf_scp_tests
2025-10-20 14:03:03,373 - 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-20 14:03:03,758 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:03:03,758 - INFO -
2025-10-20 14:03:04,766 - INFO - Created VN ctest-vn-75446238
2025-10-20 14:03:06,208 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:03:07,526 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:03:07,526 - INFO - Waiting for VM ctest-TestBasicVMVNx-51318341-10037282 to be up..
2025-10-20 14:03:12,813 - INFO - VM name : ctest-TestBasicVMVNx-51318341-10037282
2025-10-20 14:03:19,161 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVNx-51318341-10037282 passed
2025-10-20 14:03:19,531 - INFO - Waiting for VM ctest-TestBasicVMVNx-51318341-22217584 to be up..
2025-10-20 14:03:19,672 - INFO - VM name : ctest-TestBasicVMVNx-51318341-22217584
2025-10-20 14:03:21,462 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVNx-51318341-22217584 passed
2025-10-20 14:03:26,327 - INFO - File of size 1303 is trasferred successfully to ctest-TestBasicVMVNx-51318341-22217584
2025-10-20 14:03:26,327 - INFO - Deleting VM ctest-TestBasicVMVNx-51318341-22217584
2025-10-20 14:03:26,426 - INFO - Deleting VM ctest-TestBasicVMVNx-51318341-10037282
2025-10-20 14:03:26,534 - INFO - Deleting VN ctest-vn-75446238
2025-10-20 14:03:26,672 - WARNING - Deleting VN ctest-vn-75446238 failed..Will retry
2025-10-20 14:03:29,233 - INFO - END TEST : test_vm_file_trf_scp_tests : PASSED[0:00:26]
2025-10-20 14:03:29,234 - INFO - --------------------------------------------------------------------------------
2025-10-20 14:03:29,979 - INFO - Deleted project: ctest-TestBasicVMVNx-51318341, ID : a432844c-8b7f-401a-8c01-3c34b33f7554
2025-10-20 14:03:30,257 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
2025-10-20 14:03:30,267 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
2025-10-20 14:03:30,467 - INFO - Project ctest-TestBasicVMVN-22881673 not found, creating it
2025-10-20 14:03:30,972 - INFO - Created Project:ctest-TestBasicVMVN-22881673, ID : 12736242-96d1-4350-9dec-59b04de8eb77
2025-10-20 14:03:32,745 - INFO - ================================================================================
2025-10-20 14:03:32,745 - INFO - STARTING TEST : test_generic_link_local_service
2025-10-20 14:03:32,745 - 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-20 14:03:33,133 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:03:33,133 - INFO -
2025-10-20 14:03:34,174 - INFO - Created VN ctest-vn2_metadata-45552124
2025-10-20 14:03:35,708 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:03:41,259 - INFO - Waiting for VM ctest-TestBasicVMVN-22881673-41881157 to be up..
2025-10-20 14:03:41,259 - INFO - VM name : ctest-TestBasicVMVN-22881673-41881157
2025-10-20 14:03:47,603 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-22881673-41881157 passed
2025-10-20 14:03:53,199 - INFO - Retry 0
2025-10-20 14:03:54,825 - INFO - Generic metadata worked
2025-10-20 14:03:55,112 - INFO - Deleting VM ctest-TestBasicVMVN-22881673-41881157
2025-10-20 14:03:55,230 - INFO - Deleting VN ctest-vn2_metadata-45552124
2025-10-20 14:03:55,359 - WARNING - Deleting VN ctest-vn2_metadata-45552124 failed..Will retry
2025-10-20 14:03:57,925 - INFO - END TEST : test_generic_link_local_service : PASSED[0:00:25]
2025-10-20 14:03:57,925 - INFO - --------------------------------------------------------------------------------
2025-10-20 14:03:57,928 - INFO - ================================================================================
2025-10-20 14:03:57,928 - INFO - STARTING TEST : test_metadata_service
2025-10-20 14:03:57,928 - 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-20 14:03:58,318 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:03:58,318 - INFO -
2025-10-20 14:03:59,050 - INFO - Created VN ctest-vn-29537232
2025-10-20 14:04:00,368 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:04:00,368 - INFO - Waiting for VM ctest-TestBasicVMVN-22881673-24221936 to be up..
2025-10-20 14:04:05,610 - INFO - VM name : ctest-TestBasicVMVN-22881673-24221936
2025-10-20 14:04:15,734 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-22881673-24221936 passed
2025-10-20 14:04:17,740 - INFO - metadata_script.txt got executed in the vm
2025-10-20 14:04:17,740 - INFO - Deleting VM ctest-TestBasicVMVN-22881673-24221936
2025-10-20 14:04:17,847 - INFO - Deleting VN ctest-vn-29537232
2025-10-20 14:04:17,984 - WARNING - Deleting VN ctest-vn-29537232 failed..Will retry
2025-10-20 14:04:20,533 - INFO - END TEST : test_metadata_service : PASSED[0:00:23]
2025-10-20 14:04:20,533 - INFO - --------------------------------------------------------------------------------
2025-10-20 14:04:20,535 - INFO - ================================================================================
2025-10-20 14:04:20,536 - INFO - STARTING TEST : test_ping_within_vn_two_vms_two_different_subnets
2025-10-20 14:04:20,536 - 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-20 14:04:20,918 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:04:20,918 - INFO -
2025-10-20 14:04:22,022 - INFO - Created VN ctest-vn-16729850
2025-10-20 14:04:23,715 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:04:24,584 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:04:25,896 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-juju-os-599-1), Zone: (nova:cn-jenkins-deploy-platform-juju-os-599-1)
2025-10-20 14:04:26,166 - INFO - Verifications in API Server for IPAM: ctest-ipam-62978517 passed
2025-10-20 14:04:26,221 - INFO - Verifications in Control node for IPAM: ctest-ipam-62978517 passed
2025-10-20 14:04:26,862 - INFO - Verified VN network id 11 for VN 0ef94393-aea2-4868-93c5-7ad9fd093c16
2025-10-20 14:04:26,862 - INFO - Verifications in API Server for VN ctest-vn-16729850 passed
2025-10-20 14:04:27,210 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-vn-16729850 passed
2025-10-20 14:04:27,980 - INFO - Validated that VN admin_domain:ctest-TestBasicVMVN-22881673:ctest-vn-16729850 is found in opserver
2025-10-20 14:04:28,038 - INFO - Waiting for VM ctest-TestBasicVMVN-22881673-37377708 to be up..
2025-10-20 14:04:28,186 - INFO - VM name : ctest-TestBasicVMVN-22881673-37377708
2025-10-20 14:04:38,321 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestBasicVMVN-22881673-37377708 passed
2025-10-20 14:04:38,713 - INFO - Waiting for VM ctest-TestBasicVMVN-22881673-50563626 to be up..
2025-10-20 14:04:38,856 - INFO - VM name : ctest-TestBasicVMVN-22881673-50563626
2025-10-20 14:04:40,638 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-TestBasicVMVN-22881673-50563626 passed
2025-10-20 14:04:41,014 - INFO - Waiting for VM ctest-TestBasicVMVN-22881673-66688827 to be up..
2025-10-20 14:04:41,151 - INFO - VM name : ctest-TestBasicVMVN-22881673-66688827
2025-10-20 14:04:42,942 - INFO - Ping to Metadata IP 169.254.0.5 of VM ctest-TestBasicVMVN-22881673-66688827 passed
2025-10-20 14:04:47,350 - INFO - Ping to IP 31.1.2.4 from VM ctest-TestBasicVMVN-22881673-37377708 passed
2025-10-20 14:04:51,043 - INFO - Ping to IP 31.1.1.4 from VM ctest-TestBasicVMVN-22881673-50563626 passed
2025-10-20 14:04:58,799 - INFO - Deleting VM ctest-TestBasicVMVN-22881673-66688827
2025-10-20 14:04:58,906 - INFO - Detaching port cad450c8-0845-4b6d-a895-0306c2949ef1 from VM ctest-TestBasicVMVN-22881673-50563626
2025-10-20 14:04:58,962 - INFO - Deleting VM ctest-TestBasicVMVN-22881673-50563626
2025-10-20 14:04:59,077 - INFO - Detaching port b9fb2f18-6b55-450c-b494-1c35cd0d0145 from VM ctest-TestBasicVMVN-22881673-37377708
2025-10-20 14:04:59,150 - INFO - Deleting VM ctest-TestBasicVMVN-22881673-37377708
2025-10-20 14:04:59,266 - INFO - Deleting VN ctest-vn-16729850
2025-10-20 14:05:00,441 - INFO - Validated that VN ctest-vn-16729850 is not found in API Server
2025-10-20 14:05:00,545 - INFO - Validated that VN ctest-vn-16729850 is not in any agent
2025-10-20 14:05:00,649 - INFO - Validated that all vrouters do not have the route table for VN admin_domain:ctest-TestBasicVMVN-22881673:ctest-vn-16729850
2025-10-20 14:05:00,749 - INFO - Validated that Routing instances and Config db in Control-nodes does not have VN ctest-vn-16729850 info
2025-10-20 14:05:00,828 - INFO - IPAM: ctest-ipam-62978517 is not found in API Server
2025-10-20 14:05:00,929 - INFO - IPAM:ctest-ipam-62978517 is not found in control node
2025-10-20 14:05:01,309 - INFO - END TEST : test_ping_within_vn_two_vms_two_different_subnets : PASSED[0:00:41]
2025-10-20 14:05:01,310 - INFO - --------------------------------------------------------------------------------
2025-10-20 14:05:02,108 - INFO - Deleted project: ctest-TestBasicVMVN-22881673, ID : 12736242-96d1-4350-9dec-59b04de8eb77
+ '[' 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_20_13_54_35_25186.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.137'. 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-20 14:05:16,781 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:05:17,120 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:05:17,318 - INFO - Project ctest-TestRbac-40855540 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:05:17,853 - INFO - Created Project:ctest-TestRbac-40855540, ID : 18daa29d-3844-43a4-a232-3eb5270c10f1
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. 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.137'. 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.137'. 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.137'. 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.137'. 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.137'. 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:05:21,848 - INFO - ================================================================================
2025-10-20 14:05:21,848 - INFO - STARTING TEST : test_perms2_global_share
2025-10-20 14:05:21,849 - 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-20 14:05:22,508 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:05:22,508 - INFO -
2025-10-20 14:05:22,872 - INFO - Project ctest-TestRbac-34054797 not found, creating it
2025-10-20 14:05:23,345 - INFO - Created Project:ctest-TestRbac-34054797, ID : 1452d96c-f79d-4b3c-a10c-a674ee2c9501
2025-10-20 14:05:23,708 - INFO - Project ctest-TestRbac-54482792 not found, creating it
2025-10-20 14:05:24,219 - INFO - Created Project:ctest-TestRbac-54482792, ID : dfc8c77b-a1c5-4a9d-b541-3f20be7f5ca4
2025-10-20 14:05:26,881 - INFO - API access-list 4a4d7b6e-cb9e-45fd-9405-2cfe21508bcf verify on api server passed
2025-10-20 14:05:27,536 - INFO - Created VN ctest-TestRbac-34054797-96077422, UUID :aca4d6b6-08c8-4be6-a692-2f6c8be4d018
2025-10-20 14:05:28,657 - INFO - API Server: Read VN aca4d6b6-08c8-4be6-a692-2f6c8be4d018
2025-10-20 14:05:29,098 - INFO - API Server: Read VN aca4d6b6-08c8-4be6-a692-2f6c8be4d018
2025-10-20 14:05:29,829 - WARNING - Unable to get the list of compute nodes
2025-10-20 14:05:31,092 - INFO - VM ([]) created on node: (None), Zone: (None)
2025-10-20 14:05:36,323 - INFO - VM name : ctest-TestRbac-54482792-67769402
2025-10-20 14:05:37,385 - INFO - VM ctest-TestRbac-54482792-67769402 verfication in all API Servers passed
2025-10-20 14:05:44,137 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-TestRbac-54482792-67769402 passed
2025-10-20 14:05:44,137 - INFO - VM ctest-TestRbac-54482792-67769402 verifications in Compute nodes passed
2025-10-20 14:05:44,475 - INFO - Validated routes of VM ctest-TestRbac-54482792-67769402 in all vrouters
2025-10-20 14:05:45,077 - INFO - Verification in Control-nodes for VM ctest-TestRbac-54482792-67769402 passed
2025-10-20 14:05:46,614 - INFO - Verifying through opserver in 10.0.0.137
2025-10-20 14:05:46,806 - INFO - VM d88c8ae4-eab3-4901-b291-1b2cc9eb7f15 is present in admin_domain:ctest-TestRbac-34054797:ctest-TestRbac-34054797-96077422
2025-10-20 14:05:48,862 - INFO - tap interface admin_domain:ctest-TestRbac-54482792:650339c1-aca6-454f-bae8-25c6cc1a4fad of vm d88c8ae4-eab3-4901-b291-1b2cc9eb7f15 is present in vrouter cn-jenkins-deploy-platform-juju-os-599-1 uve
2025-10-20 14:05:48,980 - INFO - VM ctest-TestRbac-54482792-67769402 validations in Opserver passed
2025-10-20 14:05:48,980 - INFO - Deleting VM ctest-TestRbac-54482792-67769402
2025-10-20 14:05:51,352 - INFO - VM ctest-TestRbac-54482792-67769402 is fully removed in API-Server
2025-10-20 14:05:51,717 - INFO - Validated that all vrouters do not have VMs route for VN admin_domain:ctest-TestRbac-34054797:ctest-TestRbac-34054797-96077422
2025-10-20 14:05:51,717 - INFO - VM ctest-TestRbac-54482792-67769402 is removed in Compute, and routes are removed in all compute nodes
2025-10-20 14:05:52,017 - INFO - Routes for VM ctest-TestRbac-54482792-67769402 is removed in all control-nodes
2025-10-20 14:06:12,064 - INFO - d88c8ae4-eab3-4901-b291-1b2cc9eb7f15 vm uve deleted from opserver
2025-10-20 14:06:12,064 - INFO - Validated that VM d88c8ae4-eab3-4901-b291-1b2cc9eb7f15 is removed from Opserver
2025-10-20 14:06:12,064 - INFO - Deleting VN ctest-TestRbac-34054797-96077422
2025-10-20 14:06:12,260 - INFO - API access-list (4a4d7b6e-cb9e-45fd-9405-2cfe21508bcf) got deleted in api server
2025-10-20 14:06:13,278 - INFO - Deleted project: ctest-TestRbac-54482792, ID : dfc8c77b-a1c5-4a9d-b541-3f20be7f5ca4
2025-10-20 14:06:14,081 - INFO - Deleted project: ctest-TestRbac-34054797, ID : 1452d96c-f79d-4b3c-a10c-a674ee2c9501
2025-10-20 14:06:14,280 - INFO - END TEST : test_perms2_global_share : PASSED[0:00:53]
2025-10-20 14:06:14,280 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. 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.137'. 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.137'. 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.137'. 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.137'. 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:16,046 - INFO - Deleted project: ctest-TestRbac-40855540, ID : 18daa29d-3844-43a4-a232-3eb5270c10f1
2025-10-20 14:06:16,317 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:16,328 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:16,522 - INFO - Project ctest-TestRbacBasic-43054668 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:17,037 - INFO - Created Project:ctest-TestRbacBasic-43054668, ID : 4b5d0cb4-726a-4a3c-98ab-a7b00cb01363
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. 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.137'. 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.137'. 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.137'. 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.137'. 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.137'. 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:20,898 - INFO - ================================================================================
2025-10-20 14:06:20,898 - INFO - STARTING TEST : test_perms2_owner
2025-10-20 14:06:20,898 - 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-20 14:06:21,152 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:06:21,152 - INFO -
2025-10-20 14:06:21,518 - INFO - Project ctest-TestRbacBasic-06949679 not found, creating it
2025-10-20 14:06:22,029 - INFO - Created Project:ctest-TestRbacBasic-06949679, ID : 8612a475-d65a-4d4a-aa8d-8df6dc341654
2025-10-20 14:06:22,382 - INFO - Project ctest-TestRbacBasic-12900945 not found, creating it
2025-10-20 14:06:22,880 - INFO - Created Project:ctest-TestRbacBasic-12900945, ID : 5d6bd6b5-3481-4212-9174-046ad6450e4d
2025-10-20 14:06:25,461 - INFO - API access-list f112a5a0-ca97-4a44-8f01-46bf12bc8a87 verify on api server passed
2025-10-20 14:06:26,040 - INFO - Created VN ctest-TestRbacBasic-06949679-50536077, UUID :730b85fa-bdc2-42d9-88de-d4cd869b9d72
2025-10-20 14:06:27,296 - INFO - Created VN ctest-TestRbacBasic-12900945-31516134, UUID :df9bb467-5703-47da-a09e-1f2e3b7f2f16
2025-10-20 14:06:28,373 - INFO - API Server: Read VN 730b85fa-bdc2-42d9-88de-d4cd869b9d72
2025-10-20 14:06:28,804 - INFO - API Server: Permission Denied to read VN 730b85fa-bdc2-42d9-88de-d4cd869b9d72
2025-10-20 14:06:28,859 - INFO - API Server: Read VN 730b85fa-bdc2-42d9-88de-d4cd869b9d72
2025-10-20 14:06:28,933 - INFO - API Server: List VN ['730b85fa-bdc2-42d9-88de-d4cd869b9d72']
2025-10-20 14:06:29,012 - INFO - API Server: List VN ['df9bb467-5703-47da-a09e-1f2e3b7f2f16']
2025-10-20 14:06:29,124 - INFO - API Server: List VN []
2025-10-20 14:06:29,196 - INFO - API Server: List VN ['730b85fa-bdc2-42d9-88de-d4cd869b9d72', 'df9bb467-5703-47da-a09e-1f2e3b7f2f16']
2025-10-20 14:06:29,249 - INFO - API Server: List VN ['730b85fa-bdc2-42d9-88de-d4cd869b9d72', 'df9bb467-5703-47da-a09e-1f2e3b7f2f16', 'f5d96c78-5450-47af-9269-097243e720b4', '20938e1d-0815-4093-b4aa-f9bce48d72c2', '094c0478-a44e-4551-8d8b-b08f803e5537', 'c7ac608b-4c03-48a7-9453-366fcb33c7b6']
2025-10-20 14:06:29,293 - INFO - Deleting VN ctest-TestRbacBasic-12900945-31516134
2025-10-20 14:06:29,384 - INFO - Deleting VN ctest-TestRbacBasic-06949679-50536077
2025-10-20 14:06:29,592 - INFO - API access-list (f112a5a0-ca97-4a44-8f01-46bf12bc8a87) got deleted in api server
2025-10-20 14:06:30,649 - INFO - Deleted project: ctest-TestRbacBasic-12900945, ID : 5d6bd6b5-3481-4212-9174-046ad6450e4d
2025-10-20 14:06:31,403 - INFO - Deleted project: ctest-TestRbacBasic-06949679, ID : 8612a475-d65a-4d4a-aa8d-8df6dc341654
2025-10-20 14:06:31,612 - INFO - END TEST : test_perms2_owner : PASSED[0:00:11]
2025-10-20 14:06:31,612 - INFO - --------------------------------------------------------------------------------
2025-10-20 14:06:31,615 - INFO - ================================================================================
2025-10-20 14:06:31,615 - INFO - STARTING TEST : test_rbac_acl_different_roles
2025-10-20 14:06:31,615 - 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-20 14:06:31,896 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:06:31,897 - INFO -
2025-10-20 14:06:34,592 - INFO - Permission denied to create/update VirtualNetwork
2025-10-20 14:06:34,989 - INFO - API access-list 609ec90b-2639-41e3-8726-baaade1f3b80 verify on api server passed
2025-10-20 14:06:35,260 - INFO - Created VN ctest-TestRbacBasic-43054668-03535828, UUID :b02187ab-d20d-4f69-8f8f-9bb21d58f439
2025-10-20 14:06:36,808 - INFO - Verified VN network id 11 for VN b02187ab-d20d-4f69-8f8f-9bb21d58f439
2025-10-20 14:06:36,808 - INFO - Verifications in API Server for VN ctest-TestRbacBasic-43054668-03535828 passed
2025-10-20 14:06:37,144 - INFO - On all control nodes, Config, RI and RT verification for VN ctest-TestRbacBasic-43054668-03535828 passed
2025-10-20 14:06:37,877 - INFO - Validated that VN admin_domain:ctest-TestRbacBasic-43054668:ctest-TestRbacBasic-43054668-03535828 is found in opserver
2025-10-20 14:06:38,409 - INFO - API access-list 60b7226b-c44a-4f5b-938c-73c46198a306 verify on api server passed
2025-10-20 14:06:39,332 - INFO - API Server: Permission Denied to read VN b02187ab-d20d-4f69-8f8f-9bb21d58f439
2025-10-20 14:06:39,796 - INFO - API Server: Permission Denied to read ST 697bcfd9-dcd9-45d7-8d55-fad6e7e92ad6
2025-10-20 14:06:39,910 - INFO - API access-list 609ec90b-2639-41e3-8726-baaade1f3b80 verify on api server passed
2025-10-20 14:06:39,985 - INFO - API Server: Read VN b02187ab-d20d-4f69-8f8f-9bb21d58f439
2025-10-20 14:06:40,544 - INFO - Permission denied to create/update VirtualNetwork
2025-10-20 14:06:40,984 - INFO - API Server: Permission Denied to read ST 697bcfd9-dcd9-45d7-8d55-fad6e7e92ad6
2025-10-20 14:06:41,097 - INFO - API access-list 60b7226b-c44a-4f5b-938c-73c46198a306 verify on api server passed
2025-10-20 14:06:41,173 - INFO - API Server: Read Service-Template 697bcfd9-dcd9-45d7-8d55-fad6e7e92ad6
2025-10-20 14:06:41,489 - INFO - API access-list 609ec90b-2639-41e3-8726-baaade1f3b80 verify on api server passed
2025-10-20 14:06:41,605 - INFO - API access-list 60b7226b-c44a-4f5b-938c-73c46198a306 verify on api server passed
2025-10-20 14:06:42,100 - INFO - API Server: Permission Denied to read VN b02187ab-d20d-4f69-8f8f-9bb21d58f439
2025-10-20 14:06:42,548 - INFO - API Server: Permission Denied to read ST 697bcfd9-dcd9-45d7-8d55-fad6e7e92ad6
2025-10-20 14:06:42,673 - INFO - API Server: Read Service-Template 697bcfd9-dcd9-45d7-8d55-fad6e7e92ad6
2025-10-20 14:06:42,741 - INFO - API Server: Read VN b02187ab-d20d-4f69-8f8f-9bb21d58f439
2025-10-20 14:06:42,820 - INFO - API access-list (609ec90b-2639-41e3-8726-baaade1f3b80) got deleted in api server
2025-10-20 14:06:42,896 - INFO - API access-list (60b7226b-c44a-4f5b-938c-73c46198a306) got deleted in api server
2025-10-20 14:06:43,340 - INFO - API Server: Permission Denied to read VN b02187ab-d20d-4f69-8f8f-9bb21d58f439
2025-10-20 14:06:43,780 - INFO - API Server: Permission Denied to read ST 697bcfd9-dcd9-45d7-8d55-fad6e7e92ad6
2025-10-20 14:06:43,901 - INFO - API Server: Read VN b02187ab-d20d-4f69-8f8f-9bb21d58f439
2025-10-20 14:06:43,961 - INFO - API Server: Read Service-Template 697bcfd9-dcd9-45d7-8d55-fad6e7e92ad6
2025-10-20 14:06:44,060 - INFO - Service template: ['admin_domain', 'ctest-TestRbacBasic-43054668-46474812'] deleted successfully.
2025-10-20 14:06:44,060 - INFO - Deleting VN ctest-TestRbacBasic-43054668-03535828
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. 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.137'. 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.137'. 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:44,774 - INFO - END TEST : test_rbac_acl_different_roles : PASSED[0:00:13]
2025-10-20 14:06:44,774 - INFO - --------------------------------------------------------------------------------
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. 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.137'. 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.137'. 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.137'. 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.137'. 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:46,519 - INFO - Deleted project: ctest-TestRbacBasic-43054668, ID : 4b5d0cb4-726a-4a3c-98ab-a7b00cb01363
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:46,783 - INFO - Using existing project ['admin_domain', 'admin'](a14493dd-47da-467a-b73b-c04e45866cfa)
2025-10-20 14:06:46,791 - INFO - ================================================================================
2025-10-20 14:06:46,792 - INFO - STARTING TEST : test_contrail_status
2025-10-20 14:06:46,792 - INFO - TEST DESCRIPTION : Test to verify that all services are running and active
2025-10-20 14:06:46,986 - INFO - Initial checks done. Running the testcase now
2025-10-20 14:06:46,987 - INFO -
2025-10-20 14:06:47,133 - INFO - 10.0.0.137
2025-10-20 14:06:47,133 - INFO - config
2025-10-20 14:06:47,194 - INFO - config-nodemgr:active
2025-10-20 14:06:47,284 - INFO - api-server:active
2025-10-20 14:06:47,340 - INFO - schema:active
2025-10-20 14:06:47,396 - INFO - svc-monitor:active
2025-10-20 14:06:47,452 - INFO - device-manager:active
2025-10-20 14:06:47,453 - INFO - config-database
2025-10-20 14:06:47,453 - INFO - config-cassandra:active
2025-10-20 14:06:47,453 - INFO - config-zookeeper:active
2025-10-20 14:06:47,453 - INFO - config-rabbitmq:active
2025-10-20 14:06:47,453 - INFO - vrouter
2025-10-20 14:06:47,521 - INFO - vrouter-nodemgr:active
2025-10-20 14:06:47,577 - INFO - agent:active
2025-10-20 14:06:47,577 - INFO - control
2025-10-20 14:06:47,633 - INFO - control-nodemgr:active
2025-10-20 14:06:47,689 - INFO - control:active
2025-10-20 14:06:47,689 - INFO - named:active
2025-10-20 14:06:47,744 - INFO - dns:active
2025-10-20 14:06:47,744 - INFO - analytics
2025-10-20 14:06:47,797 - INFO - analytics-nodemgr:active
2025-10-20 14:06:47,852 - INFO - analytics-api:active
2025-10-20 14:06:47,913 - INFO - collector:active
2025-10-20 14:06:47,913 - INFO - analytics-database
2025-10-20 14:06:47,914 - INFO - analytics-cassandra:active
2025-10-20 14:06:47,976 - INFO - analyticsdb-nodemgr:active
2025-10-20 14:06:48,028 - INFO - query-engine:active
2025-10-20 14:06:48,029 - INFO - webui
2025-10-20 14:06:48,029 - INFO - webui:active
2025-10-20 14:06:48,029 - INFO - webui-middleware:active
2025-10-20 14:06:48,029 - INFO - redis:active
2025-10-20 14:06:48,029 - INFO - analytics_snmp
2025-10-20 14:06:48,089 - INFO - snmp-collector:initializing (Database:RabbitMQ[] connection down)
2025-10-20 14:06:48,089 - INFO - snmp-topology:active
2025-10-20 14:06:48,089 - INFO - analytics_alarm
2025-10-20 14:06:48,089 - INFO - alarmgen:active
2025-10-20 14:06:58,167 - INFO - 10.0.0.137
2025-10-20 14:06:58,167 - INFO - config
2025-10-20 14:06:58,225 - INFO - config-nodemgr:active
2025-10-20 14:06:58,280 - INFO - api-server:active
2025-10-20 14:06:58,332 - INFO - schema:active
2025-10-20 14:06:58,388 - INFO - svc-monitor:active
2025-10-20 14:06:58,440 - INFO - device-manager:active
2025-10-20 14:06:58,440 - INFO - config-database
2025-10-20 14:06:58,441 - INFO - config-cassandra:active
2025-10-20 14:06:58,441 - INFO - config-zookeeper:active
2025-10-20 14:06:58,441 - INFO - config-rabbitmq:active
2025-10-20 14:06:58,441 - INFO - vrouter
2025-10-20 14:06:58,496 - INFO - vrouter-nodemgr:active
2025-10-20 14:06:58,548 - INFO - agent:active
2025-10-20 14:06:58,548 - INFO - control
2025-10-20 14:06:58,604 - INFO - control-nodemgr:active
2025-10-20 14:06:58,656 - INFO - control:active
2025-10-20 14:06:58,657 - INFO - named:active
2025-10-20 14:06:58,708 - INFO - dns:active
2025-10-20 14:06:58,709 - INFO - analytics
2025-10-20 14:06:58,761 - INFO - analytics-nodemgr:active
2025-10-20 14:06:58,817 - INFO - analytics-api:active
2025-10-20 14:06:58,869 - INFO - collector:active
2025-10-20 14:06:58,869 - INFO - analytics-database
2025-10-20 14:06:58,869 - INFO - analytics-cassandra:active
2025-10-20 14:06:58,921 - INFO - analyticsdb-nodemgr:active
2025-10-20 14:06:58,973 - INFO - query-engine:active
2025-10-20 14:06:58,973 - INFO - webui
2025-10-20 14:06:58,973 - INFO - webui:active
2025-10-20 14:06:58,973 - INFO - webui-middleware:active
2025-10-20 14:06:58,973 - INFO - redis:active
2025-10-20 14:06:58,973 - INFO - analytics_snmp
2025-10-20 14:06:59,029 - INFO - snmp-collector:active
2025-10-20 14:06:59,029 - INFO - snmp-topology:active
2025-10-20 14:06:59,029 - INFO - analytics_alarm
2025-10-20 14:06:59,029 - INFO - alarmgen:active
2025-10-20 14:06:59,029 - INFO - All the contrail services are up on all nodes
2025-10-20 14:06:59,030 - INFO - contrail-status passed
2025-10-20 14:06:59,236 - INFO - END TEST : test_contrail_status : PASSED[0:00:13]
2025-10-20 14:06:59,236 - INFO - --------------------------------------------------------------------------------
2025-10-20 14:06:59,319 - INFO - Reading existing Domain with UUID 359ab6ea-20cc-44f4-9df6-3d9ae739b7c5
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:59,332 - INFO - Using existing domain ['admin_domain'](359ab6ea-20cc-44f4-9df6-3d9ae739b7c5)
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:06:59,520 - INFO - Project ctest-TestSriov-83683968 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:07:00,031 - INFO - Created Project:ctest-TestSriov-83683968, ID : 2a5a97a1-ba55-40d1-9318-2dd74a0a378a
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.0.0.137'. 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.137'. 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.137'. 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.137'. 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.137'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
2025-10-20 14:07:02,503 - INFO - Deleted project: ctest-TestSriov-83683968, ID : 2a5a97a1-ba55-40d1-9318-2dd74a0a378a
+ [[ -z '' ]]
+ [[ -z ci_sanity ]]
+ sleep 2
+ /usr/bin/python3 tools/report_gen.py contrail_test_input.yaml report_details_2025_10_20_13_54_35.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.137
+ echo 'Generated report_details* file: report_details_2025_10_20_13_54_35.ini'
Generated report_details* file: report_details_2025_10_20_13_54_35.ini
+ parse_results
+ /usr/bin/python3 tools/parse_result.py result_2025_10_20_13_54_35_26284.xml report_details_2025_10_20_13_54_35.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_20_13_54_35_25186.xml report_details_2025_10_20_13_54_35.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_20_13_54_35_26284.xml ']'
+ /usr/bin/python3 tools/update_testsuite_properties.py report_details_2025_10_20_13_54_35.ini result_2025_10_20_13_54_35_26284.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: 373ms
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.137] put: tools/search-bt.py -> /tmp/search-bt.py
Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-599-1-tracebacks.log
Ignored Traceback details will be in /tmp/cn-jenkins-deploy-platform-juju-os-599-1-ignored_tracebacks.log
Traceback parse errors will be in /tmp/cn-jenkins-deploy-platform-juju-os-599-1-traceback_parse_failures.log
Done looking for tracebacks
[ubuntu@10.0.0.137] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-599-1-tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-599-1-tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-599-1-tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.137] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-599-1-ignored_tracebacks.log <- /tmp/cn-jenkins-deploy-platform-juju-os-599-1-ignored_tracebacks.log
Warning: get() encountered an exception while downloading '/tmp/cn-jenkins-deploy-platform-juju-os-599-1-ignored_tracebacks.log'
Underlying exception:
No such file
[ubuntu@10.0.0.137] download: /contrail-test/logs/cn-jenkins-deploy-platform-juju-os-599-1-traceback_parse_failures.log <- /tmp/cn-jenkins-deploy-platform-juju-os-599-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_20_13_54_34 ~
logs/
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/cn-jenkins-deploy-platform-juju-os-599-1-ignored_tracebacks.log
logs/testroutersbasic.log
logs/testbasicpolicynegativeipv4v6.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/cn-jenkins-deploy-platform-juju-os-599-1-traceback_parse_failures.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/cn-jenkins-deploy-platform-juju-os-599-1-tracebacks.log
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~
INFO: Test sanity finished Mon Oct 20 14:07:15 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.137' (ECDSA) to the list of known hosts.
logs/
logs/testbasicpolicyipv4v6.log
logs/tcutils.util.log
logs/testbasicvmvn.html
logs/common.html
logs/testrouters.log
logs/testports.log
logs/testsvcregr.log
logs/testsvcregr.html
logs/testsriov.html
logs/auth.log
logs/analyticstestsanity.html
logs/testvdnsbasic0.log
logs/testrp.log
logs/testroutersbasic.html
logs/tcutils.html
logs/testbasicpolicy.log
logs/testbasicvmvnx.log
logs/testcrud.html
logs/dbmanagetest.html
logs/testrbacbasic.log
logs/testheat.html
logs/testrouters.html
logs/testbasicvmvn.log
logs/testrbac.log
logs/documentationtest.html
logs/testvdnsbasic0.html
logs/testbasicpolicynegativeipv4v6.html
logs/floatingipbasictestsanity.html
logs/cn-jenkins-deploy-platform-juju-os-599-1-ignored_tracebacks.log
logs/testroutersbasic.log
logs/testbasicpolicynegativeipv4v6.log
logs/testbasicpolicy.html
logs/analyticsbasictestsanity.log
logs/testports.html
logs/analyticstestsanity.log
logs/testheat.log
logs/testsriov.log
logs/cn-jenkins-deploy-platform-juju-os-599-1-traceback_parse_failures.log
logs/floatingipbasictestsanity.log
logs/testbasicpolicyipv4v6.html
logs/dbmanagetest.log
logs/testrbacbasic.html
logs/__main__.html
logs/txtsyle.css
logs/cn-jenkins-deploy-platform-juju-os-599-1-tracebacks.log
logs/testrbac.html
logs/auth.html
logs/testrp.html
logs/introspect.log
logs/documentationtest.log
logs/__main__.log
logs/tcutils.collector.opserver_results.log
logs/introspect.html
logs/testcrud.log
logs/common.contrail_test_init.log
logs/testbasicvmvnx.html
logs/analyticsbasictestsanity.html
TESTS-TestSuites.xml
junit-noframes.html
~/workspace/test-sanity
Warning: Permanently added 'nexus.gz1.opensdn.io,212.233.90.199' (ECDSA) to the list of known hosts.
Warning: Permanently added 'nexus.gz1.opensdn.io,212.233.90.199' (ECDSA) to the list of known hosts.
INFO: logs saved
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE