Status: Pass 38 Failure 32 Skip 11
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (telemetry_tempest_plugin.aodh.api.admin.test_alarming_api_admin | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingAPIAdminTest) |
fail
ft1.1: setUpClass (telemetry_tempest_plugin.aodh.api.admin.test_alarming_api_admin.TelemetryAlarmingAPIAdminTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f95e651b760>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 743, in get_client_manager
creds = getattr(cred_provider, credentials_method)()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 476, in get_admin_creds
return self.get_credentials('admin')
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials
network, subnet, router = self._create_network_resources(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources
self._add_router_interface(router['id'], subnet['id'])
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface
self.routers_admin_client.add_router_interface(router_id,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface
return self.update_resource(uri, kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 392, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/routers/9849e8d5-f8e7-4022-aab5-4cab390c3605/add_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f95e651b760>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (telemetry_tempest_plugin.aodh.api.test_alarming_api | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingAPITest) |
fail
ft2.1: setUpClass (telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f8c9e48beb0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8c9e48beb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (telemetry_tempest_plugin.aodh.api.test_alarming_api_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingNegativeTest) |
fail
ft3.1: setUpClass (telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc4a05c69a0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc4a05c69a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus | 1 | 0 | 1 | 0 | 0 | Detail | |
PrometheusGabbiTest) |
fail
ft4.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3f7c86a0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3f7c86a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.compute.servers.test_create_server | 2 | 0 | 1 | 0 | 1 | Detail | |
ServersTestBootFromVolume) |
skip
pt5.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)
|
||||||
ServersTestManualDisk) |
fail
ft5.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, 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 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_create_server.py", line 63, in resource_setup
server_initial = cls.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 287, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 117, in create_server
resp, body = self.post('servers', post_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 534, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/lib/python3.9/site-packages/urllib3/packages/six.py", line 708, in reraise
raise value.with_traceback(tb)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, 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 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft6.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, 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 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup
cls.server_id = cls.recreate_server(None, validatable=True,
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 423, in recreate_server
validation_resources=cls.get_class_validation_resources(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 802, in get_class_validation_resources
resources = vr.create_validation_resources(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 245, in create_validation_resources
LOG.exception(msg, prov_exc, cleanup_exc)
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 192, in create_validation_resources
clients.compute.KeyPairsClient().create_keypair(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/keypairs_client.py", line 91, in create_keypair
resp, body = self.post("os-keypairs", body=post_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 534, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/lib/python3.9/site-packages/urllib3/packages/six.py", line 708, in reraise
raise value.with_traceback(tb)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, 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 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_domains | 1 | 0 | 1 | 0 | 0 | Detail | |
DomainsTestJSON) |
fail
ft7.1: setUpClass (tempest.api.identity.admin.v3.test_domains.DomainsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f54a1a74a00>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a74a00>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_endpoints | 1 | 0 | 1 | 0 | 0 | Detail | |
EndPointsTestJSON) |
fail
ft8.1: setUpClass (tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f0b06f96880>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0b06f96880>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_services | 1 | 0 | 1 | 0 | 0 | Detail | |
ServicesTestJSON) |
fail
ft9.1: setUpClass (tempest.api.identity.admin.v3.test_services.ServicesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f0b06f9f700>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0b06f9f700>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.v3.test_api_discovery | 1 | 0 | 1 | 0 | 0 | Detail | |
TestApiDiscovery) |
fail
ft10.1: setUpClass (tempest.api.identity.v3.test_api_discovery.TestApiDiscovery)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f54a1960610>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1960610>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.v3.test_domains | 1 | 0 | 1 | 0 | 0 | Detail | |
DefaultDomainTestJSON) |
fail
ft11.1: setUpClass (tempest.api.identity.v3.test_domains.DefaultDomainTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f0b06f9fc70>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0b06f9fc70>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_extensions | 1 | 0 | 1 | 0 | 0 | Detail | |
ExtensionsTestJSON) |
fail
ft12.1: setUpClass (tempest.api.network.test_extensions.ExtensionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f8ca4103bb0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8ca4103bb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_floating_ips | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPTestJSON) |
fail
ft13.1: setUpClass (tempest.api.network.test_floating_ips.FloatingIPTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9361f8c3a0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9361f8c3a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_networks | 4 | 0 | 4 | 0 | 0 | Detail | |
NetworksIpV6Test) |
fail
ft14.1: setUpClass (tempest.api.network.test_networks.NetworksIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc4a622b4c0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc4a622b4c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
NetworksTest) |
fail
ft14.2: setUpClass (tempest.api.network.test_networks.NetworksTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9361f06df0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9361f06df0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
BulkNetworkOpsIpV6Test) |
fail
ft14.3: setUpClass (tempest.api.network.test_networks.BulkNetworkOpsIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f54a1879910>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1879910>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
BulkNetworkOpsTest) |
fail
ft14.4: setUpClass (tempest.api.network.test_networks.BulkNetworkOpsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f54a1888d90>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1888d90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_ports | 2 | 0 | 2 | 0 | 0 | Detail | |
PortsIpV6TestJSON) |
fail
ft15.1: setUpClass (tempest.api.network.test_ports.PortsIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc4a61a3130>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc4a61a3130>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
PortsTestJSON) |
fail
ft15.2: setUpClass (tempest.api.network.test_ports.PortsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f93620812e0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f93620812e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_routers | 2 | 0 | 2 | 0 | 0 | Detail | |
RoutersTest) |
fail
ft16.1: setUpClass (tempest.api.network.test_routers.RoutersTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f8ca406bb80>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8ca406bb80>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
RoutersIpV6Test) |
fail
ft16.2: setUpClass (tempest.api.network.test_routers.RoutersIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc4a62450d0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc4a62450d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_security_groups | 2 | 0 | 2 | 0 | 0 | Detail | |
SecGroupTest) |
fail
ft17.1: setUpClass (tempest.api.network.test_security_groups.SecGroupTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc4a6298340>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc4a6298340>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
SecGroupIPv6Test) |
fail
ft17.2: setUpClass (tempest.api.network.test_security_groups.SecGroupIPv6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9361f8c3a0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9361f8c3a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_subnetpools_extensions | 1 | 0 | 1 | 0 | 0 | Detail | |
SubnetPoolsTestJSON) |
fail
ft18.1: setUpClass (tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f0b06daef70>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0b06daef70>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.scenario.test_server_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestServerBasicOps) |
fail
ft19.1: setUpClass (tempest.scenario.test_server_basic_ops.TestServerBasicOps)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f0b06b4c670>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0b06b4c670>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (telemetry_tempest_plugin.aodh.api.sql.test_alarming_api | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingAPIMysqlTest) |
fail
ft20.1: tearDownClass (telemetry_tempest_plugin.aodh.api.sql.test_alarming_api.TelemetryAlarmingAPIMysqlTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f3e52754760>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 600, in clear_creds
self._clear_isolated_net_resources()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 594, in _clear_isolated_net_resources
self._clear_isolated_network(creds.network['id'],
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 561, in _clear_isolated_network
net_client.delete_network(network_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 52, in delete_network
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks/39841c42-a2f8-4c52-9898-c174f3cc158a (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3e52754760>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (tempest.api.compute.servers.test_attach_interfaces | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachInterfacesUnderV243Test) |
fail
ft21.1: tearDownClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a19f12b0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f549b1f1d40>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e850>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f549b211980>))
|
||||||
| tearDownClass (tempest.api.identity.admin.v3.test_credentials | 1 | 0 | 1 | 0 | 0 | Detail | |
CredentialsTestJSON) |
fail
ft22.1: tearDownClass (tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc4a6245a30>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds
self.cleanup_default_secgroup(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup
resp_body = security_group_client.list_security_groups(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups
return self.list_resources(uri, **filters)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 35, in list_resources
resp, body = self.get(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups?tenant_id=521a9b54735e4aa19d7699567533c0de&name=default (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc4a6245a30>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (tempest.api.identity.admin.v3.test_regions | 1 | 0 | 1 | 0 | 0 | Detail | |
RegionsTestJSON) |
fail
ft23.1: tearDownClass (tempest.api.identity.admin.v3.test_regions.RegionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9361f384f0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds
self.cleanup_default_secgroup(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup
resp_body = security_group_client.list_security_groups(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups
return self.list_resources(uri, **filters)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 35, in list_resources
resp, body = self.get(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups?tenant_id=c06269617d7f4774868f35de15ac40ee&name=default (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9361f384f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (tempest.scenario.test_network_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestNetworkBasicOps) |
fail
ft24.1: tearDownClass (tempest.scenario.test_network_basic_ops.TestNetworkBasicOps)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3f829af0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 611, in clear_creds
self.creds_client.delete_user(creds.user_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_client.py", line 55, in delete_user
self.users_client.delete_user(user_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/users_client.py", line 104, in delete_user
resp, body = self.delete("users/%s" % user_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/users/0e738cdb50d649b9968d2e1cdea3b9cb (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3f829af0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke] |
fail
ft25.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-31 10:28:22,928 30 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-31 10:28:22,929 30 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-31 10:28:23,694 30 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.764s
2026-01-31 10:28:23,695 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-616319274", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBORwrbeqSrLDPK33L6U61pmzrqJwk0WOZatDF9W5YcRdkq/CxYwLn8HMSOQX+Hi4GKHmm56QPogBYXJBCein4czcZMj/h9tT003vLQV6US4qtZy69/l6xGYyRGKuvL0Krw=="}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:22 GMT', 'server': 'Apache', 'content-length': '385', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ebde237-e3c8-4960-a17e-a34900490948', 'x-compute-request-id': 'req-4ebde237-e3c8-4960-a17e-a34900490948', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-616319274", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBORwrbeqSrLDPK33L6U61pmzrqJwk0WOZatDF9W5YcRdkq/CxYwLn8HMSOQX+Hi4GKHmm56QPogBYXJBCein4czcZMj/h9tT003vLQV6US4qtZy69/l6xGYyRGKuvL0Krw==", "fingerprint": "cf:67:01:1e:0c:64:61:0e:f6:33:5e:d7:24:38:fa:c3", "user_id": "2205cfa3b87343af99106de256070375"}}'
2026-01-31 10:28:23,697 30 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-616319274 created
2026-01-31 10:28:24,814 30 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 1.116s
2026-01-31 10:28:24,814 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--498889628", "description": "tempest-description--1178386837"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-550ebbdc-88e3-410c-9424-0f93048fba39', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "92afca8c-558a-440b-bafd-9264c4127e10", "name": "tempest-securitygroup--498889628", "stateful": true, "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "description": "tempest-description--1178386837", "shared": false, "security_group_rules": [{"id": "375a3832-92c1-4009-811a-234e7be64860", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "security_group_id": "92afca8c-558a-440b-bafd-9264c4127e10", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 166, "description": null, "tags": [], "created_at": "2026-01-31T10:28:24Z", "updated_at": "2026-01-31T10:28:24Z", "revision_number": 0, "project_id": "904e48d9dedd4c41a51e9b18681b22c2"}, {"id": "f228ed21-df7a-4012-9bca-e8bab7066e7e", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "security_group_id": "92afca8c-558a-440b-bafd-9264c4127e10", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 165, "description": null, "tags": [], "created_at": "2026-01-31T10:28:24Z", "updated_at": "2026-01-31T10:28:24Z", "revision_number": 0, "project_id": "904e48d9dedd4c41a51e9b18681b22c2"}], "tags": [], "created_at": "2026-01-31T10:28:24Z", "updated_at": "2026-01-31T10:28:24Z", "revision_number": 1, "project_id": "904e48d9dedd4c41a51e9b18681b22c2"}}'
2026-01-31 10:28:25,657 30 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.842s
2026-01-31 10:28:25,657 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "92afca8c-558a-440b-bafd-9264c4127e10", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-35918d2f-0a1d-41a0-93c6-c8b8c9f93277', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0c086025-d836-4539-bdf3-450864d4bd1a", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "security_group_id": "92afca8c-558a-440b-bafd-9264c4127e10", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-31T10:28:25Z", "updated_at": "2026-01-31T10:28:25Z", "revision_number": 0, "project_id": "904e48d9dedd4c41a51e9b18681b22c2"}}'
2026-01-31 10:28:26,019 30 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.362s
2026-01-31 10:28:26,020 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "92afca8c-558a-440b-bafd-9264c4127e10", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e5fecca5-c5db-4730-aff0-2ccb20dbc686', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "df2685e4-f559-46d2-aa27-5396dfe9ec5b", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "security_group_id": "92afca8c-558a-440b-bafd-9264c4127e10", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-31T10:28:25Z", "updated_at": "2026-01-31T10:28:25Z", "revision_number": 0, "project_id": "904e48d9dedd4c41a51e9b18681b22c2"}}'
2026-01-31 10:28:26,020 30 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--498889628 created
2026-01-31 10:28:26,776 30 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 0.753s
2026-01-31 10:28:26,776 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-91e86cc6-07d7-4e56-91e7-4a4ae5b6e9b1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "16e0d33b-429a-4858-9536-062423221071", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "floating_ip_address": "192.168.122.215", "floating_network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "904e48d9dedd4c41a51e9b18681b22c2", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-31T10:28:26Z", "updated_at": "2026-01-31T10:28:26Z", "revision_number": 0}}'
2026-01-31 10:28:26,776 30 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '16e0d33b-429a-4858-9536-062423221071', 'tenant_id': '904e48d9dedd4c41a51e9b18681b22c2', 'floating_ip_address': '192.168.122.215', 'floating_network_id': '0354ec7c-e1bc-41ee-95d4-df3eb7af056a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '904e48d9dedd4c41a51e9b18681b22c2', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-31T10:28:26Z', 'updated_at': '2026-01-31T10:28:26Z', 'revision_number': 0, 'ip': '192.168.122.215'} created
2026-01-31 10:28:27,131 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.351s
2026-01-31 10:28:27,132 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:26 GMT', 'server': 'Apache', 'content-length': '6274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7b8447c7-f5e5-462b-b5a7-904d03afa29d', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=ec3d868695b92c6193e1fb2f0cf83dea; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2205cfa3b87343af99106de256070375", "name": "tempest-AttachInterfacesUnderV243Test-967703146-project-member", "password_expires_at": null}, "audit_ids": ["s29TrNcSQzqxrzQwDvoM5g"], "expires_at": "2026-01-31T11:28:27.000000Z", "issued_at": "2026-01-31T10:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "904e48d9dedd4c41a51e9b18681b22c2", "name": "tempest-AttachInterfacesUnderV243Test-967703146"}, "is_domain": false, "roles": [{"id": "995be88fe7204ee183f619bd2ddfdb6d", "name": "reader"}, {"id": "b537dd53ee744ad9ba1c76cd904789de", "name": "member"}], "catalog": [{"endpoints": [{"name": "neutron", "id": "555be329561f467f9e92f4e9cdffd8b7", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "71a3e83b43314fdda5c9485703075338", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}], "id": "0692f50cb1ab48d4a0fd740a51bed5df", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "cinderv3", "id": "73a95fbfdc9442d4a6865c0e054efca5", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "92f1f1a5cec548a08d6e594096046ef5", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "0f57ece4401c4854a8c760733bce9434", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "heat", "id": "7bd8369ff2ac4eeda2a5a94c1877418f", "interface": "internal", "region_id": "regionOne", "url": "https://heat-api-internal.openstack.svc:8004/v1/904e48d9dedd4c41a51e9b18681b22c2", "region": "regionOne"}, {"name": "heat", "id": "d59a18e7d3e043fab0a1530c5f7177ed", "interface": "public", "region_id": "regionOne", "url": "https://heat-api-public-openstack.apps-crc.testing/v1/904e48d9dedd4c41a51e9b18681b22c2", "region": "regionOne"}], "id": "1b1f0dda53f24a47b59040eb7bf55ebe", "type": "orchestration", "name": "heat"}, {"endpoints": [{"name": "aodh", "id": "6798c941471a475bbd7079d75972c238", "interface": "public", "region_id": "regionOne", "url": "https://aodh-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "aodh", "id": "6a54c63d7e624939a0f589f9e11922f9", "interface": "internal", "region_id": "regionOne", "url": "https://aodh-internal.openstack.svc:8042", "region": "regionOne"}], "id": "1c01d60b6faa4c7eb545a1becee88462", "type": "alarming", "name": "aodh"}, {"endpoints": [{"name": "barbican", "id": "6f42dee8a82f42acb44d95f42f5fed89", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "ffa1f74903aa490eb708d4a415511569", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "63b76ce85f7e4915ab56db2d31ba7686", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "nova", "id": "1e850e5c83f14446acc85f90cd3fe1cc", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "af5b3eb87b2c40d19481668d534f4221", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "64ec4619e9284669a986199d667ca98d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "413d6f5573884e8da4965409cdcc214a", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}, {"id": "45c4dd0f5e774edea49edaaeadc2184e", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "87cd9368e0894a6db81b59031a38acf9", "type": "identity", "
2026-01-31 10:28:27,132 30 INFO [tempest.lib.common.fixed_network] (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip) Found network {'id': '42bce1b2-79a6-4f08-8713-7d1e88cff865', 'name': 'tempest-AttachInterfacesUnderV243Test-1223767552-network', 'tenant_id': '904e48d9dedd4c41a51e9b18681b22c2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '904e48d9dedd4c41a51e9b18681b22c2', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60447, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-31T10:28:05Z', 'updated_at': '2026-01-31T10:28:05Z', 'revision_number': 1} available for tenant
2026-01-31 10:28:27,133 30 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-616319274', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBORwrbeqSrLDPK33L6U61pmzrqJwk0WOZatDF9W5YcRdkq/CxYwLn8HMSOQX+Hi4GKHmm56QPogBYXJBCein4czcZMj/h9tT003vLQV6US4qtZy69/l6xGYyRGKuvL0Krw==', 'fingerprint': 'cf:67:01:1e:0c:64:61:0e:f6:33:5e:d7:24:38:fa:c3', 'user_id': '2205cfa3b87343af99106de256070375', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAdxA2BmqgiK3+W9/xGM3slbRjFf+9inUGB6HfsFhMvlZ+W3Dp3kuxz\neDVv181Sj3egBwYFK4EEACKhZANiAATkcK23qkqywzyt9y+lOtaZs66icJNFjmWr\nQxfVuWHEXZKvwsWMC5/BzEjkF/h4uBih5puekD6IAWFyQQnop+HM3GTI/4fbU9NN\n7y0FelEuKrWcuvf5esRmMkRirry9Cq8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '92afca8c-558a-440b-bafd-9264c4127e10', 'name': 'tempest-securitygroup--498889628', 'stateful': True, 'tenant_id': '904e48d9dedd4c41a51e9b18681b22c2', 'description': 'tempest-description--1178386837', 'shared': False, 'security_group_rules': [{'id': '375a3832-92c1-4009-811a-234e7be64860', 'tenant_id': '904e48d9dedd4c41a51e9b18681b22c2', 'security_group_id': '92afca8c-558a-440b-bafd-9264c4127e10', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 166, 'description': None, 'tags': [], 'created_at': '2026-01-31T10:28:24Z', 'updated_at': '2026-01-31T10:28:24Z', 'revision_number': 0, 'project_id': '904e48d9dedd4c41a51e9b18681b22c2'}, {'id': 'f228ed21-df7a-4012-9bca-e8bab7066e7e', 'tenant_id': '904e48d9dedd4c41a51e9b18681b22c2', 'security_group_id': '92afca8c-558a-440b-bafd-9264c4127e10', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 165, 'description': None, 'tags': [], 'created_at': '2026-01-31T10:28:24Z', 'updated_at': '2026-01-31T10:28:24Z', 'revision_number': 0, 'project_id': '904e48d9dedd4c41a51e9b18681b22c2'}], 'tags': [], 'created_at': '2026-01-31T10:28:24Z', 'updated_at': '2026-01-31T10:28:24Z', 'revision_number': 1, 'project_id': '904e48d9dedd4c41a51e9b18681b22c2'}, 'floating_ip': {'id': '16e0d33b-429a-4858-9536-062423221071', 'tenant_id': '904e48d9dedd4c41a51e9b18681b22c2', 'floating_ip_address': '192.168.122.215', 'floating_network_id': '0354ec7c-e1bc-41ee-95d4-df3eb7af056a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '904e48d9dedd4c41a51e9b18681b22c2', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-31T10:28:26Z', 'updated_at': '2026-01-31T10:28:26Z', 'revision_number': 0, 'ip': '192.168.122.215'}}
2026-01-31 10:28:32,375 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 5.242s
2026-01-31 10:28:32,376 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachInterfacesUnderV243Test-server-2029379366", "imageRef": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "flavorRef": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "networks": [{"uuid": "42bce1b2-79a6-4f08-8713-7d1e88cff865"}], "security_groups": [{"name": "tempest-securitygroup--498889628"}], "key_name": "tempest-keypair-616319274", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:27 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a53530b5-c9ce-4c2f-8aa7-9abd99ff6ef4', 'x-compute-request-id': 'req-a53530b5-c9ce-4c2f-8aa7-9abd99ff6ef4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "2c7f9a83-17b3-4e0f-8936-9e6a19920064", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--498889628"}], "adminPass": "XF8Ee8fj5WVa"}}'
2026-01-31 10:28:36,010 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064 3.633s
2026-01-31 10:28:36,011 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:32 GMT', 'server': 'Apache', 'content-length': '1450', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13db3cfc-8fbe-4932-88df-fcba4d2d9faa', 'x-compute-request-id': 'req-13db3cfc-8fbe-4932-88df-fcba4d2d9faa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064'}
Body: b'{"server": {"id": "2c7f9a83-17b3-4e0f-8936-9e6a19920064", "name": "tempest-AttachInterfacesUnderV243Test-server-2029379366", "status": "BUILD", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "user_id": "2205cfa3b87343af99106de256070375", "metadata": {}, "hostId": "f55438893121fff1435a151c6d17827041ff466b64e879ef1eac8c2d", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:28:32Z", "updated": "2026-01-31T10:28:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-616319274", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:28:39,221 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064 2.201s
2026-01-31 10:28:39,221 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:37 GMT', 'server': 'Apache', 'content-length': '1517', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72ee210e-ffee-4975-862a-a939802b9a65', 'x-compute-request-id': 'req-72ee210e-ffee-4975-862a-a939802b9a65', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064'}
Body: b'{"server": {"id": "2c7f9a83-17b3-4e0f-8936-9e6a19920064", "name": "tempest-AttachInterfacesUnderV243Test-server-2029379366", "status": "BUILD", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "user_id": "2205cfa3b87343af99106de256070375", "metadata": {}, "hostId": "f55438893121fff1435a151c6d17827041ff466b64e879ef1eac8c2d", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:28:32Z", "updated": "2026-01-31T10:28:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-616319274", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--498889628"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:28:42,827 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064 2.598s
2026-01-31 10:28:42,828 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:40 GMT', 'server': 'Apache', 'content-length': '1517', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3670407d-6bb0-46ef-9ab8-b0854d01deb1', 'x-compute-request-id': 'req-3670407d-6bb0-46ef-9ab8-b0854d01deb1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064'}
Body: b'{"server": {"id": "2c7f9a83-17b3-4e0f-8936-9e6a19920064", "name": "tempest-AttachInterfacesUnderV243Test-server-2029379366", "status": "BUILD", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "user_id": "2205cfa3b87343af99106de256070375", "metadata": {}, "hostId": "f55438893121fff1435a151c6d17827041ff466b64e879ef1eac8c2d", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:28:32Z", "updated": "2026-01-31T10:28:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-616319274", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--498889628"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:28:45,184 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064 1.350s
2026-01-31 10:28:45,184 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:43 GMT', 'server': 'Apache', 'content-length': '1712', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a07e828c-d835-4686-a901-bc19bd7d8e6f', 'x-compute-request-id': 'req-a07e828c-d835-4686-a901-bc19bd7d8e6f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064'}
Body: b'{"server": {"id": "2c7f9a83-17b3-4e0f-8936-9e6a19920064", "name": "tempest-AttachInterfacesUnderV243Test-server-2029379366", "status": "ACTIVE", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "user_id": "2205cfa3b87343af99106de256070375", "metadata": {}, "hostId": "f55438893121fff1435a151c6d17827041ff466b64e879ef1eac8c2d", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:28:32Z", "updated": "2026-01-31T10:28:44Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:66:1f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-616319274", "OS-SRV-USG:launched_at": "2026-01-31T10:28:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--498889628"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:28:45,189 30 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait
2026-01-31 10:28:46,408 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/os-interface 1.219s
2026-01-31 10:28:46,408 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:45 GMT', 'server': 'Apache', 'content-length': '284', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-321de868-bfdc-4a7d-8cbe-421de9626d33', 'x-compute-request-id': 'req-321de868-bfdc-4a7d-8cbe-421de9626d33', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "42bce1b2-79a6-4f08-8713-7d1e88cff865", "port_id": "b2cd8b2e-6468-4312-90f5-af1ffe4ba3ce", "mac_addr": "fa:16:3e:de:66:1f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "637be46b-1afc-4622-8633-8cfa5b10069f", "ip_address": "10.100.0.8"}]}]}'
2026-01-31 10:28:50,456 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071 4.046s
2026-01-31 10:28:50,456 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "b2cd8b2e-6468-4312-90f5-af1ffe4ba3ce"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-87ba86c4-23ba-4781-b9b0-77d8f8df45fe', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071'}
Body: b'{"floatingip": {"id": "16e0d33b-429a-4858-9536-062423221071", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "floating_ip_address": "192.168.122.215", "floating_network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a", "router_id": "8e45bdd3-92d9-4f6c-9d3a-7e495e759056", "port_id": "b2cd8b2e-6468-4312-90f5-af1ffe4ba3ce", "fixed_ip_address": "10.100.0.8", "status": "DOWN", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "42bce1b2-79a6-4f08-8713-7d1e88cff865", "mac_address": "fa:16:3e:de:66:1f", "admin_state_up": true, "status": "ACTIVE", "device_id": "2c7f9a83-17b3-4e0f-8936-9e6a19920064", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-31T10:28:26Z", "updated_at": "2026-01-31T10:28:47Z", "revision_number": 1, "project_id": "904e48d9dedd4c41a51e9b18681b22c2"}}'
2026-01-31 10:28:51,280 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064 0.823s
2026-01-31 10:28:51,280 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:50 GMT', 'server': 'Apache', 'content-length': '1712', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aebdd0c-9c2f-4e1c-b548-f0095465895e', 'x-compute-request-id': 'req-7aebdd0c-9c2f-4e1c-b548-f0095465895e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064'}
Body: b'{"server": {"id": "2c7f9a83-17b3-4e0f-8936-9e6a19920064", "name": "tempest-AttachInterfacesUnderV243Test-server-2029379366", "status": "ACTIVE", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "user_id": "2205cfa3b87343af99106de256070375", "metadata": {}, "hostId": "f55438893121fff1435a151c6d17827041ff466b64e879ef1eac8c2d", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:28:32Z", "updated": "2026-01-31T10:28:44Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:66:1f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-616319274", "OS-SRV-USG:launched_at": "2026-01-31T10:28:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--498889628"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:28:51,285 30 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.215:22' as 'cirros' with public key authentication
2026-01-31 10:29:23,009 30 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-31 10:29:23,213 30 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-31 10:29:23,214 30 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.215 successfully created
2026-01-31 10:29:24,394 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/os-interface 1.180s
2026-01-31 10:29:24,394 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:23 GMT', 'server': 'Apache', 'content-length': '284', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b73a3c1f-eb51-45e8-b302-8483cc4f9e08', 'x-compute-request-id': 'req-b73a3c1f-eb51-45e8-b302-8483cc4f9e08', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "42bce1b2-79a6-4f08-8713-7d1e88cff865", "port_id": "b2cd8b2e-6468-4312-90f5-af1ffe4ba3ce", "mac_addr": "fa:16:3e:de:66:1f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "637be46b-1afc-4622-8633-8cfa5b10069f", "ip_address": "10.100.0.8"}]}]}'
2026-01-31 10:29:25,198 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/os-interface/b2cd8b2e-6468-4312-90f5-af1ffe4ba3ce 0.802s
2026-01-31 10:29:25,198 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:24 GMT', 'server': 'Apache', 'content-length': '281', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a9f9f97-dd74-4723-a1f4-c09ba669d9eb', 'x-compute-request-id': 'req-6a9f9f97-dd74-4723-a1f4-c09ba669d9eb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/os-interface/b2cd8b2e-6468-4312-90f5-af1ffe4ba3ce'}
Body: b'{"interfaceAttachment": {"net_id": "42bce1b2-79a6-4f08-8713-7d1e88cff865", "port_id": "b2cd8b2e-6468-4312-90f5-af1ffe4ba3ce", "mac_addr": "fa:16:3e:de:66:1f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "637be46b-1afc-4622-8633-8cfa5b10069f", "ip_address": "10.100.0.8"}]}}'
2026-01-31 10:29:25,617 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips 0.415s
2026-01-31 10:29:25,617 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:25 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4c3106d-cdec-4dc8-ade6-ac6c01a8c9ee', 'x-compute-request-id': 'req-d4c3106d-cdec-4dc8-ade6-ac6c01a8c9ee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.215"}]}}'
2026-01-31 10:29:26,091 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/action 0.472s
2026-01-31 10:29:26,095 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"addFixedIp": {"networkId": "42bce1b2-79a6-4f08-8713-7d1e88cff865"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:25 GMT', 'server': 'Apache', 'content-length': '0', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81a521d2-0890-4c4b-8709-4e23c280fe77', 'x-compute-request-id': 'req-81a521d2-0890-4c4b-8709-4e23c280fe77', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/action'}
Body: b''
2026-01-31 10:29:26,290 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips 0.194s
2026-01-31 10:29:26,291 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:26 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8542db1-6a8c-49fe-b1f6-06f0c6160470', 'x-compute-request-id': 'req-d8542db1-6a8c-49fe-b1f6-06f0c6160470', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.215"}]}}'
2026-01-31 10:29:26,298 30 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 2c7f9a83-17b3-4e0f-8936-9e6a19920064: {'192.168.122.215', '10.100.0.8'}
2026-01-31 10:29:28,083 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips 0.783s
2026-01-31 10:29:28,085 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:27 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f3b237-43cf-40ca-ae82-f8b8e9250e5c', 'x-compute-request-id': 'req-39f3b237-43cf-40ca-ae82-f8b8e9250e5c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.215"}]}}'
2026-01-31 10:29:28,086 30 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 2c7f9a83-17b3-4e0f-8936-9e6a19920064: {'192.168.122.215', '10.100.0.8'}
2026-01-31 10:29:29,941 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips 0.816s
2026-01-31 10:29:29,941 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:29 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a18cbc4-fc85-4642-9d0f-98db7474a87e', 'x-compute-request-id': 'req-3a18cbc4-fc85-4642-9d0f-98db7474a87e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.215"}]}}'
2026-01-31 10:29:29,943 30 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 2c7f9a83-17b3-4e0f-8936-9e6a19920064: {'192.168.122.215', '10.100.0.8'}
2026-01-31 10:29:31,528 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips 0.584s
2026-01-31 10:29:31,604 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:30 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b550ca03-588f-4028-acd1-3ec75584f353', 'x-compute-request-id': 'req-b550ca03-588f-4028-acd1-3ec75584f353', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.215"}]}}'
2026-01-31 10:29:31,605 30 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 2c7f9a83-17b3-4e0f-8936-9e6a19920064: {'192.168.122.215', '10.100.0.8'}
2026-01-31 10:29:32,733 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips 0.113s
2026-01-31 10:29:32,733 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:32 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9419b63-82ce-4daf-b1b3-52fd4a1e979a', 'x-compute-request-id': 'req-c9419b63-82ce-4daf-b1b3-52fd4a1e979a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.215"}]}}'
2026-01-31 10:29:32,735 30 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 2c7f9a83-17b3-4e0f-8936-9e6a19920064: {'192.168.122.215', '10.100.0.8'}
2026-01-31 10:29:34,111 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips 0.375s
2026-01-31 10:29:34,201 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:33 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52417369-e431-4a58-b1fd-87a34cc0d1e6', 'x-compute-request-id': 'req-52417369-e431-4a58-b1fd-87a34cc0d1e6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.215"}]}}'
2026-01-31 10:29:34,202 30 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 2c7f9a83-17b3-4e0f-8936-9e6a19920064: {'192.168.122.215', '10.100.0.8'}
2026-01-31 10:29:38,630 30 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips 3.426s
2026-01-31 10:29:38,631 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:36 GMT', 'server': 'Apache', 'content-length': '196', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76b3fbfc-2354-4956-9cf8-1fd371e586f3', 'x-compute-request-id': 'req-76b3fbfc-2354-4956-9cf8-1fd371e586f3', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1223767552-network": [{"version": 4, "addr": "10.100.0.7"}, {"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.215"}]}}'
2026-01-31 10:29:38,633 30 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 2c7f9a83-17b3-4e0f-8936-9e6a19920064: {'192.168.122.215', '10.100.0.7', '10.100.0.8'}
2026-01-31 10:29:38,633 30 DEBUG [tempest.lib.common.utils.test_utils] Call _wait_for_ip_change returns true in 12.537482 seconds
2026-01-31 10:29:58,905 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:29:58,910 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38d250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:29:58,913 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38d160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:29:58,916 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38d190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:29:59,058 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38dfa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:29:59,062 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549e396df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:29:59,065 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549e396c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:29:59,067 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f48a3a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:29:59,069 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f48a220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:29:59,072 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f48aa90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,608 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38dd60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,611 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38d790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,614 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38da90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,616 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,619 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d200a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,621 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,628 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,630 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d205b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,634 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d206a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,636 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00,639 30 ERROR [tempest.api.compute.base] Failed to delete server 2c7f9a83-17b3-4e0f-8936-9e6a19920064
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base conn = connection.create_connection(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base raise err
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base sock.connect(sa)
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base ConnectionRefusedError: [Errno 111] Connection refused
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base httplib_response = self._make_request(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base self._validate_conn(conn)
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base conn.connect()
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base conn = self._new_conn()
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base raise NewConnectionError(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f54a0d20a30>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 434, in delete_server
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base cls.servers_client.delete_server(server_id)
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base resp, body = self.delete("servers/%s" % server_id)
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base return self.request('DELETE', url, extra_headers, headers, body)
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base resp, resp_body = self._request(method, url, headers=headers,
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base resp, resp_body = self.raw_request(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base resp, resp_body = self.http_obj.request(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base return self.request_encode_url(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base return self.urlopen(method, url, **extra_kw)
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base response = conn.urlopen(method, u.request_uri, **kw)
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base return self.urlopen(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base return self.urlopen(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base return self.urlopen(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base [Previous line repeated 7 more times]
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base retries = retries.increment(
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20a30>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-31 10:30:00.639 30 ERROR tempest.api.compute.base
2026-01-31 10:30:00,652 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f48a850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,657 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20f10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,670 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f48a070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,674 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f48a550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,678 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4ed30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,681 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,683 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,685 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d209a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,688 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,691 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d206a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-616319274
2026-01-31 10:30:00,693 30 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-616319274
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources raise err
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f54a0d20820>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/os-keypairs/tempest-keypair-616319274 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20820>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-31 10:30:00.693 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00,698 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38db50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,700 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d205e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,719 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38d2b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,723 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,726 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,732 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,736 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,739 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,743 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e0a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,748 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4ef40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00,752 30 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group 92afca8c-558a-440b-bafd-9264c4127e10
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources raise err
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f54a1a4efd0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups/92afca8c-558a-440b-bafd-9264c4127e10 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4efd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-31 10:30:00.752 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00,757 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f4bb430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,761 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f4bb8b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,764 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4eac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,767 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,770 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4ef40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,772 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,777 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,781 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e3a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,784 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4ee80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,787 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a1a4e760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00,789 30 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip 16e0d33b-429a-4858-9536-062423221071
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources raise err
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f54a0d20280>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 335, in clear_validation_resources
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources floating_ip_client.delete_floatingip(fip_id)
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/floating_ips_client.py", line 55, in delete_floatingip
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/16e0d33b-429a-4858-9536-062423221071 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20280>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-31 10:30:00.789 30 ERROR tempest.lib.common.validation_resources
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f54a0d20820>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/fixtures/fixture.py", line 124, in cleanUp
return self._cleanups(raise_errors=raise_first)
File "/usr/lib/python3.9/site-packages/fixtures/callmany.py", line 84, in __call__
raise error[1].with_traceback(error[2])
File "/usr/lib/python3.9/site-packages/fixtures/callmany.py", line 78, in __call__
cleanup(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources
raise has_exception
File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
keypair_client.delete_keypair(keypair_name)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
resp, body = self.delete(url)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/os-keypairs/tempest-keypair-616319274 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f54a0d20820>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f549f38d520>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 421, in test_add_remove_fixed_ip
server_detail = self.os_primary.servers_client.show_server(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/2c7f9a83-17b3-4e0f-8936-9e6a19920064 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f549f38d520>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke] |
fail
ft26.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-31 10:28:44,788 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 2.710s
2026-01-31 10:28:44,789 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--2037938321", "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-e152ab78-dcf1-410b-bff7-19e31fefae00', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"daff63ed-ea84-45dc-9745-1af596db4581","name":"tempest-network-smoke--2037938321","tenant_id":"cbe14d6b97b64029ae17f2f239669a6f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"cbe14d6b97b64029ae17f2f239669a6f","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-31T10:28:42Z","updated_at":"2026-01-31T10:28:43Z","revision_number":1}}'
2026-01-31 10:28:54,329 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 9.539s
2026-01-31 10:28:54,329 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-1082631106", "admin_state_up": true, "project_id": "cbe14d6b97b64029ae17f2f239669a6f", "external_gateway_info": {"network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a"}}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '672', 'x-openstack-request-id': 'req-8d019850-eb5d-4ed5-98ed-43368da01707', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0", "name": "tempest-TestNetworkBasicOps-router-1082631106", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a", "external_fixed_ips": [{"subnet_id": "798a629b-38f6-4446-a44b-891df837f8d3", "ip_address": "192.168.122.210"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-31T10:28:45Z", "updated_at": "2026-01-31T10:28:50Z", "revision_number": 2, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}'
2026-01-31 10:28:54,933 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=cbe14d6b97b64029ae17f2f239669a6f&cidr=10.100.0.0%2F28 0.604s
2026-01-31 10:28:54,934 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-d372dbe2-35a1-4ef3-9df8-5675aea23c84', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=cbe14d6b97b64029ae17f2f239669a6f&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2026-01-31 10:28:55,189 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.254s
2026-01-31 10:28:55,189 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '744', 'x-openstack-request-id': 'req-5b21e410-146c-4cfa-8577-e5f13f0f334a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"0354ec7c-e1bc-41ee-95d4-df3eb7af056a","name":"public","tenant_id":"155389cbed6644acacdbeeb6155adb54","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["798a629b-38f6-4446-a44b-891df837f8d3"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":false,"tags":[],"created_at":"2026-01-31T09:57:29Z","updated_at":"2026-01-31T09:57:37Z","revision_number":2,"project_id":"155389cbed6644acacdbeeb6155adb54","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2026-01-31 10:28:55,286 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=0354ec7c-e1bc-41ee-95d4-df3eb7af056a&cidr=10.100.0.0%2F28 0.096s
2026-01-31 10:28:55,286 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-68cec99c-bdb3-4652-a35e-13a34a6741b5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=0354ec7c-e1bc-41ee-95d4-df3eb7af056a&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2026-01-31 10:28:56,181 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.894s
2026-01-31 10:28:56,181 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-590493216", "network_id": "daff63ed-ea84-45dc-9745-1af596db4581", "project_id": "cbe14d6b97b64029ae17f2f239669a6f", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-879e28bf-ee47-43a8-8714-b9824a8ed81f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"18af3ac5-ffa7-4dfa-bb47-8a568b0f684d","name":"tempest-subnet-smoke-590493216","tenant_id":"cbe14d6b97b64029ae17f2f239669a6f","network_id":"daff63ed-ea84-45dc-9745-1af596db4581","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-31T10:28:55Z","updated_at":"2026-01-31T10:28:55Z","revision_number":0,"project_id":"cbe14d6b97b64029ae17f2f239669a6f"}}'
2026-01-31 10:28:59,182 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/add_router_interface 3.000s
2026-01-31 10:28:59,182 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "18af3ac5-ffa7-4dfa-bb47-8a568b0f684d"}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-6e1c30a5-c514-44f7-a6d4-4ed0425c627e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/add_router_interface'}
Body: b'{"id": "e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "port_id": "ff753ba2-cb40-4940-adca-052d9581e79f", "network_id": "daff63ed-ea84-45dc-9745-1af596db4581", "subnet_id": "18af3ac5-ffa7-4dfa-bb47-8a568b0f684d", "subnet_ids": ["18af3ac5-ffa7-4dfa-bb47-8a568b0f684d"]}'
2026-01-31 10:28:59,450 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.267s
2026-01-31 10:28:59,451 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '7419', 'x-openstack-request-id': 'req-b875a8af-0b85-4d5f-91a3-59ef3bdd784d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"0354ec7c-e1bc-41ee-95d4-df3eb7af056a","name":"public","tenant_id":"155389cbed6644acacdbeeb6155adb54","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["798a629b-38f6-4446-a44b-891df837f8d3"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":false,"tags":[],"created_at":"2026-01-31T09:57:29Z","updated_at":"2026-01-31T09:57:37Z","revision_number":2,"project_id":"155389cbed6644acacdbeeb6155adb54","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null},{"id":"39841c42-a2f8-4c52-9898-c174f3cc158a","name":"tempest-TelemetryAlarmingAPIMysqlTest-817268069-network","tenant_id":"b5ca0b8bbd9746e7a2a3c8eb07412646","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["29169a52-0adc-4184-a6f3-3ba62cc473c0"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-31T10:28:44Z","updated_at":"2026-01-31T10:28:47Z","revision_number":2,"project_id":"b5ca0b8bbd9746e7a2a3c8eb07412646","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":19334},{"id":"42bce1b2-79a6-4f08-8713-7d1e88cff865","name":"tempest-AttachInterfacesUnderV243Test-1223767552-network","tenant_id":"904e48d9dedd4c41a51e9b18681b22c2","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["637be46b-1afc-4622-8633-8cfa5b10069f"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-31T10:28:05Z","updated_at":"2026-01-31T10:28:06Z","revision_number":2,"project_id":"904e48d9dedd4c41a51e9b18681b22c2","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60447},{"id":"48aa712a-2069-4774-86bb-f2b26b8d0de8","name":"tempest-ServersTestJSON-671322791-network","tenant_id":"e7c8ba4707564805be9a18429ec92962","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["3299befe-e1ab-44a9-90c2-49bb9c287954"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-31T10:28:04Z","updated_at":"2026-01-31T10:28:06Z","revision_number":2,"project_id":"e7c8ba4707564805be9a18429ec92962","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":49152},{"id":"4aea2cd0-53ff-472d-ba05-d18bc90fed66","name":"tempest-SecurityGroupsTestJSON-566538510-network","tenant_id":"5d9ea7ddec9c463e81491a3ae0ac1ce9","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["1d649f93-09cf-4768-8516-69662ff3fd6c"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-31T10:28:04Z","updated_at":"2026-01-31T10:28:05Z","revision_number":2,"project_id":"5d9ea7ddec9c463e81491a3ae0ac1ce9","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":29677},{"id":"8134de87-060c-4fbd-8338-683b625a652e","name":"heat_tempestconf_network","tenant_id":"4fbd8d763dd4499e9957c716a8e326dd","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["5784210d-2eca-49fe-a813-262600b9395e"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null
2026-01-31 10:28:59,636 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.185s
2026-01-31 10:28:59,637 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:28:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '6519', 'x-openstack-request-id': 'req-ef1d5af3-84f5-4c11-9dc1-5a1a1fd65d94', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"18af3ac5-ffa7-4dfa-bb47-8a568b0f684d","name":"tempest-subnet-smoke-590493216","tenant_id":"cbe14d6b97b64029ae17f2f239669a6f","network_id":"daff63ed-ea84-45dc-9745-1af596db4581","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-31T10:28:55Z","updated_at":"2026-01-31T10:28:55Z","revision_number":0,"project_id":"cbe14d6b97b64029ae17f2f239669a6f"},{"id":"1d649f93-09cf-4768-8516-69662ff3fd6c","name":"tempest-SecurityGroupsTestJSON-566538510-subnet","tenant_id":"5d9ea7ddec9c463e81491a3ae0ac1ce9","network_id":"4aea2cd0-53ff-472d-ba05-d18bc90fed66","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-31T10:28:05Z","updated_at":"2026-01-31T10:28:05Z","revision_number":0,"project_id":"5d9ea7ddec9c463e81491a3ae0ac1ce9"},{"id":"29169a52-0adc-4184-a6f3-3ba62cc473c0","name":"tempest-TelemetryAlarmingAPIMysqlTest-817268069-subnet","tenant_id":"b5ca0b8bbd9746e7a2a3c8eb07412646","network_id":"39841c42-a2f8-4c52-9898-c174f3cc158a","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-31T10:28:47Z","updated_at":"2026-01-31T10:28:47Z","revision_number":0,"project_id":"b5ca0b8bbd9746e7a2a3c8eb07412646"},{"id":"3299befe-e1ab-44a9-90c2-49bb9c287954","name":"tempest-ServersTestJSON-671322791-subnet","tenant_id":"e7c8ba4707564805be9a18429ec92962","network_id":"48aa712a-2069-4774-86bb-f2b26b8d0de8","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-31T10:28:06Z","updated_at":"2026-01-31T10:28:06Z","revision_number":0,"project_id":"e7c8ba4707564805be9a18429ec92962"},{"id":"53c43cc5-5c4a-4780-8161-a84e253ff553","name":"tempest-ServerAddressesTestJSON-917441389-subnet","tenant_id":"146dcb55f281466fa2f94bac5029431f","network_id":"cf9c2056-599e-4c77-ba51-3ee29be3fa70","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-31T10:28:06Z","updated_at":"2026-01-31T10:28:06Z","revision_number":0,"project_id":"146dcb55f281466fa2f94bac5029431f"},{"id":"5784210d-2eca-49fe-a813-262600b9395e","name":"heat_tempestconf_subnet","tenant_id":"155389cbed6644acacdbeeb6155adb54","network_id":"8134de87-060c-4fbd-8338-683b625a652e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.199.1","cidr":"192.168.199.0/24","allocation_pools":[{"start":"192.168.199.2","end":"192.168.199.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-31T10:27:30Z","updated_at":"2026-01-31T10:27:30Z","revision_number":0,"project_id":"155389cbed6644acacdbeeb6155adb54"},{"id":"637be46b-1afc-4622-8633-8cfa5b10069f","name":"tempest-AttachInterfacesUnderV243Test-1223767552-subnet","tenant_id":"904e48d9dedd4c41a51e9b18681b22c2","network_i
2026-01-31 10:29:00,323 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.684s
2026-01-31 10:29:00,323 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:00 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '3784', 'x-openstack-request-id': 'req-b1d17f8d-9007-4787-a095-55eb3a3505a0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "00ac788f-afdb-46fa-807f-d9b246f5bcc7", "name": "tempest-TelemetryAlarmingAPIMysqlTest-817268069-router", "tenant_id": "b5ca0b8bbd9746e7a2a3c8eb07412646", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a", "external_fixed_ips": [{"subnet_id": "798a629b-38f6-4446-a44b-891df837f8d3", "ip_address": "192.168.122.198"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-31T10:28:48Z", "updated_at": "2026-01-31T10:28:51Z", "revision_number": 2, "project_id": "b5ca0b8bbd9746e7a2a3c8eb07412646"}, {"id": "0a58b7c1-de2b-4137-a613-cc8c8f345f47", "name": "priv_router", "tenant_id": "155389cbed6644acacdbeeb6155adb54", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a", "external_fixed_ips": [{"subnet_id": "798a629b-38f6-4446-a44b-891df837f8d3", "ip_address": "192.168.122.224"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-31T09:57:44Z", "updated_at": "2026-01-31T09:58:01Z", "revision_number": 3, "project_id": "155389cbed6644acacdbeeb6155adb54"}, {"id": "38f71389-67dc-4557-8dd4-60c8e476aa06", "name": "tempest-SecurityGroupsTestJSON-566538510-router", "tenant_id": "5d9ea7ddec9c463e81491a3ae0ac1ce9", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-31T10:28:08Z", "updated_at": "2026-01-31T10:28:58Z", "revision_number": 5, "project_id": "5d9ea7ddec9c463e81491a3ae0ac1ce9"}, {"id": "4ba1c8c3-e77e-41bf-b5f2-117b6928d3d9", "name": "tempest-ServersTestJSON-671322791-router", "tenant_id": "e7c8ba4707564805be9a18429ec92962", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a", "external_fixed_ips": [{"subnet_id": "798a629b-38f6-4446-a44b-891df837f8d3", "ip_address": "192.168.122.246"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-31T10:28:09Z", "updated_at": "2026-01-31T10:28:17Z", "revision_number": 3, "project_id": "e7c8ba4707564805be9a18429ec92962"}, {"id": "8e45bdd3-92d9-4f6c-9d3a-7e495e759056", "name": "tempest-AttachInterfacesUnderV243Test-1223767552-router", "tenant_id": "904e48d9dedd4c41a51e9b18681b22c2", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a", "external_fixed_ips": [{"subnet_id": "798a629b-38f6-4446-a44b-891df837f8d3", "ip_address": "192.168.122.249"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-31T10:28:09Z", "updated_at": "2026-01-31T10:28:18Z", "revision_number": 3, "project_id": "904e48d9dedd4c41a51e9b18681b22c2"}, {"id": "e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0", "name": "tempest-TestNetworkBasicOps-router-1082631106", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "0354ec7c-e1bc-41ee-95d4-df3eb7af056a", "external_fixed_ips": [{"subnet_id": "798a629b-38f6-4446-a44b-891df837f8d3", "ip_address": "192.168.122.210"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-31T10:28:45Z", "updated_at": "2026-01-31T10:28:57Z", "revision_number": 3, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}]}'
2026-01-31 10:29:00,533 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.185s
2026-01-31 10:29:00,534 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-372007442", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAC6zFij6hdbVTVJDFIvBpr0G9j0UvlgJJbPRKYmbIN6JpbhCnDSsH6dBLsw6NWpaGzvhVhQvjhGEP8mVxQ5rZnizKvA9MS6usFFQbqmsX2VpYujeNOp5BtC1EBXj3OYWg=="}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:00 GMT', 'server': 'Apache', 'content-length': '397', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1587e67d-e15f-4c3a-9a06-edd03ce6e451', 'x-compute-request-id': 'req-1587e67d-e15f-4c3a-9a06-edd03ce6e451', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-372007442", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAC6zFij6hdbVTVJDFIvBpr0G9j0UvlgJJbPRKYmbIN6JpbhCnDSsH6dBLsw6NWpaGzvhVhQvjhGEP8mVxQ5rZnizKvA9MS6usFFQbqmsX2VpYujeNOp5BtC1EBXj3OYWg==", "fingerprint": "ea:a5:89:42:26:da:19:e6:83:88:9f:44:bf:5b:5f:e8", "user_id": "0e738cdb50d649b9968d2e1cdea3b9cb"}}'
2026-01-31 10:29:01,374 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.837s
2026-01-31 10:29:01,376 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-651865513", "description": "tempest-secgroup-smoke-651865513 description", "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-1706e098-ff53-42fa-ba26-0ea16c08a54e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups'}
Body: b'{"security_group": {"id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "name": "tempest-secgroup-smoke-651865513", "stateful": true, "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "description": "tempest-secgroup-smoke-651865513 description", "shared": false, "security_group_rules": [{"id": "77adc6c2-38a4-4ff5-a360-ef6869e06071", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 276, "description": null, "tags": [], "created_at": "2026-01-31T10:29:00Z", "updated_at": "2026-01-31T10:29:00Z", "revision_number": 0, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}, {"id": "f18ed1dd-3f60-4dd9-9f5e-481e9b8c9873", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 275, "description": null, "tags": [], "created_at": "2026-01-31T10:29:00Z", "updated_at": "2026-01-31T10:29:00Z", "revision_number": 0, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}], "tags": [], "created_at": "2026-01-31T10:29:00Z", "updated_at": "2026-01-31T10:29:00Z", "revision_number": 1, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}'
2026-01-31 10:29:02,063 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.687s
2026-01-31 10:29:02,064 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "project_id": "cbe14d6b97b64029ae17f2f239669a6f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-92ffa98b-9c49-4b4f-aa61-31c42dc65d3d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bfdcbcfe-bb25-4822-a2d6-5f74e904f762", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-31T10:29:01Z", "updated_at": "2026-01-31T10:29:01Z", "revision_number": 0, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}'
2026-01-31 10:29:02,357 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.293s
2026-01-31 10:29:02,357 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "project_id": "cbe14d6b97b64029ae17f2f239669a6f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-0e0e142a-9be4-4470-bac8-7c90c6f08c76', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "77986061-393b-4259-aa80-7f6d8e8e64f5", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-31T10:29:02Z", "updated_at": "2026-01-31T10:29:02Z", "revision_number": 0, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}'
2026-01-31 10:29:03,793 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.434s
2026-01-31 10:29:03,793 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "project_id": "cbe14d6b97b64029ae17f2f239669a6f", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:03 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cbc1e6b1-e982-493c-bc79-f3d556d56761', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "9e153497-3586-4c5d-9f2d-708bbb0b2ab0", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-31T10:29:02Z", "updated_at": "2026-01-31T10:29:02Z", "revision_number": 0, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}'
2026-01-31 10:29:06,370 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 2.576s
2026-01-31 10:29:06,373 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "project_id": "cbe14d6b97b64029ae17f2f239669a6f", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-560a4da8-1626-4991-a031-6bd6f3aa6b33', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ceac3cc5-e397-464d-8d74-b3f788fa00ee", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-31T10:29:04Z", "updated_at": "2026-01-31T10:29:04Z", "revision_number": 0, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}'
2026-01-31 10:29:08,162 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.789s
2026-01-31 10:29:08,163 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "project_id": "cbe14d6b97b64029ae17f2f239669a6f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d7fe4a0e-e575-4c96-b634-3d06f3e715fa', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7b916510-80ba-4ed7-8dbe-cf632711f852", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-31T10:29:07Z", "updated_at": "2026-01-31T10:29:07Z", "revision_number": 0, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}'
2026-01-31 10:29:09,932 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.769s
2026-01-31 10:29:09,932 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "project_id": "cbe14d6b97b64029ae17f2f239669a6f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-f2fa2259-9482-4107-a637-926faaa026c6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=d13b4f4b17b3a9b9a19c2c2d84bc76b8; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "eac664c7-c96a-4441-916e-ef2d1adf7392", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "security_group_id": "f73d1668-a42d-4352-80a5-daeec6e1506d", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-31T10:29:09Z", "updated_at": "2026-01-31T10:29:09Z", "revision_number": 0, "project_id": "cbe14d6b97b64029ae17f2f239669a6f"}}'
2026-01-31 10:29:10,317 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.380s
2026-01-31 10:29:10,318 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:09 GMT', 'server': 'Apache', 'content-length': '6256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4b380040-16d2-40df-8917-78e4fb135887', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=ec3d868695b92c6193e1fb2f0cf83dea; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0e738cdb50d649b9968d2e1cdea3b9cb", "name": "tempest-TestNetworkBasicOps-1682954337-project-member", "password_expires_at": null}, "audit_ids": ["4z2ySs0qRGyIkOvmUC0GQA"], "expires_at": "2026-01-31T11:29:10.000000Z", "issued_at": "2026-01-31T10:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe14d6b97b64029ae17f2f239669a6f", "name": "tempest-TestNetworkBasicOps-1682954337"}, "is_domain": false, "roles": [{"id": "995be88fe7204ee183f619bd2ddfdb6d", "name": "reader"}, {"id": "b537dd53ee744ad9ba1c76cd904789de", "name": "member"}], "catalog": [{"endpoints": [{"name": "neutron", "id": "555be329561f467f9e92f4e9cdffd8b7", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "neutron", "id": "71a3e83b43314fdda5c9485703075338", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}], "id": "0692f50cb1ab48d4a0fd740a51bed5df", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "cinderv3", "id": "73a95fbfdc9442d4a6865c0e054efca5", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "92f1f1a5cec548a08d6e594096046ef5", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "0f57ece4401c4854a8c760733bce9434", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "heat", "id": "7bd8369ff2ac4eeda2a5a94c1877418f", "interface": "internal", "region_id": "regionOne", "url": "https://heat-api-internal.openstack.svc:8004/v1/cbe14d6b97b64029ae17f2f239669a6f", "region": "regionOne"}, {"name": "heat", "id": "d59a18e7d3e043fab0a1530c5f7177ed", "interface": "public", "region_id": "regionOne", "url": "https://heat-api-public-openstack.apps-crc.testing/v1/cbe14d6b97b64029ae17f2f239669a6f", "region": "regionOne"}], "id": "1b1f0dda53f24a47b59040eb7bf55ebe", "type": "orchestration", "name": "heat"}, {"endpoints": [{"name": "aodh", "id": "6798c941471a475bbd7079d75972c238", "interface": "public", "region_id": "regionOne", "url": "https://aodh-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "aodh", "id": "6a54c63d7e624939a0f589f9e11922f9", "interface": "internal", "region_id": "regionOne", "url": "https://aodh-internal.openstack.svc:8042", "region": "regionOne"}], "id": "1c01d60b6faa4c7eb545a1becee88462", "type": "alarming", "name": "aodh"}, {"endpoints": [{"name": "barbican", "id": "6f42dee8a82f42acb44d95f42f5fed89", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}, {"name": "barbican", "id": "ffa1f74903aa490eb708d4a415511569", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "63b76ce85f7e4915ab56db2d31ba7686", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "nova", "id": "1e850e5c83f14446acc85f90cd3fe1cc", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "af5b3eb87b2c40d19481668d534f4221", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "64ec4619e9284669a986199d667ca98d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "413d6f5573884e8da4965409cdcc214a", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}, {"id": "45c4dd0f5e774edea49edaaeadc2184e", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "87cd9368e0894a6db81b59031a38acf9", "type": "identity", "name": "keystone"}
2026-01-31 10:29:10,318 29 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_network_basic_ops) Found network None available for tenant
2026-01-31 10:29:16,557 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 6.238s
2026-01-31 10:29:16,558 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-1366047794", "imageRef": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "flavorRef": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "networks": [{"uuid": "daff63ed-ea84-45dc-9745-1af596db4581"}], "key_name": "tempest-TestNetworkBasicOps-372007442", "security_groups": [{"name": "tempest-secgroup-smoke-651865513"}]}}
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:10 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd2416ea-887e-41cc-94f6-6af6427cb5d6', 'x-compute-request-id': 'req-cd2416ea-887e-41cc-94f6-6af6427cb5d6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "a0208ed9-3ae5-4499-81e2-3f2cb621f74d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-651865513"}], "adminPass": "234dwLCahRuR"}}'
2026-01-31 10:29:17,299 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d 0.739s
2026-01-31 10:29:17,303 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:16 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bad34300-51de-4678-99ca-1c7b8f97c628', 'x-compute-request-id': 'req-bad34300-51de-4678-99ca-1c7b8f97c628', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d'}
Body: b'{"server": {"id": "a0208ed9-3ae5-4499-81e2-3f2cb621f74d", "name": "tempest-TestNetworkBasicOps-server-1366047794", "status": "BUILD", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "user_id": "0e738cdb50d649b9968d2e1cdea3b9cb", "metadata": {}, "hostId": "", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:29:16Z", "updated": "2026-01-31T10:29:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-372007442", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:29:19,296 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d 0.987s
2026-01-31 10:29:19,299 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:18 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d47be1c-8e7b-4447-a792-12c57b883ff2', 'x-compute-request-id': 'req-6d47be1c-8e7b-4447-a792-12c57b883ff2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d'}
Body: b'{"server": {"id": "a0208ed9-3ae5-4499-81e2-3f2cb621f74d", "name": "tempest-TestNetworkBasicOps-server-1366047794", "status": "BUILD", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "user_id": "0e738cdb50d649b9968d2e1cdea3b9cb", "metadata": {}, "hostId": "", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:29:16Z", "updated": "2026-01-31T10:29:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-372007442", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:29:20,941 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d 0.633s
2026-01-31 10:29:20,941 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:20 GMT', 'server': 'Apache', 'content-length': '1452', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6610490b-6ac1-4ade-bf9d-0e07f5e12f86', 'x-compute-request-id': 'req-6610490b-6ac1-4ade-bf9d-0e07f5e12f86', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d'}
Body: b'{"server": {"id": "a0208ed9-3ae5-4499-81e2-3f2cb621f74d", "name": "tempest-TestNetworkBasicOps-server-1366047794", "status": "BUILD", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "user_id": "0e738cdb50d649b9968d2e1cdea3b9cb", "metadata": {}, "hostId": "c85635bebcd562d7566fbbc95c4385c01f0f931030d07fb8363552dc", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:29:16Z", "updated": "2026-01-31T10:29:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-372007442", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:29:20,944 29 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait
2026-01-31 10:29:23,092 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d 0.958s
2026-01-31 10:29:23,093 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:22 GMT', 'server': 'Apache', 'content-length': '1452', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef0d8e23-4318-4b84-9b82-38f4c2da4f50', 'x-compute-request-id': 'req-ef0d8e23-4318-4b84-9b82-38f4c2da4f50', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d'}
Body: b'{"server": {"id": "a0208ed9-3ae5-4499-81e2-3f2cb621f74d", "name": "tempest-TestNetworkBasicOps-server-1366047794", "status": "BUILD", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "user_id": "0e738cdb50d649b9968d2e1cdea3b9cb", "metadata": {}, "hostId": "c85635bebcd562d7566fbbc95c4385c01f0f931030d07fb8363552dc", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:29:16Z", "updated": "2026-01-31T10:29:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-372007442", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:29:26,433 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d 2.336s
2026-01-31 10:29:26,434 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:24 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3677c8fd-6618-4f21-a840-4dbbe569d177', 'x-compute-request-id': 'req-3677c8fd-6618-4f21-a840-4dbbe569d177', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d'}
Body: b'{"server": {"id": "a0208ed9-3ae5-4499-81e2-3f2cb621f74d", "name": "tempest-TestNetworkBasicOps-server-1366047794", "status": "BUILD", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "user_id": "0e738cdb50d649b9968d2e1cdea3b9cb", "metadata": {}, "hostId": "c85635bebcd562d7566fbbc95c4385c01f0f931030d07fb8363552dc", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:29:16Z", "updated": "2026-01-31T10:29:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-372007442", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-651865513"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:29:29,917 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d 2.477s
2026-01-31 10:29:29,918 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:27 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30da0f10-b75e-42bb-b700-46a667125dc0', 'x-compute-request-id': 'req-30da0f10-b75e-42bb-b700-46a667125dc0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d'}
Body: b'{"server": {"id": "a0208ed9-3ae5-4499-81e2-3f2cb621f74d", "name": "tempest-TestNetworkBasicOps-server-1366047794", "status": "BUILD", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "user_id": "0e738cdb50d649b9968d2e1cdea3b9cb", "metadata": {}, "hostId": "c85635bebcd562d7566fbbc95c4385c01f0f931030d07fb8363552dc", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:29:16Z", "updated": "2026-01-31T10:29:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-372007442", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-651865513"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:29:32,315 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d 1.391s
2026-01-31 10:29:32,315 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:30 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5d31682-c407-43a3-ab3b-0cbdc5b90c3e', 'x-compute-request-id': 'req-e5d31682-c407-43a3-ab3b-0cbdc5b90c3e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d'}
Body: b'{"server": {"id": "a0208ed9-3ae5-4499-81e2-3f2cb621f74d", "name": "tempest-TestNetworkBasicOps-server-1366047794", "status": "BUILD", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "user_id": "0e738cdb50d649b9968d2e1cdea3b9cb", "metadata": {}, "hostId": "c85635bebcd562d7566fbbc95c4385c01f0f931030d07fb8363552dc", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:29:16Z", "updated": "2026-01-31T10:29:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-372007442", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-651865513"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:29:39,837 29 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d 6.515s
2026-01-31 10:29:39,837 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sat, 31 Jan 2026 10:29:33 GMT', 'server': 'Apache', 'content-length': '1519', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea0ca665-2096-460a-9608-e0a6ec4b317d', 'x-compute-request-id': 'req-ea0ca665-2096-460a-9608-e0a6ec4b317d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=845953e34a356f8e864f7c787055ac1c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d'}
Body: b'{"server": {"id": "a0208ed9-3ae5-4499-81e2-3f2cb621f74d", "name": "tempest-TestNetworkBasicOps-server-1366047794", "status": "BUILD", "tenant_id": "cbe14d6b97b64029ae17f2f239669a6f", "user_id": "0e738cdb50d649b9968d2e1cdea3b9cb", "metadata": {}, "hostId": "c85635bebcd562d7566fbbc95c4385c01f0f931030d07fb8363552dc", "image": {"id": "5f1c614c-1ba8-4e34-915f-7078c46805eb", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/5f1c614c-1ba8-4e34-915f-7078c46805eb"}]}, "flavor": {"id": "f3dcbeb5-bd7a-436b-a0c1-9d20fb387210", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/f3dcbeb5-bd7a-436b-a0c1-9d20fb387210"}]}, "created": "2026-01-31T10:29:16Z", "updated": "2026-01-31T10:29:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-372007442", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-651865513"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-31 10:29:58,906 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,919 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c577d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,933 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c577160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,935 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5772e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,937 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5774c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,939 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5777f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,941 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c577670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,949 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5778e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,955 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,960 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5713d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:58,964 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,893 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,904 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,929 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,934 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,942 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c577f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,945 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c577190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,949 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c607bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,951 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5a6a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,954 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5a6b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:29:59,956 29 ERROR [tempest.common.compute] Deleting server a0208ed9-3ae5-4499-81e2-3f2cb621f74d failed
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute conn = connection.create_connection(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute raise err
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute sock.connect(sa)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute httplib_response = self._make_request(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute self._validate_conn(conn)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute conn.connect()
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute conn = self._new_conn()
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute raise NewConnectionError(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c571580>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.request_encode_url(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute retries = retries.increment(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571580>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute conn = connection.create_connection(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute raise err
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute sock.connect(sa)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute httplib_response = self._make_request(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute self._validate_conn(conn)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute conn.connect()
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute conn = self._new_conn()
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute raise NewConnectionError(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c5a6970>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 343, in create_test_server
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.request_encode_url(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute retries = retries.increment(
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5a6970>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-31 10:29:59.956 29 ERROR tempest.common.compute
2026-01-31 10:30:00,629 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,633 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,636 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,640 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59e220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,646 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59e370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,648 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59e4c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,650 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59e610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,652 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59e760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,655 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59e8b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,672 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59ea00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d
2026-01-31 10:30:00,681 29 ERROR [tempest.common.compute] Server a0208ed9-3ae5-4499-81e2-3f2cb621f74d failed to delete in time
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute conn = connection.create_connection(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute raise err
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute sock.connect(sa)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute httplib_response = self._make_request(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute self._validate_conn(conn)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute conn.connect()
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute conn = self._new_conn()
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute raise NewConnectionError(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c571580>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.request_encode_url(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute retries = retries.increment(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571580>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute conn = connection.create_connection(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute raise err
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute sock.connect(sa)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute httplib_response = self._make_request(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute self._validate_conn(conn)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute conn.connect()
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute conn = self._new_conn()
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute raise NewConnectionError(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c59eb50>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 356, in create_test_server
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.request_encode_url(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute return self.urlopen(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute retries = retries.increment(
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59eb50>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-31 10:30:00.681 29 ERROR tempest.common.compute
2026-01-31 10:30:00,879 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c607700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:00,881 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5a6eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:00,883 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5a69d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:00,886 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c607a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:00,889 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c577f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:00,892 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5775b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:00,931 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59ee20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:00,950 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59eee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:00,992 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c59efa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:01,009 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c51b1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d
2026-01-31 10:30:01,147 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c6073d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,172 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c51b850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,203 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c51b9a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,218 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c51bb20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,244 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c51bca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,263 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c51be20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,266 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c51bfa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,273 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4a9130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,282 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4a92e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,292 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4a9460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442
2026-01-31 10:30:01,308 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5f9730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,311 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4a9bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,351 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4a9d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,369 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4a9ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,378 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4a9fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,384 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4b5220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,390 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4b53a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,397 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4b5520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,405 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4b56a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,420 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4b5820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface
2026-01-31 10:30:01,442 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5f9f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,455 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4b5e20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,460 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4b5fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,465 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,471 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,478 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,480 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,483 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,487 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,492 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d
2026-01-31 10:30:01,548 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,552 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c71c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,555 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c7370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,560 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c74f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,563 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c7670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,566 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c77f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,572 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c7970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,575 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c7af0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,578 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c7c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,581 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c7df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0
2026-01-31 10:30:01,587 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c5f9490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
2026-01-31 10:30:01,590 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4d14f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
2026-01-31 10:30:01,594 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4d16a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
2026-01-31 10:30:01,600 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4d1820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
2026-01-31 10:30:01,603 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4d19a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
2026-01-31 10:30:01,641 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4d1b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
2026-01-31 10:30:01,660 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4d1ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
2026-01-31 10:30:01,678 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4d1e20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
2026-01-31 10:30:01,688 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4d1fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
2026-01-31 10:30:01,693 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4dd130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c51b310>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups/f73d1668-a42d-4352-80a5-daeec6e1506d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c51b310>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c4a95e0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
resp, body = self.delete(url)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/os-keypairs/tempest-TestNetworkBasicOps-372007442 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4a95e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c4b59a0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface
return self.update_resource(uri, kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 392, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0/remove_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4b59a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0c10>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/18af3ac5-ffa7-4dfa-bb47-8a568b0f684d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c0c10>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-5: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c4c7f70>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 52, in delete_router
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/routers/e88fa1f6-a5a6-4a25-9192-c87cdb53d4d0 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4c7f70>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-6: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c4dd2e0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 52, in delete_network
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks/daff63ed-ea84-45dc-9745-1af596db4581 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c4dd2e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb3c571580>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 434, in test_network_basic_ops
self._setup_network_and_servers()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 169, in _create_server
server = self.create_server(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 359, in create_test_server
LOG.exception('Server %s failed to delete in time',
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/usr/lib/python3.9/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
server = waiters.wait_for_server_status(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/a0208ed9-3ae5-4499-81e2-3f2cb621f74d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb3c571580>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (telemetry_tempest_plugin.aodh.api.gnocchi.test_alarming_api | 1 | 0 | 0 | 0 | 1 | Detail | |
TelemetryAlarmingAPIGnocchiTest) |
skip
pt27.1: setUpClass (telemetry_tempest_plugin.aodh.api.gnocchi.test_alarming_api.TelemetryAlarmingAPIGnocchiTest)
|
||||||
| setUpClass (telemetry_tempest_plugin.aodh.api.gnocchi.test_alarming_api_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
TelemetryAlarmingNegativeGnocchiTest) |
skip
pt28.1: setUpClass (telemetry_tempest_plugin.aodh.api.gnocchi.test_alarming_api_negative.TelemetryAlarmingNegativeGnocchiTest)
|
||||||
| setUpClass (telemetry_tempest_plugin.scenario.test_gnocchi | 1 | 0 | 0 | 0 | 1 | Detail | |
GnocchiGabbiTest) |
skip
pt29.1: setUpClass (telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest)
|
||||||
| setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration | 1 | 0 | 0 | 0 | 1 | Detail | |
TestTelemetryIntegration) |
skip
pt30.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration)
|
||||||
| setUpClass (tempest.api.volume.test_versions | 1 | 0 | 0 | 0 | 1 | Detail | |
VersionsTest) |
skip
pt31.1: setUpClass (tempest.api.volume.test_versions.VersionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesActionsTest) |
skip
pt32.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_get | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesGetTest) |
skip
pt33.1: setUpClass (tempest.api.volume.test_volumes_get.VolumesGetTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesListTestJSON) |
skip
pt34.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)
|
||||||
| setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt35.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps)
|
||||||
| setUpClass (tempest.scenario.test_server_multinode | 1 | 0 | 0 | 0 | 1 | Detail | |
TestServerMultinode) |
skip
pt36.1: setUpClass (tempest.scenario.test_server_multinode.TestServerMultinode)
|
||||||
| telemetry_tempest_plugin.aodh.api.sql.test_alarming_api.TelemetryAlarmingAPIMysqlTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_sort_limit_delete_alarm[id-2fa9ba1e-6118-4ce7-984c-b5d2c275de55] |
pass
pt37.1: telemetry_tempest_plugin.aodh.api.sql.test_alarming_api.TelemetryAlarmingAPIMysqlTest.test_create_list_sort_limit_delete_alarm[id-2fa9ba1e-6118-4ce7-984c-b5d2c275de55]
|
||||||
| tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt38.1: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke]
|
||||||
test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
pass
pt38.2: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke]
|
||||||
| tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
pass
pt39.1: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke]
|
||||||
test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
pass
pt39.2: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke]
|
||||||
| tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
pass
pt40.1: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke]
|
||||||
| tempest.api.compute.servers.test_create_server.ServersTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt41.1: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke]
|
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt41.2: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke]
|
||||||
| tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,smoke] |
pass
pt42.1: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,smoke]
|
||||||
test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,smoke] |
pass
pt42.2: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,smoke]
|
||||||
| tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt43.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke]
|
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt43.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
pass
pt44.1: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
pass
pt45.1: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
pass
pt46.1: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_regions.RegionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
pass
pt47.1: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
pass
pt48.1: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
pass
pt49.1: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke]
|
||||||
| tempest.api.image.v2.test_images.BasicOperationsImagesTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
pass
pt50.1: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke]
|
||||||
test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
pass
pt50.2: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke]
|
||||||
test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
pass
pt50.3: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke]
|
||||||
| tempest.api.image.v2.test_versions.VersionsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke] |
pass
pt51.1: tempest.api.image.v2.test_versions.VersionsTest.test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke]
|
||||||
| tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt52.1: tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke]
|
||||||
test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
pass
pt52.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke]
|
||||||
| tempest.api.object_storage.test_account_quotas.AccountQuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_admin_modify_quota[id-63f51f9f-5f1d-4fc6-b5be-d454d70949d6,smoke] |
pass
pt53.1: tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota[id-63f51f9f-5f1d-4fc6-b5be-d454d70949d6,smoke]
|
||||||
test_upload_valid_object[id-a22ef352-a342-4587-8f47-3bbdb5b039c4,smoke] |
pass
pt53.2: tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object[id-a22ef352-a342-4587-8f47-3bbdb5b039c4,smoke]
|
||||||
| tempest.api.object_storage.test_account_services.AccountTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke] |
pass
pt54.1: tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke]
|
||||||
test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke] |
pass
pt54.2: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke]
|
||||||
| tempest.api.object_storage.test_container_quotas.ContainerQuotasTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_upload_large_object[id-22eeeb2b-3668-4160-baef-44790f65a5a0,smoke] |
pass
pt55.1: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object[id-22eeeb2b-3668-4160-baef-44790f65a5a0,smoke]
|
||||||
test_upload_too_many_objects[id-3a387039-697a-44fc-a9c0-935de31f426b,smoke] |
pass
pt55.2: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects[id-3a387039-697a-44fc-a9c0-935de31f426b,smoke]
|
||||||
test_upload_valid_object[id-9a0fb034-86af-4df0-86fa-f8bd7db21ae0,smoke] |
pass
pt55.3: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object[id-9a0fb034-86af-4df0-86fa-f8bd7db21ae0,smoke]
|
||||||
| tempest.api.object_storage.test_container_services.ContainerTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_container[id-92139d73-7819-4db1-85f8-3f2f22a8d91f,smoke] |
pass
pt56.1: tempest.api.object_storage.test_container_services.ContainerTest.test_create_container[id-92139d73-7819-4db1-85f8-3f2f22a8d91f,smoke]
|
||||||
test_list_container_contents[id-312ff6bd-5290-497f-bda1-7c5fec6697ab,smoke] |
pass
pt56.2: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents[id-312ff6bd-5290-497f-bda1-7c5fec6697ab,smoke]
|
||||||
test_list_container_metadata[id-96e68f0e-19ec-4aa2-86f3-adc6a45e14dd,smoke] |
pass
pt56.3: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata[id-96e68f0e-19ec-4aa2-86f3-adc6a45e14dd,smoke]
|
||||||
| tempest.api.object_storage.test_object_services.ObjectTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_object[id-5b4ce26f-3545-46c9-a2ba-5754358a4c62,smoke] |
pass
pt57.1: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object[id-5b4ce26f-3545-46c9-a2ba-5754358a4c62,smoke]
|
||||||
test_get_object[id-02610ba7-86b7-4272-9ed8-aa8d417cb3cd,smoke] |
pass
pt57.2: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object[id-02610ba7-86b7-4272-9ed8-aa8d417cb3cd,smoke]
|
||||||
test_list_object_metadata[id-9a447cf6-de06-48de-8226-a8c6ed31caf2,smoke] |
pass
pt57.3: tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata[id-9a447cf6-de06-48de-8226-a8c6ed31caf2,smoke]
|
||||||
test_update_object_metadata[id-7a94c25d-66e6-434c-9c38-97d4e2c29945,smoke] |
pass
pt57.4: tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata[id-7a94c25d-66e6-434c-9c38-97d4e2c29945,smoke]
|
||||||
| Total | 81 | 38 | 32 | 0 | 11 | ||