Status: Pass 75 Failure 22 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 0x7f52e84fb430>: 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/cae43edf-9dc9-4010-b597-aebf96ae1635/add_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f52e84fb430>: 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 0x7fab9e0a8b80>: 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 0x7fab9e0a8b80>: 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 0x7faf48975430>: 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 473, in get_primary_creds
return self.get_project_member_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds
return self.get_credentials(['member'], scope='project')
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/8d4f6b2e-bcf6-43bb-8028-d8ad7a9e053f/add_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faf48975430>: 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 0x7fab9e07b820>: 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 0x7fab9e07b820>: 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/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 0x7faba19c3be0>: 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/compute/servers/test_create_server.py", line 43, in setup_credentials
super(ServersTestJSON, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, 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 0x7faba19c3be0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.compute.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVersions) |
fail
ft6.1: setUpClass (tempest.api.compute.test_versions.TestVersions)testtools.testresult.real._StringException: 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/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, 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 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_credentials | 1 | 0 | 1 | 0 | 0 | Detail | |
CredentialsTestJSON) |
fail
ft7.1: setUpClass (tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON)testtools.testresult.real._StringException: 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 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_domains | 1 | 0 | 1 | 0 | 0 | Detail | |
DomainsTestJSON) |
fail
ft8.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/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 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_endpoints | 1 | 0 | 1 | 0 | 0 | Detail | |
EndPointsTestJSON) |
fail
ft9.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/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 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.network.test_networks | 1 | 0 | 1 | 0 | 0 | Detail | |
BulkNetworkOpsIpV6Test) |
fail
ft10.1: setUpClass (tempest.api.network.test_networks.BulkNetworkOpsIpV6Test)testtools.testresult.real._StringException: 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 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.network.test_ports | 1 | 0 | 1 | 0 | 0 | Detail | |
PortsTestJSON) |
fail
ft11.1: 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 0x7faba3c3b0a0>: 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 0x7faba3c3b0a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_routers | 1 | 0 | 1 | 0 | 0 | Detail | |
RoutersTest) |
fail
ft12.1: setUpClass (tempest.api.network.test_routers.RoutersTest)testtools.testresult.real._StringException: 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 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.scenario.test_network_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestNetworkBasicOps) |
fail
ft13.1: setUpClass (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 0x7f39c07a2a90>: 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/test_network_basic_ops.py", line 100, in setup_credentials
super(TestNetworkBasicOps, 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 0x7f39c07a2a90>: 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
ft14.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 0x7f409f818190>: 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 145, in cleanup_default_secgroup
security_group_client.delete_security_group(secgroup['id'])
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/189f3c38-9db6-42d0-87d1-45d7ea60d627 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f409f818190>: 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
ft15.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/538e968b-7f01-4e6b-af67-182df12fedec (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faba0366fa0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7fab9d6980c0>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faba17d75b0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7fab9d6fe780>))
|
||||||
| tearDownClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft16.1: tearDownClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)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 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7f6836980440>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7f682d9eee00>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7f682d9fecc0>))
|
||||||
| tearDownClass (tempest.api.network.test_subnetpools_extensions | 1 | 0 | 1 | 0 | 0 | Detail | |
SubnetPoolsTestJSON) |
fail
ft17.1: tearDownClass (tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON)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 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 609, in _request
req_url, req_headers, req_body = self.auth_provider.auth_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 185, in auth_request
auth_url, auth_headers, auth_body = self._decorate_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 275, in _decorate_request
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 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'))
|
||||||
| tearDownClass (tempest.api.object_storage.test_container_services | 1 | 0 | 1 | 0 | 0 | Detail | |
ContainerTest) |
fail
ft18.1: tearDownClass (tempest.api.object_storage.test_container_services.ContainerTest)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 0x7f39c05256d0>: 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/api/object_storage/test_container_services.py", line 29, in resource_cleanup
cls.delete_containers()
File "/usr/lib/python3.9/site-packages/tempest/api/object_storage/base.py", line 121, in delete_containers
object_storage.delete_containers(cls.containers, container_client,
File "/usr/lib/python3.9/site-packages/tempest/common/object_storage.py", line 39, in delete_containers
container_client.delete_container(cont)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/object_storage/container_client.py", line 56, in delete_container
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/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='swift-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v1/AUTH_4765cdbdadb04630bd87357fc5726058/tempest-TestContainer-341301344 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f39c05256d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (tempest.scenario.test_server_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestServerBasicOps) |
fail
ft19.1: tearDownClass (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 0x7fe5315287f0>: 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 580, in _clear_isolated_net_resources
client.remove_router_interface(
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/a2d38a0f-6466-47ca-b645-ce85dad48e0c/remove_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe5315287f0>: 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
ft20.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-02-18 15:15:44,230 29 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-02-18 15:15:44,230 29 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-02-18 15:15:45,307 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 1.075s
2026-02-18 15:15:45,307 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-keypair-475234563", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAJZ4J4KtG6o9mXsTplYbZS+MGwyqI4cvMMExERewvSi60DZJlIcWW3Qsi8YW7EkNOAOOhP3gq3ayA5lBuqwIS4RYkGRazr1YFtOK0/iMfBy8ALwNGlJzJES2KXe2DKckg=="}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:15:44 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-d6c12cb1-d8e9-48fd-ae38-c06e3a794673', 'x-compute-request-id': 'req-d6c12cb1-d8e9-48fd-ae38-c06e3a794673', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; 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-475234563", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAJZ4J4KtG6o9mXsTplYbZS+MGwyqI4cvMMExERewvSi60DZJlIcWW3Qsi8YW7EkNOAOOhP3gq3ayA5lBuqwIS4RYkGRazr1YFtOK0/iMfBy8ALwNGlJzJES2KXe2DKckg==", "fingerprint": "38:17:84:1f:f5:27:9d:bf:f8:d3:30:41:0f:77:67:24", "user_id": "5092e33fb89a453bb8e6853648498f94"}}'
2026-02-18 15:15:45,311 29 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-475234563 created
2026-02-18 15:15:46,210 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.899s
2026-02-18 15:15:46,211 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-securitygroup--1681541876", "description": "tempest-description--582377339"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:15:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-a413aa70-d150-48c5-af3a-74fe5f52546b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "09aecdb9-59f2-4183-9b24-62b699a2bf6b", "name": "tempest-securitygroup--1681541876", "stateful": true, "tenant_id": "e70a93fe3e61494488f1032883dfa661", "description": "tempest-description--582377339", "shared": false, "security_group_rules": [{"id": "d45b1508-e579-40db-8ea7-40bbead4bc19", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "security_group_id": "09aecdb9-59f2-4183-9b24-62b699a2bf6b", "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": 200, "description": null, "tags": [], "created_at": "2026-02-18T15:15:45Z", "updated_at": "2026-02-18T15:15:45Z", "revision_number": 0, "project_id": "e70a93fe3e61494488f1032883dfa661"}, {"id": "d6f4a411-4330-4ec2-bbcc-73369e6036b0", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "security_group_id": "09aecdb9-59f2-4183-9b24-62b699a2bf6b", "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": 198, "description": null, "tags": [], "created_at": "2026-02-18T15:15:45Z", "updated_at": "2026-02-18T15:15:45Z", "revision_number": 0, "project_id": "e70a93fe3e61494488f1032883dfa661"}], "tags": [], "created_at": "2026-02-18T15:15:45Z", "updated_at": "2026-02-18T15:15:45Z", "revision_number": 1, "project_id": "e70a93fe3e61494488f1032883dfa661"}}'
2026-02-18 15:15:47,163 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.951s
2026-02-18 15:15:47,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": "09aecdb9-59f2-4183-9b24-62b699a2bf6b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:15:47 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-cc647b08-9ef1-4595-bfd2-c0a09b281b8a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "cf7dfba2-5cfc-42ac-bde9-d1dfddab808c", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "security_group_id": "09aecdb9-59f2-4183-9b24-62b699a2bf6b", "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-02-18T15:15:46Z", "updated_at": "2026-02-18T15:15:46Z", "revision_number": 0, "project_id": "e70a93fe3e61494488f1032883dfa661"}}'
2026-02-18 15:15:47,822 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.658s
2026-02-18 15:15:47,822 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": "09aecdb9-59f2-4183-9b24-62b699a2bf6b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:15:47 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c9e62da4-ced6-4854-81dd-0207adc0f818', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "76bce3c5-5a07-47e1-a5a3-0837cdcd143d", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "security_group_id": "09aecdb9-59f2-4183-9b24-62b699a2bf6b", "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-02-18T15:15:47Z", "updated_at": "2026-02-18T15:15:47Z", "revision_number": 0, "project_id": "e70a93fe3e61494488f1032883dfa661"}}'
2026-02-18 15:15:47,823 29 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1681541876 created
2026-02-18 15:15:49,679 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.853s
2026-02-18 15:15:49,679 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "54fc0dba-a8d2-47e1-af4e-261a7d5312d0"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:15:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-60f11be3-49f8-4676-83a8-0b657e7ab5b9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "b303061b-ebaf-41a1-9c3d-798ef4241248", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "floating_ip_address": "192.168.122.231", "floating_network_id": "54fc0dba-a8d2-47e1-af4e-261a7d5312d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e70a93fe3e61494488f1032883dfa661", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-02-18T15:15:48Z", "updated_at": "2026-02-18T15:15:48Z", "revision_number": 0}}'
2026-02-18 15:15:49,679 29 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b303061b-ebaf-41a1-9c3d-798ef4241248', 'tenant_id': 'e70a93fe3e61494488f1032883dfa661', 'floating_ip_address': '192.168.122.231', 'floating_network_id': '54fc0dba-a8d2-47e1-af4e-261a7d5312d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e70a93fe3e61494488f1032883dfa661', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-02-18T15:15:48Z', 'updated_at': '2026-02-18T15:15:48Z', 'revision_number': 0, 'ip': '192.168.122.231'} created
2026-02-18 15:15:50,122 29 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.437s
2026-02-18 15:15:50,122 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:15:49 GMT', 'server': 'Apache', 'content-length': '6276', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-17002c7a-c730-46a9-b355-357eb6abeac7', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=3f03148ae9a82e822f7d5049c0522324; 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": "5092e33fb89a453bb8e6853648498f94", "name": "tempest-AttachInterfacesUnderV243Test-2137751138-project-member", "password_expires_at": null}, "audit_ids": ["UEPFh2dDRrmsdIehVMRdag"], "expires_at": "2026-02-18T16:15:50.000000Z", "issued_at": "2026-02-18T15:15:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e70a93fe3e61494488f1032883dfa661", "name": "tempest-AttachInterfacesUnderV243Test-2137751138"}, "is_domain": false, "roles": [{"id": "39bbf90de97b4810b6e782be8edef1f9", "name": "member"}, {"id": "5c25edfb2ecf41c8ac2a9b18f509121a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "374a25b217684b59864f96c1ed1a55dd", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "f007128c68ce4623b1d1a8a1fb1219d8", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "09f5ad5d52ec4bb98d3c9a9452a4236e", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "barbican", "id": "d48d59810154451d89ccdb9a08f4c917", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "fd08f5a03c56472c86bbe5439f2b6c14", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "16cdc96fd5b349a4a04bb5fbfaba2a7d", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "cinderv3", "id": "d3667f6877864adf91d336b5d59e48d2", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "e444c0f834474959b637f60a7189c9b4", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}], "id": "18423a2f96fe4bdf99537132b5ab2b00", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "heat", "id": "1e7c2da8841c443a8807a82a4b017130", "interface": "public", "region_id": "regionOne", "url": "https://heat-api-public-openstack.apps-crc.testing/v1/e70a93fe3e61494488f1032883dfa661", "region": "regionOne"}, {"name": "heat", "id": "5902b34b3f2f4d228ff4972bc83474c7", "interface": "internal", "region_id": "regionOne", "url": "https://heat-api-internal.openstack.svc:8004/v1/e70a93fe3e61494488f1032883dfa661", "region": "regionOne"}], "id": "2813e6b620ba48dc9104c31e08e73f9b", "type": "orchestration", "name": "heat"}, {"endpoints": [{"name": "nova", "id": "4f8c8810f6424b8e810cfb7ec1c75287", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "fd1a17eb7cbc4085af41eab2a96fcf5c", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "3b20cad965844119b5f9e35092d88eaf", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "heat-cfn", "id": "f0ec78b9ef094ab09e2fbfbb212255a8", "interface": "public", "region_id": "regionOne", "url": "https://heat-cfnapi-public-openstack.apps-crc.testing/v1", "region": "regionOne"}, {"name": "heat-cfn", "id": "fe6f861fbcdf4965bfb78e8ad44086f0", "interface": "internal", "region_id": "regionOne", "url": "https://heat-cfnapi-internal.openstack.svc:8000/v1", "region": "regionOne"}], "id": "48dc2648932b4bc1b597ecd5696ce82c", "type": "cloudformation", "name": "heat-cfn"}, {"endpoints": [{"name": "glance", "id": "39aa639e147a4dd19ced831143f38321", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "c97b14d2c93c4c2e855614b3d0d9e89f", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "74
2026-02-18 15:15:50,123 29 INFO [tempest.lib.common.fixed_network] (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip) Found network {'id': 'aa0dcae9-fb1d-4854-8c2f-bb40797fee0c', 'name': 'tempest-AttachInterfacesUnderV243Test-836147848-network', 'tenant_id': 'e70a93fe3e61494488f1032883dfa661', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e70a93fe3e61494488f1032883dfa661', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 23616, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-02-18T15:15:21Z', 'updated_at': '2026-02-18T15:15:21Z', 'revision_number': 1} available for tenant
2026-02-18 15:15:50,123 29 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-475234563', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAJZ4J4KtG6o9mXsTplYbZS+MGwyqI4cvMMExERewvSi60DZJlIcWW3Qsi8YW7EkNOAOOhP3gq3ayA5lBuqwIS4RYkGRazr1YFtOK0/iMfBy8ALwNGlJzJES2KXe2DKckg==', 'fingerprint': '38:17:84:1f:f5:27:9d:bf:f8:d3:30:41:0f:77:67:24', 'user_id': '5092e33fb89a453bb8e6853648498f94', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDb2TawBTRNq35VzStq2UfXGLaVCg/LykzB/4KvfIFxvgCuJuMMi3fq\nh17W5PyzaXugBwYFK4EEACKhZANiAAQCWeCeCrRuqPZl7E6ZWG2UvjBsMqiOHLzD\nBMREXsL0outA2SZSHFlt0LIvGFuxJDTgDjoT94Kt2sgOZQbqsCEuEWJBkWs69WBb\nTitP4jHwcvAC8DRpScyREtil3tgynJI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '09aecdb9-59f2-4183-9b24-62b699a2bf6b', 'name': 'tempest-securitygroup--1681541876', 'stateful': True, 'tenant_id': 'e70a93fe3e61494488f1032883dfa661', 'description': 'tempest-description--582377339', 'shared': False, 'security_group_rules': [{'id': 'd45b1508-e579-40db-8ea7-40bbead4bc19', 'tenant_id': 'e70a93fe3e61494488f1032883dfa661', 'security_group_id': '09aecdb9-59f2-4183-9b24-62b699a2bf6b', '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': 200, 'description': None, 'tags': [], 'created_at': '2026-02-18T15:15:45Z', 'updated_at': '2026-02-18T15:15:45Z', 'revision_number': 0, 'project_id': 'e70a93fe3e61494488f1032883dfa661'}, {'id': 'd6f4a411-4330-4ec2-bbcc-73369e6036b0', 'tenant_id': 'e70a93fe3e61494488f1032883dfa661', 'security_group_id': '09aecdb9-59f2-4183-9b24-62b699a2bf6b', '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': 198, 'description': None, 'tags': [], 'created_at': '2026-02-18T15:15:45Z', 'updated_at': '2026-02-18T15:15:45Z', 'revision_number': 0, 'project_id': 'e70a93fe3e61494488f1032883dfa661'}], 'tags': [], 'created_at': '2026-02-18T15:15:45Z', 'updated_at': '2026-02-18T15:15:45Z', 'revision_number': 1, 'project_id': 'e70a93fe3e61494488f1032883dfa661'}, 'floating_ip': {'id': 'b303061b-ebaf-41a1-9c3d-798ef4241248', 'tenant_id': 'e70a93fe3e61494488f1032883dfa661', 'floating_ip_address': '192.168.122.231', 'floating_network_id': '54fc0dba-a8d2-47e1-af4e-261a7d5312d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e70a93fe3e61494488f1032883dfa661', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-02-18T15:15:48Z', 'updated_at': '2026-02-18T15:15:48Z', 'revision_number': 0, 'ip': '192.168.122.231'}}
2026-02-18 15:15:56,111 29 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.987s
2026-02-18 15:15:56,112 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-AttachInterfacesUnderV243Test-server-1891672357", "imageRef": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "flavorRef": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "networks": [{"uuid": "aa0dcae9-fb1d-4854-8c2f-bb40797fee0c"}], "security_groups": [{"name": "tempest-securitygroup--1681541876"}], "key_name": "tempest-keypair-475234563", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:15:50 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec', '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-04d08b63-5447-40c2-b7e6-22eda8ad5ecf', 'x-compute-request-id': 'req-04d08b63-5447-40c2-b7e6-22eda8ad5ecf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; 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": "538e968b-7f01-4e6b-af67-182df12fedec", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/538e968b-7f01-4e6b-af67-182df12fedec"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1681541876"}], "adminPass": "PPKZsrLSAD7J"}}'
2026-02-18 15:15:57,317 29 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/538e968b-7f01-4e6b-af67-182df12fedec 1.203s
2026-02-18 15:15:57,318 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': 'Wed, 18 Feb 2026 15:15:56 GMT', 'server': 'Apache', 'content-length': '1392', '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-88be2c25-71a7-4379-b7f5-6cde79751950', 'x-compute-request-id': 'req-88be2c25-71a7-4379-b7f5-6cde79751950', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec'}
Body: b'{"server": {"id": "538e968b-7f01-4e6b-af67-182df12fedec", "name": "tempest-AttachInterfacesUnderV243Test-server-1891672357", "status": "BUILD", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "user_id": "5092e33fb89a453bb8e6853648498f94", "metadata": {}, "hostId": "", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:56Z", "updated": "2026-02-18T15:15:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/538e968b-7f01-4e6b-af67-182df12fedec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-475234563", "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-02-18 15:15:59,775 29 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/538e968b-7f01-4e6b-af67-182df12fedec 1.445s
2026-02-18 15:15:59,775 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': 'Wed, 18 Feb 2026 15:15:58 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-743567bd-e713-46f2-bc3f-9b019b8d4438', 'x-compute-request-id': 'req-743567bd-e713-46f2-bc3f-9b019b8d4438', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec'}
Body: b'{"server": {"id": "538e968b-7f01-4e6b-af67-182df12fedec", "name": "tempest-AttachInterfacesUnderV243Test-server-1891672357", "status": "BUILD", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "user_id": "5092e33fb89a453bb8e6853648498f94", "metadata": {}, "hostId": "a89954fd0778a37bb099359824c97bf8be3d0ee26a2da404ba757d4b", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:56Z", "updated": "2026-02-18T15:15:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/538e968b-7f01-4e6b-af67-182df12fedec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-475234563", "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-02-18 15:15:59,783 29 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait
2026-02-18 15:16:02,573 29 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/538e968b-7f01-4e6b-af67-182df12fedec 1.787s
2026-02-18 15:16:02,574 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': 'Wed, 18 Feb 2026 15:16:00 GMT', 'server': 'Apache', 'content-length': '1518', '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-d3564b37-2ba4-4fe4-bcb0-8b0209b13949', 'x-compute-request-id': 'req-d3564b37-2ba4-4fe4-bcb0-8b0209b13949', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec'}
Body: b'{"server": {"id": "538e968b-7f01-4e6b-af67-182df12fedec", "name": "tempest-AttachInterfacesUnderV243Test-server-1891672357", "status": "BUILD", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "user_id": "5092e33fb89a453bb8e6853648498f94", "metadata": {}, "hostId": "a89954fd0778a37bb099359824c97bf8be3d0ee26a2da404ba757d4b", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:56Z", "updated": "2026-02-18T15:15:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/538e968b-7f01-4e6b-af67-182df12fedec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-475234563", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1681541876"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:16:06,789 29 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/538e968b-7f01-4e6b-af67-182df12fedec 3.208s
2026-02-18 15:16:06,789 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': 'Wed, 18 Feb 2026 15:16:03 GMT', 'server': 'Apache', 'content-length': '1518', '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-0a5a3d76-8560-4834-9e94-4ca7e29a1e96', 'x-compute-request-id': 'req-0a5a3d76-8560-4834-9e94-4ca7e29a1e96', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec'}
Body: b'{"server": {"id": "538e968b-7f01-4e6b-af67-182df12fedec", "name": "tempest-AttachInterfacesUnderV243Test-server-1891672357", "status": "BUILD", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "user_id": "5092e33fb89a453bb8e6853648498f94", "metadata": {}, "hostId": "a89954fd0778a37bb099359824c97bf8be3d0ee26a2da404ba757d4b", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:56Z", "updated": "2026-02-18T15:15:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/538e968b-7f01-4e6b-af67-182df12fedec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-475234563", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1681541876"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:16:08,817 29 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/538e968b-7f01-4e6b-af67-182df12fedec 1.022s
2026-02-18 15:16:08,817 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': 'Wed, 18 Feb 2026 15:16:07 GMT', 'server': 'Apache', 'content-length': '1518', '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-b08f8bbb-6308-46c1-82fb-ec42b4b65734', 'x-compute-request-id': 'req-b08f8bbb-6308-46c1-82fb-ec42b4b65734', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec'}
Body: b'{"server": {"id": "538e968b-7f01-4e6b-af67-182df12fedec", "name": "tempest-AttachInterfacesUnderV243Test-server-1891672357", "status": "BUILD", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "user_id": "5092e33fb89a453bb8e6853648498f94", "metadata": {}, "hostId": "a89954fd0778a37bb099359824c97bf8be3d0ee26a2da404ba757d4b", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:56Z", "updated": "2026-02-18T15:15:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/538e968b-7f01-4e6b-af67-182df12fedec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-475234563", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1681541876"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:16:11,289 29 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/538e968b-7f01-4e6b-af67-182df12fedec 1.466s
2026-02-18 15:16:11,290 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': 'Wed, 18 Feb 2026 15:16:09 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-d62fc540-bfbd-441b-b6b7-dafece557f16', 'x-compute-request-id': 'req-d62fc540-bfbd-441b-b6b7-dafece557f16', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec'}
Body: b'{"server": {"id": "538e968b-7f01-4e6b-af67-182df12fedec", "name": "tempest-AttachInterfacesUnderV243Test-server-1891672357", "status": "ACTIVE", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "user_id": "5092e33fb89a453bb8e6853648498f94", "metadata": {}, "hostId": "a89954fd0778a37bb099359824c97bf8be3d0ee26a2da404ba757d4b", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:56Z", "updated": "2026-02-18T15:16:09Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:08:4b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/538e968b-7f01-4e6b-af67-182df12fedec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-475234563", "OS-SRV-USG:launched_at": "2026-02-18T15:16:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1681541876"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:16:11,296 29 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2026-02-18 15:16:12,338 29 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/538e968b-7f01-4e6b-af67-182df12fedec/os-interface 1.041s
2026-02-18 15:16:12,338 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': 'Wed, 18 Feb 2026 15:16:11 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-1bac5983-9258-4b78-be93-dd99fc4c8430', 'x-compute-request-id': 'req-1bac5983-9258-4b78-be93-dd99fc4c8430', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "aa0dcae9-fb1d-4854-8c2f-bb40797fee0c", "port_id": "00cd0913-0a46-457d-9b30-4007ec209a54", "mac_addr": "fa:16:3e:94:08:4b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "19d11e32-4525-42ed-a532-6848377e3603", "ip_address": "10.100.0.5"}]}]}'
2026-02-18 15:16:14,898 29 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/b303061b-ebaf-41a1-9c3d-798ef4241248 2.558s
2026-02-18 15:16:14,898 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "00cd0913-0a46-457d-9b30-4007ec209a54"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:16:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-e3633fa3-467f-4b94-9b0d-58af59682879', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248'}
Body: b'{"floatingip": {"id": "b303061b-ebaf-41a1-9c3d-798ef4241248", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "floating_ip_address": "192.168.122.231", "floating_network_id": "54fc0dba-a8d2-47e1-af4e-261a7d5312d0", "router_id": "3eb506a9-7a3b-4f2b-b037-1aa03786b041", "port_id": "00cd0913-0a46-457d-9b30-4007ec209a54", "fixed_ip_address": "10.100.0.5", "status": "DOWN", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "aa0dcae9-fb1d-4854-8c2f-bb40797fee0c", "mac_address": "fa:16:3e:94:08:4b", "admin_state_up": true, "status": "ACTIVE", "device_id": "538e968b-7f01-4e6b-af67-182df12fedec", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-02-18T15:15:48Z", "updated_at": "2026-02-18T15:16:13Z", "revision_number": 1, "project_id": "e70a93fe3e61494488f1032883dfa661"}}'
2026-02-18 15:16:15,988 29 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/538e968b-7f01-4e6b-af67-182df12fedec 1.089s
2026-02-18 15:16:15,988 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': 'Wed, 18 Feb 2026 15:16:14 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-827e4cdb-76b6-4543-aec0-240399a400e7', 'x-compute-request-id': 'req-827e4cdb-76b6-4543-aec0-240399a400e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec'}
Body: b'{"server": {"id": "538e968b-7f01-4e6b-af67-182df12fedec", "name": "tempest-AttachInterfacesUnderV243Test-server-1891672357", "status": "ACTIVE", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "user_id": "5092e33fb89a453bb8e6853648498f94", "metadata": {}, "hostId": "a89954fd0778a37bb099359824c97bf8be3d0ee26a2da404ba757d4b", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:56Z", "updated": "2026-02-18T15:16:09Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:08:4b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/538e968b-7f01-4e6b-af67-182df12fedec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-475234563", "OS-SRV-USG:launched_at": "2026-02-18T15:16:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1681541876"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:16:15,994 29 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.231:22' as 'cirros' with public key authentication
2026-02-18 15:17:16,055 29 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@192.168.122.231 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-02-18 15:17:18,581 29 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-02-18 15:17:18,654 29 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 15:17:18,656 29 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.231 successfully created
2026-02-18 15:17:19,972 29 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/538e968b-7f01-4e6b-af67-182df12fedec/os-interface 1.315s
2026-02-18 15:17:19,973 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': 'Wed, 18 Feb 2026 15:17:18 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-b7d2a928-a5bf-4e2e-be82-5785e19ac797', 'x-compute-request-id': 'req-b7d2a928-a5bf-4e2e-be82-5785e19ac797', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "aa0dcae9-fb1d-4854-8c2f-bb40797fee0c", "port_id": "00cd0913-0a46-457d-9b30-4007ec209a54", "mac_addr": "fa:16:3e:94:08:4b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "19d11e32-4525-42ed-a532-6848377e3603", "ip_address": "10.100.0.5"}]}]}'
2026-02-18 15:17:20,521 29 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/538e968b-7f01-4e6b-af67-182df12fedec/os-interface/00cd0913-0a46-457d-9b30-4007ec209a54 0.544s
2026-02-18 15:17:20,525 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': 'Wed, 18 Feb 2026 15:17:19 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-600fef66-bee9-49b7-85d0-ebc74bd7480f', 'x-compute-request-id': 'req-600fef66-bee9-49b7-85d0-ebc74bd7480f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/os-interface/00cd0913-0a46-457d-9b30-4007ec209a54'}
Body: b'{"interfaceAttachment": {"net_id": "aa0dcae9-fb1d-4854-8c2f-bb40797fee0c", "port_id": "00cd0913-0a46-457d-9b30-4007ec209a54", "mac_addr": "fa:16:3e:94:08:4b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "19d11e32-4525-42ed-a532-6848377e3603", "ip_address": "10.100.0.5"}]}}'
2026-02-18 15:17:20,636 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.107s
2026-02-18 15:17:20,637 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': 'Wed, 18 Feb 2026 15:17:20 GMT', 'server': 'Apache', 'content-length': '157', '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-6ab7bcd2-61e9-456d-85d8-88b84e4715b2', 'x-compute-request-id': 'req-6ab7bcd2-61e9-456d-85d8-88b84e4715b2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:21,124 29 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/538e968b-7f01-4e6b-af67-182df12fedec/action 0.486s
2026-02-18 15:17:21,125 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: {"addFixedIp": {"networkId": "aa0dcae9-fb1d-4854-8c2f-bb40797fee0c"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:20 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-dc30c91d-927c-47b2-a1d5-74460a10e349', 'x-compute-request-id': 'req-dc30c91d-927c-47b2-a1d5-74460a10e349', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/action'}
Body: b''
2026-02-18 15:17:21,247 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.121s
2026-02-18 15:17:21,247 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': 'Wed, 18 Feb 2026 15:17:21 GMT', 'server': 'Apache', 'content-length': '157', '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-a3165c93-5385-4baf-a583-d041f929f249', 'x-compute-request-id': 'req-a3165c93-5385-4baf-a583-d041f929f249', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:21,248 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.5'}
2026-02-18 15:17:23,248 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.998s
2026-02-18 15:17:23,248 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': 'Wed, 18 Feb 2026 15:17:22 GMT', 'server': 'Apache', 'content-length': '157', '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-de6b2ba7-54ee-488e-b248-d26a6d862697', 'x-compute-request-id': 'req-de6b2ba7-54ee-488e-b248-d26a6d862697', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:23,249 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.5'}
2026-02-18 15:17:24,450 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.199s
2026-02-18 15:17:24,450 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': 'Wed, 18 Feb 2026 15:17:24 GMT', 'server': 'Apache', 'content-length': '157', '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-918c3b26-07d4-4d6b-9d0e-de634485c71c', 'x-compute-request-id': 'req-918c3b26-07d4-4d6b-9d0e-de634485c71c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:24,451 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.5'}
2026-02-18 15:17:26,287 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.835s
2026-02-18 15:17:26,288 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': 'Wed, 18 Feb 2026 15:17:25 GMT', 'server': 'Apache', 'content-length': '157', '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-c7a5e0e9-843e-4eb9-a586-d83e6e6383a2', 'x-compute-request-id': 'req-c7a5e0e9-843e-4eb9-a586-d83e6e6383a2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:26,289 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.5'}
2026-02-18 15:17:28,632 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 1.341s
2026-02-18 15:17:28,632 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': 'Wed, 18 Feb 2026 15:17:27 GMT', 'server': 'Apache', 'content-length': '157', '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-42419261-f3f2-4a88-9f67-ab8638d9273a', 'x-compute-request-id': 'req-42419261-f3f2-4a88-9f67-ab8638d9273a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:28,634 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.5'}
2026-02-18 15:17:30,028 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.392s
2026-02-18 15:17:30,028 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': 'Wed, 18 Feb 2026 15:17:29 GMT', 'server': 'Apache', 'content-length': '157', '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-3d30eb5e-54ba-4f76-9f20-89ae93e1543f', 'x-compute-request-id': 'req-3d30eb5e-54ba-4f76-9f20-89ae93e1543f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:30,029 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.5'}
2026-02-18 15:17:31,545 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.512s
2026-02-18 15:17:31,545 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': 'Wed, 18 Feb 2026 15:17:31 GMT', 'server': 'Apache', 'content-length': '157', '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-182f8d16-529f-4f26-bf63-4bb1b0690871', 'x-compute-request-id': 'req-182f8d16-529f-4f26-bf63-4bb1b0690871', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:31,546 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.5'}
2026-02-18 15:17:33,305 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.758s
2026-02-18 15:17:33,306 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': 'Wed, 18 Feb 2026 15:17:32 GMT', 'server': 'Apache', 'content-length': '157', '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-abced1ae-3724-4d0c-b094-b85dcae25031', 'x-compute-request-id': 'req-abced1ae-3724-4d0c-b094-b85dcae25031', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:33,310 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.5'}
2026-02-18 15:17:41,106 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 6.786s
2026-02-18 15:17:41,108 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': 'Wed, 18 Feb 2026 15:17:34 GMT', 'server': 'Apache', 'content-length': '195', '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-fc7733ce-e294-4788-9555-3073b8744575', 'x-compute-request-id': 'req-fc7733ce-e294-4788-9555-3073b8744575', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.3"}, {"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:41,115 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.3', '10.100.0.5'}
2026-02-18 15:17:41,115 29 DEBUG [tempest.lib.common.utils.test_utils] Call _wait_for_ip_change returns true in 19.989878 seconds
2026-02-18 15:17:46,368 29 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/538e968b-7f01-4e6b-af67-182df12fedec 5.252s
2026-02-18 15:17:46,368 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': 'Wed, 18 Feb 2026 15:17:41 GMT', 'server': 'Apache', 'content-length': '1948', '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-ec4d1934-3b13-4b0b-9e81-a0c8b9fda251', 'x-compute-request-id': 'req-ec4d1934-3b13-4b0b-9e81-a0c8b9fda251', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec'}
Body: b'{"server": {"id": "538e968b-7f01-4e6b-af67-182df12fedec", "name": "tempest-AttachInterfacesUnderV243Test-server-1891672357", "status": "ACTIVE", "tenant_id": "e70a93fe3e61494488f1032883dfa661", "user_id": "5092e33fb89a453bb8e6853648498f94", "metadata": {}, "hostId": "a89954fd0778a37bb099359824c97bf8be3d0ee26a2da404ba757d4b", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:56Z", "updated": "2026-02-18T15:17:34Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:08:4b"}, {"version": 4, "addr": "10.100.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:08:4b"}, {"version": 4, "addr": "192.168.122.231", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:08:4b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/538e968b-7f01-4e6b-af67-182df12fedec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-475234563", "OS-SRV-USG:launched_at": "2026-02-18T15:16:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1681541876"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:46,643 29 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/538e968b-7f01-4e6b-af67-182df12fedec/action 0.270s
2026-02-18 15:17:46,643 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: {"removeFixedIp": {"address": "10.100.0.3"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:46 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-954ebd7c-75fb-4f30-ba85-c2b86d0fcb3a', 'x-compute-request-id': 'req-954ebd7c-75fb-4f30-ba85-c2b86d0fcb3a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/action'}
Body: b''
2026-02-18 15:17:46,760 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.117s
2026-02-18 15:17:46,761 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': 'Wed, 18 Feb 2026 15:17:46 GMT', 'server': 'Apache', 'content-length': '195', '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-b5e45431-490b-45ee-ad35-c41e74cf9c1d', 'x-compute-request-id': 'req-b5e45431-490b-45ee-ad35-c41e74cf9c1d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.3"}, {"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:46,765 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.3', '10.100.0.5'}
2026-02-18 15:17:48,121 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.354s
2026-02-18 15:17:48,121 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': 'Wed, 18 Feb 2026 15:17:47 GMT', 'server': 'Apache', 'content-length': '195', '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-9c514669-97dd-40f0-8829-687ce56b081d', 'x-compute-request-id': 'req-9c514669-97dd-40f0-8829-687ce56b081d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.3"}, {"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:48,123 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.3', '10.100.0.5'}
2026-02-18 15:17:49,400 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.258s
2026-02-18 15:17:49,401 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': 'Wed, 18 Feb 2026 15:17:49 GMT', 'server': 'Apache', 'content-length': '195', '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-73257933-7f9b-4773-be9b-b28248f29042', 'x-compute-request-id': 'req-73257933-7f9b-4773-be9b-b28248f29042', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.3"}, {"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:49,403 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.3', '10.100.0.5'}
2026-02-18 15:17:50,600 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.192s
2026-02-18 15:17:50,603 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': 'Wed, 18 Feb 2026 15:17:50 GMT', 'server': 'Apache', 'content-length': '195', '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-ed451578-1b48-4d76-bdb9-fce5b9747a59', 'x-compute-request-id': 'req-ed451578-1b48-4d76-bdb9-fce5b9747a59', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.3"}, {"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:50,605 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.3', '10.100.0.5'}
2026-02-18 15:17:51,760 29 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/538e968b-7f01-4e6b-af67-182df12fedec/ips 0.154s
2026-02-18 15:17:51,761 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': 'Wed, 18 Feb 2026 15:17:51 GMT', 'server': 'Apache', 'content-length': '195', '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-3851f90e-8428-4fae-aa48-6cfdc857f69e', 'x-compute-request-id': 'req-3851f90e-8428-4fae-aa48-6cfdc857f69e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-836147848-network": [{"version": 4, "addr": "10.100.0.3"}, {"version": 4, "addr": "10.100.0.5"}, {"version": 4, "addr": "192.168.122.231"}]}}'
2026-02-18 15:17:51,765 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 538e968b-7f01-4e6b-af67-182df12fedec: {'192.168.122.231', '10.100.0.3', '10.100.0.5'}
2026-02-18 15:17:52,769 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 0x7faba0358f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:52,771 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 0x7faba1ac2b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:52,776 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 0x7faba1ac2bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:52,778 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 0x7faba1ac2ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:52,780 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 0x7faba1ac2df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:52,782 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 0x7faba3bcda00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:52,784 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 0x7faba3bcd850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:52,787 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 0x7faba1ac2880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:52,789 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 0x7faba1ac2730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:52,790 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 0x7faba1ac27f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec/ips
2026-02-18 15:17:53,232 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 0x7faba1ac2490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,333 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 0x7faba1ac2310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,339 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 0x7faba1ac2250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,349 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 0x7faba0358820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,355 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 0x7faba0358a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,358 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 0x7faba0358760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,363 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 0x7faba0358b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,368 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 0x7faba0358dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,375 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 0x7faba03585b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,380 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 0x7faba0358a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53,384 29 ERROR [tempest.api.compute.base] Failed to delete server 538e968b-7f01-4e6b-af67-182df12fedec
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base conn = connection.create_connection(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base raise err
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base sock.connect(sa)
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base httplib_response = self._make_request(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base self._validate_conn(conn)
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base conn.connect()
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base conn = self._new_conn()
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base raise NewConnectionError(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faba0358460>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 434, in delete_server
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base cls.servers_client.delete_server(server_id)
2026-02-18 15:17:53.384 29 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-02-18 15:17:53.384 29 ERROR tempest.api.compute.base resp, body = self.delete("servers/%s" % server_id)
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base return self.request('DELETE', url, extra_headers, headers, body)
2026-02-18 15:17:53.384 29 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-02-18 15:17:53.384 29 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base resp, resp_body = self.raw_request(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base resp, resp_body = self.http_obj.request(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base return self.request_encode_url(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base return self.urlopen(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base return self.urlopen(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base return self.urlopen(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base [Previous line repeated 7 more times]
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base retries = retries.increment(
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:53.384 29 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/538e968b-7f01-4e6b-af67-182df12fedec (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faba0358460>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:53.384 29 ERROR tempest.api.compute.base
2026-02-18 15:17:53,423 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 0x7faba3bcd6a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,426 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 0x7faba07f5df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,446 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 0x7faba3bcd490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,456 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 0x7faba3bcd2e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,459 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 0x7faba07f5b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,472 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 0x7faba0358550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,476 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 0x7faba0358310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,479 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 0x7faba0358a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,481 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 0x7faba0358970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,483 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 0x7faba03583a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-475234563
2026-02-18 15:17:53,486 29 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-475234563
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources raise err
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources conn.connect()
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faba03589d0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.486 29 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-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-02-18 15:17:53.486 29 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-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-02-18 15:17:53.486 29 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-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-02-18 15:17:53.486 29 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-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:53.486 29 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-475234563 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faba03589d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:53.486 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53,690 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 0x7faba1ac20d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,696 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 0x7faba0358fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,703 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 0x7faba3bcd0d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,711 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 0x7faba17d73d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,723 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 0x7faba17d7580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,732 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 0x7faba17d78e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,735 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 0x7faba17d7820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,738 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 0x7faba17d7040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,747 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 0x7faba17d7160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,749 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 0x7faba17d7460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53,751 29 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group 09aecdb9-59f2-4183-9b24-62b699a2bf6b
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources raise err
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources conn.connect()
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faba0366a30>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.751 29 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-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-02-18 15:17:53.751 29 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-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-02-18 15:17:53.751 29 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-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-02-18 15:17:53.751 29 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-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:53.751 29 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/09aecdb9-59f2-4183-9b24-62b699a2bf6b (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faba0366a30>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:53.751 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53,758 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 0x7faba03666d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,760 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 0x7faba17d7910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,763 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 0x7faba17d7190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,765 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 0x7faba17d72b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,768 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 0x7faba17d7f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,774 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 0x7faba17d78e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,779 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 0x7faba17d7d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,784 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 0x7faba17d7430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,790 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 0x7faba17d7520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,795 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 0x7faba3bcd1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53,798 29 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip b303061b-ebaf-41a1-9c3d-798ef4241248
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources raise err
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources conn.connect()
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7faba1ac20d0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.798 29 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-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources floating_ip_client.delete_floatingip(fip_id)
2026-02-18 15:17:53.798 29 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-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-02-18 15:17:53.798 29 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-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-02-18 15:17:53.798 29 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-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:53.798 29 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:53.798 29 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/b303061b-ebaf-41a1-9c3d-798ef4241248 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faba1ac20d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:53.798 29 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 0x7faba03589d0>: 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-475234563 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faba03589d0>: 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 0x7faba1ac25b0>: 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 435, in test_add_remove_fixed_ip
if not test_utils.call_until_true(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 117, in call_until_true
if func(*args, **kwargs):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 403, in _wait_for_ip_change
_addresses = self.os_primary.servers_client.list_addresses(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 207, in list_addresses
resp, body = self.get("servers/%s/ips" % 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/538e968b-7f01-4e6b-af67-182df12fedec/ips (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faba1ac25b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
fail
ft21.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-02-18 15:17:17,932 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 3.001s
2026-02-18 15:17:17,933 27 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': 'Wed, 18 Feb 2026 15:17:15 GMT', 'server': 'Apache', 'content-length': '1816', '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-33d6c731-e1b4-43c2-9098-b192cda6bb98', 'x-compute-request-id': 'req-33d6c731-e1b4-43c2-9098-b192cda6bb98', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"server": {"id": "0914ee8e-421d-4e49-958e-4e659b7fdc22", "name": "tempest-ServerActionsTestJSON-server-81098757", "status": "ACTIVE", "tenant_id": "f278181458244cb4836c191782a17069", "user_id": "d7476a1b8c814ab687793dcb836094b1", "metadata": {}, "hostId": "486d6a3a2cc9ac09d315b66cb01168e8ea7aee7519b7844389ed0aa2", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:51Z", "updated": "2026-02-18T15:16:07Z", "addresses": {"tempest-ServerActionsTestJSON-561283655-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-238254365", "OS-SRV-USG:launched_at": "2026-02-18T15:16:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1031124630"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:19,924 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 1.900s
2026-02-18 15:17:19,927 27 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': 'Wed, 18 Feb 2026 15:17:18 GMT', 'server': 'Apache', 'content-length': '1816', '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-27cd0b5f-88bc-4c9d-b213-bc962d25a5fa', 'x-compute-request-id': 'req-27cd0b5f-88bc-4c9d-b213-bc962d25a5fa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"server": {"id": "0914ee8e-421d-4e49-958e-4e659b7fdc22", "name": "tempest-ServerActionsTestJSON-server-81098757", "status": "ACTIVE", "tenant_id": "f278181458244cb4836c191782a17069", "user_id": "d7476a1b8c814ab687793dcb836094b1", "metadata": {}, "hostId": "486d6a3a2cc9ac09d315b66cb01168e8ea7aee7519b7844389ed0aa2", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:51Z", "updated": "2026-02-18T15:16:07Z", "addresses": {"tempest-ServerActionsTestJSON-561283655-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-238254365", "OS-SRV-USG:launched_at": "2026-02-18T15:16:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1031124630"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:20,907 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 0.973s
2026-02-18 15:17:20,927 27 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': 'Wed, 18 Feb 2026 15:17:19 GMT', 'server': 'Apache', 'content-length': '1816', '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-f508c9f0-a115-47b2-a64f-95da3ebe2f74', 'x-compute-request-id': 'req-f508c9f0-a115-47b2-a64f-95da3ebe2f74', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"server": {"id": "0914ee8e-421d-4e49-958e-4e659b7fdc22", "name": "tempest-ServerActionsTestJSON-server-81098757", "status": "ACTIVE", "tenant_id": "f278181458244cb4836c191782a17069", "user_id": "d7476a1b8c814ab687793dcb836094b1", "metadata": {}, "hostId": "486d6a3a2cc9ac09d315b66cb01168e8ea7aee7519b7844389ed0aa2", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:51Z", "updated": "2026-02-18T15:16:07Z", "addresses": {"tempest-ServerActionsTestJSON-561283655-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-238254365", "OS-SRV-USG:launched_at": "2026-02-18T15:16:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1031124630"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:22,961 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 2.028s
2026-02-18 15:17:22,962 27 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': 'Wed, 18 Feb 2026 15:17:20 GMT', 'server': 'Apache', 'content-length': '1816', '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-c560d574-67d2-4ed4-a522-2114b0aec58f', 'x-compute-request-id': 'req-c560d574-67d2-4ed4-a522-2114b0aec58f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"server": {"id": "0914ee8e-421d-4e49-958e-4e659b7fdc22", "name": "tempest-ServerActionsTestJSON-server-81098757", "status": "ACTIVE", "tenant_id": "f278181458244cb4836c191782a17069", "user_id": "d7476a1b8c814ab687793dcb836094b1", "metadata": {}, "hostId": "486d6a3a2cc9ac09d315b66cb01168e8ea7aee7519b7844389ed0aa2", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:51Z", "updated": "2026-02-18T15:16:07Z", "addresses": {"tempest-ServerActionsTestJSON-561283655-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-238254365", "OS-SRV-USG:launched_at": "2026-02-18T15:16:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1031124630"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:23,001 27 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; cut -f1 -d. /proc/uptime
2026-02-18 15:17:23,002 27 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'cirros' with public key authentication
2026-02-18 15:17:23,013 27 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-02-18 15:17:23,226 27 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 15:17:23,227 27 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.216 successfully created
2026-02-18 15:17:23,321 27 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sync
2026-02-18 15:17:23,322 27 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'cirros' with public key authentication
2026-02-18 15:17:23,326 27 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-02-18 15:17:23,428 27 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 15:17:23,428 27 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.216 successfully created
2026-02-18 15:17:24,408 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22/action 0.955s
2026-02-18 15:17:24,408 27 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: {"reboot": {"type": "HARD"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:23 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-2f2a4dc8-9057-44ef-bb37-4a2abe58c8ee', 'x-compute-request-id': 'req-2f2a4dc8-9057-44ef-bb37-4a2abe58c8ee', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22/action'}
Body: b''
2026-02-18 15:17:26,187 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 1.779s
2026-02-18 15:17:26,188 27 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': 'Wed, 18 Feb 2026 15:17:24 GMT', 'server': 'Apache', 'content-length': '1818', '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-5c105518-d327-4f31-923a-c1f5d982356d', 'x-compute-request-id': 'req-5c105518-d327-4f31-923a-c1f5d982356d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"server": {"id": "0914ee8e-421d-4e49-958e-4e659b7fdc22", "name": "tempest-ServerActionsTestJSON-server-81098757", "status": "HARD_REBOOT", "tenant_id": "f278181458244cb4836c191782a17069", "user_id": "d7476a1b8c814ab687793dcb836094b1", "metadata": {}, "hostId": "486d6a3a2cc9ac09d315b66cb01168e8ea7aee7519b7844389ed0aa2", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:51Z", "updated": "2026-02-18T15:17:24Z", "addresses": {"tempest-ServerActionsTestJSON-561283655-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-238254365", "OS-SRV-USG:launched_at": "2026-02-18T15:16:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1031124630"}], "OS-EXT-STS:task_state": "rebooting_hard", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:28,238 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 1.045s
2026-02-18 15:17:28,238 27 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': 'Wed, 18 Feb 2026 15:17:27 GMT', 'server': 'Apache', 'content-length': '1818', '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-080c0666-529d-435c-96d9-ebd413f50199', 'x-compute-request-id': 'req-080c0666-529d-435c-96d9-ebd413f50199', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"server": {"id": "0914ee8e-421d-4e49-958e-4e659b7fdc22", "name": "tempest-ServerActionsTestJSON-server-81098757", "status": "HARD_REBOOT", "tenant_id": "f278181458244cb4836c191782a17069", "user_id": "d7476a1b8c814ab687793dcb836094b1", "metadata": {}, "hostId": "486d6a3a2cc9ac09d315b66cb01168e8ea7aee7519b7844389ed0aa2", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:51Z", "updated": "2026-02-18T15:17:24Z", "addresses": {"tempest-ServerActionsTestJSON-561283655-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-238254365", "OS-SRV-USG:launched_at": "2026-02-18T15:16:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1031124630"}], "OS-EXT-STS:task_state": "rebooting_hard", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:33,124 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 3.878s
2026-02-18 15:17:33,124 27 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': 'Wed, 18 Feb 2026 15:17:29 GMT', 'server': 'Apache', 'content-length': '1823', '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-3dbf2dd6-1921-415a-aef7-0445a52d82a5', 'x-compute-request-id': 'req-3dbf2dd6-1921-415a-aef7-0445a52d82a5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"server": {"id": "0914ee8e-421d-4e49-958e-4e659b7fdc22", "name": "tempest-ServerActionsTestJSON-server-81098757", "status": "HARD_REBOOT", "tenant_id": "f278181458244cb4836c191782a17069", "user_id": "d7476a1b8c814ab687793dcb836094b1", "metadata": {}, "hostId": "486d6a3a2cc9ac09d315b66cb01168e8ea7aee7519b7844389ed0aa2", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:51Z", "updated": "2026-02-18T15:17:27Z", "addresses": {"tempest-ServerActionsTestJSON-561283655-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-238254365", "OS-SRV-USG:launched_at": "2026-02-18T15:16:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1031124630"}], "OS-EXT-STS:task_state": "reboot_started_hard", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:33,129 27 INFO [tempest.common.waiters] State transition "HARD_REBOOT/rebooting_hard" ==> "HARD_REBOOT/reboot_started_hard" after 7 second wait
2026-02-18 15:17:38,633 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 4.502s
2026-02-18 15:17:38,633 27 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': 'Wed, 18 Feb 2026 15:17:34 GMT', 'server': 'Apache', 'content-length': '1816', '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-f5bf06c2-eada-46a5-8c3a-c0d1a00ec2b4', 'x-compute-request-id': 'req-f5bf06c2-eada-46a5-8c3a-c0d1a00ec2b4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"server": {"id": "0914ee8e-421d-4e49-958e-4e659b7fdc22", "name": "tempest-ServerActionsTestJSON-server-81098757", "status": "ACTIVE", "tenant_id": "f278181458244cb4836c191782a17069", "user_id": "d7476a1b8c814ab687793dcb836094b1", "metadata": {}, "hostId": "486d6a3a2cc9ac09d315b66cb01168e8ea7aee7519b7844389ed0aa2", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:15:51Z", "updated": "2026-02-18T15:17:29Z", "addresses": {"tempest-ServerActionsTestJSON-561283655-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}, {"version": 4, "addr": "192.168.122.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:24:0f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-238254365", "OS-SRV-USG:launched_at": "2026-02-18T15:16:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1031124630"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:38,707 27 INFO [tempest.common.waiters] State transition "HARD_REBOOT/reboot_started_hard" ==> "ACTIVE/None" after 12 second wait
2026-02-18 15:17:38,898 27 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; cut -f1 -d. /proc/uptime
2026-02-18 15:17:38,906 27 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.216:22' as 'cirros' with public key authentication
2026-02-18 15:18:38,986 27 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@192.168.122.216 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-02-18 15:18:41,539 27 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-02-18 15:18:41,782 27 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-18 15:18:41,783 27 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.216 successfully created
2026-02-18 15:18:41,933 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 0.140s
2026-02-18 15:18:41,933 27 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': 'Wed, 18 Feb 2026 15:18:41 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-9c9cb1ec-fa71-4eba-bc1d-2475b8d3f084', 'x-compute-request-id': 'req-9c9cb1ec-fa71-4eba-bc1d-2475b8d3f084', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-02-18 15:18:41,933 27 ERROR [tempest.api.compute.base] Unexpected response code received
Details: 503
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 197, in server_check_teardown
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base waiters.wait_for_server_status(cls.servers_client,
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 40, in wait_for_server_status
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base body = client.show_server(server_id)['server']
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base resp, body = self.get("servers/%s" % server_id)
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base return self.request('GET', url, extra_headers, headers,
2026-02-18 15:18:41.933 27 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-02-18 15:18:41.933 27 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base self._error_checker(resp, resp_body)
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base raise exceptions.UnexpectedResponseCode(str(resp.status),
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base Details: 503
2026-02-18 15:18:41.933 27 ERROR tempest.api.compute.base
2026-02-18 15:18:42,024 27 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22 0.075s
2026-02-18 15:18:42,024 27 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': 'Wed, 18 Feb 2026 15:18:41 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-091b2fc8-8ea2-41c2-be27-32f8931b48f2', 'x-compute-request-id': 'req-091b2fc8-8ea2-41c2-be27-32f8931b48f2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/0914ee8e-421d-4e49-958e-4e659b7fdc22'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 197, in server_check_teardown
waiters.wait_for_server_status(cls.servers_client,
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 40, 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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 80, in tearDown
self.server_check_teardown()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 201, in server_check_teardown
cls.servers_client.delete_server(cls.server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_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/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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| tempest.scenario.test_server_basic_ops.TestServerBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
fail
ft22.1: tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-02-18 15:17:11,005 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.265s
2026-02-18 15:17:11,006 26 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-TestServerBasicOps-484484429", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETv6W8Ctf1v26QZYVjp4b+UJELWzqDIbVQQKcP/iDD3NwsRh+7zyNmFftoMcHueUqF7e1AzDcEbK3YMotUb7yIao3Tqu4q4bnJTsgaa6vUHZqroOotgOEB8sKyGjV4WRg=="}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:10 GMT', 'server': 'Apache', 'content-length': '396', '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-71c2fb19-b388-484f-8c57-c3f71f0e9faa', 'x-compute-request-id': 'req-71c2fb19-b388-484f-8c57-c3f71f0e9faa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; 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-TestServerBasicOps-484484429", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETv6W8Ctf1v26QZYVjp4b+UJELWzqDIbVQQKcP/iDD3NwsRh+7zyNmFftoMcHueUqF7e1AzDcEbK3YMotUb7yIao3Tqu4q4bnJTsgaa6vUHZqroOotgOEB8sKyGjV4WRg==", "fingerprint": "4b:a3:36:41:fd:5c:85:c8:dd:04:d9:26:8e:83:ef:24", "user_id": "959521a7f37a426ba0b225e559599f65"}}'
2026-02-18 15:17:12,114 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 1.106s
2026-02-18 15:17:12,115 26 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-1532193539", "description": "tempest-secgroup-smoke-1532193539 description", "project_id": "72f850c210f143e1a4fcb26746366722"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:12 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-5ac9599e-37f1-4fe2-a676-c6ecfc689d48', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "cc6e7381-7e71-4141-8430-597f33bcdcff", "name": "tempest-secgroup-smoke-1532193539", "stateful": true, "tenant_id": "72f850c210f143e1a4fcb26746366722", "description": "tempest-secgroup-smoke-1532193539 description", "shared": false, "security_group_rules": [{"id": "03c44259-67e0-450a-8b35-76b17417cbe4", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "cc6e7381-7e71-4141-8430-597f33bcdcff", "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": 472, "description": null, "tags": [], "created_at": "2026-02-18T15:17:11Z", "updated_at": "2026-02-18T15:17:11Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}, {"id": "809e98af-c67b-477b-9a57-a2a39fe60eca", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "cc6e7381-7e71-4141-8430-597f33bcdcff", "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": 471, "description": null, "tags": [], "created_at": "2026-02-18T15:17:11Z", "updated_at": "2026-02-18T15:17:11Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}], "tags": [], "created_at": "2026-02-18T15:17:11Z", "updated_at": "2026-02-18T15:17:11Z", "revision_number": 1, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:13,217 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.102s
2026-02-18 15:17:13,218 26 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": "cc6e7381-7e71-4141-8430-597f33bcdcff", "project_id": "72f850c210f143e1a4fcb26746366722", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-603d9a2a-41e4-4edb-977a-edae9018e374', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "47a296c1-e80f-4457-90b7-04be52f64844", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "cc6e7381-7e71-4141-8430-597f33bcdcff", "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-02-18T15:17:12Z", "updated_at": "2026-02-18T15:17:12Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:14,243 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.024s
2026-02-18 15:17:14,243 26 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": "cc6e7381-7e71-4141-8430-597f33bcdcff", "project_id": "72f850c210f143e1a4fcb26746366722", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-800c0e54-908b-4678-b452-8cd273e328c7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "93b48a07-3e5d-4375-b5f5-a7294a15473d", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "cc6e7381-7e71-4141-8430-597f33bcdcff", "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-02-18T15:17:13Z", "updated_at": "2026-02-18T15:17:13Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:15,079 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.836s
2026-02-18 15:17:15,080 26 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": "cc6e7381-7e71-4141-8430-597f33bcdcff", "project_id": "72f850c210f143e1a4fcb26746366722", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-0c525e68-5c9e-4e8b-8060-62af19ee75c8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "e596a36c-e59b-416c-a569-6d2f73ee49b6", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "cc6e7381-7e71-4141-8430-597f33bcdcff", "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-02-18T15:17:14Z", "updated_at": "2026-02-18T15:17:14Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:15,428 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.347s
2026-02-18 15:17:15,428 26 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": "cc6e7381-7e71-4141-8430-597f33bcdcff", "project_id": "72f850c210f143e1a4fcb26746366722", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-47dacb73-237e-46fd-bc60-870caaeeea58', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "0996fba9-01a5-4d1c-866b-f51865bfa246", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "cc6e7381-7e71-4141-8430-597f33bcdcff", "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-02-18T15:17:15Z", "updated_at": "2026-02-18T15:17:15Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:15,896 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.467s
2026-02-18 15:17:15,896 26 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": "cc6e7381-7e71-4141-8430-597f33bcdcff", "project_id": "72f850c210f143e1a4fcb26746366722", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8f68204e-d721-418f-9aa8-b7b9748e804c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "367a0543-2de8-4273-b05f-9eb68c0d79e5", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "cc6e7381-7e71-4141-8430-597f33bcdcff", "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-02-18T15:17:15Z", "updated_at": "2026-02-18T15:17:15Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:17,857 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.960s
2026-02-18 15:17:17,857 26 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": "cc6e7381-7e71-4141-8430-597f33bcdcff", "project_id": "72f850c210f143e1a4fcb26746366722", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d937bc7b-ef73-4673-9ae0-266d5f8edb27', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "0da2a51d-8e5b-4ab7-ab56-72420db7e09f", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "cc6e7381-7e71-4141-8430-597f33bcdcff", "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-02-18T15:17:17Z", "updated_at": "2026-02-18T15:17:17Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:18,701 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.840s
2026-02-18 15:17:18,702 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:18 GMT', 'server': 'Apache', 'content-length': '6252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1e344368-76e4-4fa8-900d-52d7aa2913cb', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=3f03148ae9a82e822f7d5049c0522324; 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": "959521a7f37a426ba0b225e559599f65", "name": "tempest-TestServerBasicOps-193986866-project-member", "password_expires_at": null}, "audit_ids": ["SDhVdhN6TqS8y17M52T1Bw"], "expires_at": "2026-02-18T16:17:18.000000Z", "issued_at": "2026-02-18T15:17:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72f850c210f143e1a4fcb26746366722", "name": "tempest-TestServerBasicOps-193986866"}, "is_domain": false, "roles": [{"id": "5c25edfb2ecf41c8ac2a9b18f509121a", "name": "reader"}, {"id": "39bbf90de97b4810b6e782be8edef1f9", "name": "member"}], "catalog": [{"endpoints": [{"id": "374a25b217684b59864f96c1ed1a55dd", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "f007128c68ce4623b1d1a8a1fb1219d8", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "09f5ad5d52ec4bb98d3c9a9452a4236e", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "barbican", "id": "d48d59810154451d89ccdb9a08f4c917", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "fd08f5a03c56472c86bbe5439f2b6c14", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "16cdc96fd5b349a4a04bb5fbfaba2a7d", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "cinderv3", "id": "d3667f6877864adf91d336b5d59e48d2", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "e444c0f834474959b637f60a7189c9b4", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}], "id": "18423a2f96fe4bdf99537132b5ab2b00", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "heat", "id": "1e7c2da8841c443a8807a82a4b017130", "interface": "public", "region_id": "regionOne", "url": "https://heat-api-public-openstack.apps-crc.testing/v1/72f850c210f143e1a4fcb26746366722", "region": "regionOne"}, {"name": "heat", "id": "5902b34b3f2f4d228ff4972bc83474c7", "interface": "internal", "region_id": "regionOne", "url": "https://heat-api-internal.openstack.svc:8004/v1/72f850c210f143e1a4fcb26746366722", "region": "regionOne"}], "id": "2813e6b620ba48dc9104c31e08e73f9b", "type": "orchestration", "name": "heat"}, {"endpoints": [{"name": "nova", "id": "4f8c8810f6424b8e810cfb7ec1c75287", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "fd1a17eb7cbc4085af41eab2a96fcf5c", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}], "id": "3b20cad965844119b5f9e35092d88eaf", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "heat-cfn", "id": "f0ec78b9ef094ab09e2fbfbb212255a8", "interface": "public", "region_id": "regionOne", "url": "https://heat-cfnapi-public-openstack.apps-crc.testing/v1", "region": "regionOne"}, {"name": "heat-cfn", "id": "fe6f861fbcdf4965bfb78e8ad44086f0", "interface": "internal", "region_id": "regionOne", "url": "https://heat-cfnapi-internal.openstack.svc:8000/v1", "region": "regionOne"}], "id": "48dc2648932b4bc1b597ecd5696ce82c", "type": "cloudformation", "name": "heat-cfn"}, {"endpoints": [{"name": "glance", "id": "39aa639e147a4dd19ced831143f38321", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "c97b14d2c93c4c2e855614b3d0d9e89f", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "7476d846ad6d4cb98082dd6d27
2026-02-18 15:17:18,702 26 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': 'd75dadf4-b73e-4827-9a42-29672a662a19', 'name': 'tempest-TestServerBasicOps-675853718-network', 'tenant_id': '72f850c210f143e1a4fcb26746366722', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72f850c210f143e1a4fcb26746366722', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-02-18T15:16:35Z', 'updated_at': '2026-02-18T15:16:36Z', 'revision_number': 1} available for tenant
2026-02-18 15:17:18,703 26 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-02-18 15:17:18,703 26 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-02-18 15:17:20,055 26 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 1.351s
2026-02-18 15:17:20,055 26 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-1323476469", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEj9u3STmH6k4XjBrNV9JWForTFbiQWBKxOS84hlyWC0pgyyXyLP3jQplnoclGTKcI8ELNeC2lCf2veB4szamSPTleQjTtFoAAcUkCW/HYorsDI55clv6wAGog2ZhNWUkA=="}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:18 GMT', 'server': 'Apache', 'content-length': '386', '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-cddc1377-50d3-4867-beca-bee5b24c326a', 'x-compute-request-id': 'req-cddc1377-50d3-4867-beca-bee5b24c326a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; 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-1323476469", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEj9u3STmH6k4XjBrNV9JWForTFbiQWBKxOS84hlyWC0pgyyXyLP3jQplnoclGTKcI8ELNeC2lCf2veB4szamSPTleQjTtFoAAcUkCW/HYorsDI55clv6wAGog2ZhNWUkA==", "fingerprint": "91:a5:01:37:63:bd:3d:b2:e7:56:dc:fe:37:6b:be:89", "user_id": "959521a7f37a426ba0b225e559599f65"}}'
2026-02-18 15:17:20,060 26 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1323476469 created
2026-02-18 15:17:21,325 26 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 1.264s
2026-02-18 15:17:21,326 26 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--1624946207", "description": "tempest-description--723323848"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-2fc5ef44-aac4-4951-a068-899cbcb94be2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "f55a9781-cf2e-40a3-9289-f5916f9b0c92", "name": "tempest-securitygroup--1624946207", "stateful": true, "tenant_id": "72f850c210f143e1a4fcb26746366722", "description": "tempest-description--723323848", "shared": false, "security_group_rules": [{"id": "b3787e4c-df48-457c-a9ea-b16fcc5ed0ea", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "f55a9781-cf2e-40a3-9289-f5916f9b0c92", "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": 503, "description": null, "tags": [], "created_at": "2026-02-18T15:17:20Z", "updated_at": "2026-02-18T15:17:20Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}, {"id": "f0adae38-24b3-4f09-9549-b95eb09346e3", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "f55a9781-cf2e-40a3-9289-f5916f9b0c92", "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": 504, "description": null, "tags": [], "created_at": "2026-02-18T15:17:20Z", "updated_at": "2026-02-18T15:17:20Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}], "tags": [], "created_at": "2026-02-18T15:17:20Z", "updated_at": "2026-02-18T15:17:20Z", "revision_number": 1, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:22,034 26 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.708s
2026-02-18 15:17:22,097 26 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": "f55a9781-cf2e-40a3-9289-f5916f9b0c92", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c9f96e46-6253-40d5-9ba7-83b6c975d9fd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "e9ea556e-abd0-4bb1-a973-32e9fdf3d6f6", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "f55a9781-cf2e-40a3-9289-f5916f9b0c92", "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-02-18T15:17:21Z", "updated_at": "2026-02-18T15:17:21Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:25,064 26 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 2.962s
2026-02-18 15:17:25,064 26 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": "f55a9781-cf2e-40a3-9289-f5916f9b0c92", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:25 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8d30fb15-d09d-43e6-9820-5def517501c7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "84701c0a-c18a-4d49-b170-3a25b1e447f7", "tenant_id": "72f850c210f143e1a4fcb26746366722", "security_group_id": "f55a9781-cf2e-40a3-9289-f5916f9b0c92", "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-02-18T15:17:24Z", "updated_at": "2026-02-18T15:17:24Z", "revision_number": 0, "project_id": "72f850c210f143e1a4fcb26746366722"}}'
2026-02-18 15:17:25,065 26 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1624946207 created
2026-02-18 15:17:31,939 26 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 6.872s
2026-02-18 15:17:31,940 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "54fc0dba-a8d2-47e1-af4e-261a7d5312d0"}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-6596f8a3-455d-4076-8b9d-dbe558871159', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b6ae382e4c7d330ace4b88c8e0904b2f; 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": "84ed11c4-c2eb-4bb0-81dd-76866a453d6a", "tenant_id": "72f850c210f143e1a4fcb26746366722", "floating_ip_address": "192.168.122.246", "floating_network_id": "54fc0dba-a8d2-47e1-af4e-261a7d5312d0", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "72f850c210f143e1a4fcb26746366722", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-02-18T15:17:28Z", "updated_at": "2026-02-18T15:17:28Z", "revision_number": 0}}'
2026-02-18 15:17:31,940 26 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '84ed11c4-c2eb-4bb0-81dd-76866a453d6a', 'tenant_id': '72f850c210f143e1a4fcb26746366722', 'floating_ip_address': '192.168.122.246', 'floating_network_id': '54fc0dba-a8d2-47e1-af4e-261a7d5312d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72f850c210f143e1a4fcb26746366722', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-02-18T15:17:28Z', 'updated_at': '2026-02-18T15:17:28Z', 'revision_number': 0, 'ip': '192.168.122.246'} created
2026-02-18 15:17:31,942 26 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-TestServerBasicOps-484484429', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETv6W8Ctf1v26QZYVjp4b+UJELWzqDIbVQQKcP/iDD3NwsRh+7zyNmFftoMcHueUqF7e1AzDcEbK3YMotUb7yIao3Tqu4q4bnJTsgaa6vUHZqroOotgOEB8sKyGjV4WRg==', 'fingerprint': '4b:a3:36:41:fd:5c:85:c8:dd:04:d9:26:8e:83:ef:24', 'user_id': '959521a7f37a426ba0b225e559599f65', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAOqzTq4eGM6Qkjlb0+rhe683MqkjT3JFJXFrtQDHsbiHqqyHUqjU89\ndV5GvTNXnYmgBwYFK4EEACKhZANiAARE7+lvArX9b9ukGWFY6eG/lCRC1s6gyG1U\nECnD/4gw9zcLEYfu88jZhX7aDHB7nlKhe3tQMw3BGyt2DKLVG+8iGqN06ruKuG5y\nU7IGmur1B2aq6DqLYDhAfLCsho1eFkY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f55a9781-cf2e-40a3-9289-f5916f9b0c92', 'name': 'tempest-securitygroup--1624946207', 'stateful': True, 'tenant_id': '72f850c210f143e1a4fcb26746366722', 'description': 'tempest-description--723323848', 'shared': False, 'security_group_rules': [{'id': 'b3787e4c-df48-457c-a9ea-b16fcc5ed0ea', 'tenant_id': '72f850c210f143e1a4fcb26746366722', 'security_group_id': 'f55a9781-cf2e-40a3-9289-f5916f9b0c92', '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': 503, 'description': None, 'tags': [], 'created_at': '2026-02-18T15:17:20Z', 'updated_at': '2026-02-18T15:17:20Z', 'revision_number': 0, 'project_id': '72f850c210f143e1a4fcb26746366722'}, {'id': 'f0adae38-24b3-4f09-9549-b95eb09346e3', 'tenant_id': '72f850c210f143e1a4fcb26746366722', 'security_group_id': 'f55a9781-cf2e-40a3-9289-f5916f9b0c92', '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': 504, 'description': None, 'tags': [], 'created_at': '2026-02-18T15:17:20Z', 'updated_at': '2026-02-18T15:17:20Z', 'revision_number': 0, 'project_id': '72f850c210f143e1a4fcb26746366722'}], 'tags': [], 'created_at': '2026-02-18T15:17:20Z', 'updated_at': '2026-02-18T15:17:20Z', 'revision_number': 1, 'project_id': '72f850c210f143e1a4fcb26746366722'}, 'floating_ip': {'id': '84ed11c4-c2eb-4bb0-81dd-76866a453d6a', 'tenant_id': '72f850c210f143e1a4fcb26746366722', 'floating_ip_address': '192.168.122.246', 'floating_network_id': '54fc0dba-a8d2-47e1-af4e-261a7d5312d0', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '72f850c210f143e1a4fcb26746366722', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-02-18T15:17:28Z', 'updated_at': '2026-02-18T15:17:28Z', 'revision_number': 0, 'ip': '192.168.122.246'}}
2026-02-18 15:17:43,507 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 11.563s
2026-02-18 15:17:43,698 26 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-TestServerBasicOps-server-450119003", "imageRef": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "flavorRef": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "security_groups": [{"name": "tempest-secgroup-smoke-1532193539"}, {"name": "tempest-securitygroup--1624946207"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "key_name": "tempest-TestServerBasicOps-484484429", "networks": [{"uuid": "d75dadf4-b73e-4827-9a42-29672a662a19"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 18 Feb 2026 15:17:31 GMT', 'server': 'Apache', 'content-length': '493', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc', '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-096db5ce-73aa-4915-bc69-54dd27e9ed51', 'x-compute-request-id': 'req-096db5ce-73aa-4915-bc69-54dd27e9ed51', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; 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": "2177a803-311a-47ef-8beb-465c67ce1bdc", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1532193539"}, {"name": "tempest-securitygroup--1624946207"}], "adminPass": "M2dJtyC3F6b5"}}'
2026-02-18 15:17:44,656 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc 0.941s
2026-02-18 15:17:44,657 26 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': 'Wed, 18 Feb 2026 15:17:43 GMT', 'server': 'Apache', 'content-length': '1447', '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-367c17a9-e224-439a-8e89-ffafc6c24387', 'x-compute-request-id': 'req-367c17a9-e224-439a-8e89-ffafc6c24387', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc'}
Body: b'{"server": {"id": "2177a803-311a-47ef-8beb-465c67ce1bdc", "name": "tempest-TestServerBasicOps-server-450119003", "status": "BUILD", "tenant_id": "72f850c210f143e1a4fcb26746366722", "user_id": "959521a7f37a426ba0b225e559599f65", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:17:42Z", "updated": "2026-02-18T15:17:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-484484429", "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-02-18 15:17:46,386 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc 0.722s
2026-02-18 15:17:46,386 26 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': 'Wed, 18 Feb 2026 15:17:45 GMT', 'server': 'Apache', 'content-length': '1447', '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-401dfd8e-fc28-4902-ba86-4f9a602f33ca', 'x-compute-request-id': 'req-401dfd8e-fc28-4902-ba86-4f9a602f33ca', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc'}
Body: b'{"server": {"id": "2177a803-311a-47ef-8beb-465c67ce1bdc", "name": "tempest-TestServerBasicOps-server-450119003", "status": "BUILD", "tenant_id": "72f850c210f143e1a4fcb26746366722", "user_id": "959521a7f37a426ba0b225e559599f65", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:17:42Z", "updated": "2026-02-18T15:17:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-484484429", "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-02-18 15:17:48,359 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc 0.967s
2026-02-18 15:17:48,402 26 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': 'Wed, 18 Feb 2026 15:17:47 GMT', 'server': 'Apache', 'content-length': '1447', '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-8a925549-37b0-44d5-9cd7-2dde63e8d046', 'x-compute-request-id': 'req-8a925549-37b0-44d5-9cd7-2dde63e8d046', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc'}
Body: b'{"server": {"id": "2177a803-311a-47ef-8beb-465c67ce1bdc", "name": "tempest-TestServerBasicOps-server-450119003", "status": "BUILD", "tenant_id": "72f850c210f143e1a4fcb26746366722", "user_id": "959521a7f37a426ba0b225e559599f65", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:17:42Z", "updated": "2026-02-18T15:17:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-484484429", "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-02-18 15:17:51,185 26 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc 1.772s
2026-02-18 15:17:51,185 26 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': 'Wed, 18 Feb 2026 15:17:49 GMT', 'server': 'Apache', 'content-length': '1499', '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-6497f52a-804e-4df2-beb1-fb726f9dacd1', 'x-compute-request-id': 'req-6497f52a-804e-4df2-beb1-fb726f9dacd1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc'}
Body: b'{"server": {"id": "2177a803-311a-47ef-8beb-465c67ce1bdc", "name": "tempest-TestServerBasicOps-server-450119003", "status": "BUILD", "tenant_id": "72f850c210f143e1a4fcb26746366722", "user_id": "959521a7f37a426ba0b225e559599f65", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "943e7a8d76f9bd83e0b942c5de9f9643c15cb0563d7a9bcf69abe493", "image": {"id": "3b4a4a6a-1650-453f-ba10-3bb16d71641c", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/3b4a4a6a-1650-453f-ba10-3bb16d71641c"}]}, "flavor": {"id": "1682e27b-a40b-4634-9ba2-5b28d38a8558", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/1682e27b-a40b-4634-9ba2-5b28d38a8558"}]}, "created": "2026-02-18T15:17:42Z", "updated": "2026-02-18T15:17:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/2177a803-311a-47ef-8beb-465c67ce1bdc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-484484429", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-18 15:17:51,190 26 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 7 second wait
2026-02-18 15:17:52,196 26 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 0x7fe52e343b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,199 26 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 0x7fe52e313f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,211 26 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 0x7fe52e313fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,220 26 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 0x7fe52e369250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,223 26 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 0x7fe52e3438e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,227 26 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 0x7fe52e343580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,229 26 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 0x7fe52e343bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,232 26 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 0x7fe52e343cd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,234 26 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 0x7fe52e343940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,239 26 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 0x7fe52e343a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,247 26 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 0x7fe52e313b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,626 26 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 0x7fe52e313b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,632 26 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 0x7fe52e3130d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,640 26 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 0x7fe52e3131f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,646 26 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 0x7fe52e313430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,649 26 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 0x7fe52e313580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,653 26 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 0x7fe52e3139d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,659 26 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 0x7fe52e369340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,666 26 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 0x7fe52e369520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,676 26 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 0x7fe52e369670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:52,687 26 ERROR [tempest.common.compute] Deleting server 2177a803-311a-47ef-8beb-465c67ce1bdc failed
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute conn = connection.create_connection(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute raise err
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute sock.connect(sa)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute httplib_response = self._make_request(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute self._validate_conn(conn)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute conn.connect()
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute conn = self._new_conn()
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute raise NewConnectionError(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe52e343d30>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.request_encode_url(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute retries = retries.increment(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:52.687 26 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/2177a803-311a-47ef-8beb-465c67ce1bdc (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e343d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute conn = connection.create_connection(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute raise err
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute sock.connect(sa)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute httplib_response = self._make_request(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute self._validate_conn(conn)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute conn.connect()
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute conn = self._new_conn()
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute raise NewConnectionError(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe52e3697c0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 343, in create_test_server
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.request_encode_url(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute retries = retries.increment(
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:52.687 26 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/2177a803-311a-47ef-8beb-465c67ce1bdc (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e3697c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:52.687 26 ERROR tempest.common.compute
2026-02-18 15:17:53,336 26 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 0x7fe52e369910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,345 26 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 0x7fe52e369a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,375 26 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 0x7fe52e369c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,382 26 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 0x7fe52e369df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,389 26 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 0x7fe52e369f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,395 26 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 0x7fe52e369fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,404 26 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 0x7fe52e2e7220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,466 26 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 0x7fe52e2e7370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,476 26 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 0x7fe52e2e74c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,480 26 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 0x7fe52e2e7610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/2177a803-311a-47ef-8beb-465c67ce1bdc
2026-02-18 15:17:53,483 26 ERROR [tempest.common.compute] Server 2177a803-311a-47ef-8beb-465c67ce1bdc failed to delete in time
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute conn = connection.create_connection(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute raise err
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute sock.connect(sa)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute httplib_response = self._make_request(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute self._validate_conn(conn)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute conn.connect()
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute conn = self._new_conn()
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute raise NewConnectionError(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe52e343d30>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.request_encode_url(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute retries = retries.increment(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:53.483 26 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/2177a803-311a-47ef-8beb-465c67ce1bdc (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e343d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute conn = connection.create_connection(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute raise err
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute sock.connect(sa)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute httplib_response = self._make_request(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute self._validate_conn(conn)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute conn.connect()
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute conn = self._new_conn()
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute raise NewConnectionError(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe52e2e7760>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute Traceback (most recent call last):
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 356, in create_test_server
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.request_encode_url(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute return self.urlopen(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute retries = retries.increment(
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:53.483 26 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/2177a803-311a-47ef-8beb-465c67ce1bdc (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e2e7760>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:53.483 26 ERROR tempest.common.compute
2026-02-18 15:17:53,834 26 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 0x7fe52e2e7d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,842 26 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 0x7fe52e2e7df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,854 26 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 0x7fe52e2e7f10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,864 26 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 0x7fe52e2e7fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,871 26 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 0x7fe52e2a41f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,889 26 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 0x7fe52e2e71f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,910 26 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 0x7fe52e2e76d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,926 26 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 0x7fe52e2e7610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,937 26 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 0x7fe52e2e7550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,939 26 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 0x7fe52e2e7130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1323476469
2026-02-18 15:17:53,943 26 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-1323476469
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources raise err
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources conn.connect()
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe52e2e7160>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.943 26 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-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-02-18 15:17:53.943 26 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-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-02-18 15:17:53.943 26 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-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-02-18 15:17:53.943 26 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-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:53.943 26 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-1323476469 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e2e7160>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:53.943 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53,946 26 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 0x7fe52e369c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,949 26 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 0x7fe52e3699a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,951 26 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 0x7fe52e369970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,953 26 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 0x7fe52e2a44f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,955 26 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 0x7fe52e2a4640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,957 26 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 0x7fe52e2a4790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,960 26 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 0x7fe52e2a48e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,962 26 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 0x7fe52e2a4a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,971 26 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 0x7fe52e2a4be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,977 26 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 0x7fe52e2a4d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53,982 26 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group f55a9781-cf2e-40a3-9289-f5916f9b0c92
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources raise err
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources conn.connect()
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe52e2a4ee0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:53.982 26 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-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-02-18 15:17:53.982 26 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-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-02-18 15:17:53.982 26 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-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-02-18 15:17:53.982 26 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-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:53.982 26 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/f55a9781-cf2e-40a3-9289-f5916f9b0c92 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e2a4ee0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:53.982 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:53,990 26 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 0x7fe52e23a250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:53,996 26 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 0x7fe52e2a4340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54,024 26 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 0x7fe52e2a49a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54,038 26 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 0x7fe52e2a4dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54,047 26 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 0x7fe52e2a4df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54,052 26 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 0x7fe52e2a4940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54,057 26 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 0x7fe52e2a4910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54,062 26 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 0x7fe52e2a4730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54,071 26 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 0x7fe52e2a44f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54,076 26 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 0x7fe52e2a43a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54,080 26 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip 84ed11c4-c2eb-4bb0-81dd-76866a453d6a
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources raise err
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources conn.connect()
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe52e2a4310>: Failed to establish a new connection: [Errno 111] Connection refused
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-02-18 15:17:54.080 26 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-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources floating_ip_client.delete_floatingip(fip_id)
2026-02-18 15:17:54.080 26 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-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-02-18 15:17:54.080 26 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-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-02-18 15:17:54.080 26 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-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-02-18 15:17:54.080 26 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/84ed11c4-c2eb-4bb0-81dd-76866a453d6a (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e2a4310>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-02-18 15:17:54.080 26 ERROR tempest.lib.common.validation_resources
2026-02-18 15:17:54,092 26 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 0x7fe53714b940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,102 26 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 0x7fe52e23a760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,117 26 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 0x7fe52e23a8b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,129 26 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 0x7fe52e23aa00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,139 26 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 0x7fe52e23ab50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,143 26 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 0x7fe52e23aca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,148 26 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 0x7fe52e23adf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,154 26 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 0x7fe52e23af40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,161 26 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 0x7fe52e23afd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,167 26 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 0x7fe52e24f250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cc6e7381-7e71-4141-8430-597f33bcdcff
2026-02-18 15:17:54,179 26 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 0x7fe5357a8400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
2026-02-18 15:17:54,185 26 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 0x7fe52e2a4c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
2026-02-18 15:17:54,191 26 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 0x7fe52e2a42b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
2026-02-18 15:17:54,196 26 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 0x7fe52e2a4520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
2026-02-18 15:17:54,204 26 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 0x7fe52e2a4a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
2026-02-18 15:17:54,216 26 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 0x7fe52e2a4af0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
2026-02-18 15:17:54,229 26 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 0x7fe52e2a4dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
2026-02-18 15:17:54,234 26 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 0x7fe52e2a4a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
2026-02-18 15:17:54,244 26 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 0x7fe52e2a4700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
2026-02-18 15:17:54,248 26 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 0x7fe52e24f6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-484484429
}}}
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 0x7fe52e2e7160>: 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-1323476469 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e2e7160>: 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 0x7fe52e24f3d0>: 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/cc6e7381-7e71-4141-8430-597f33bcdcff (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e24f3d0>: 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 0x7fe52e24f850>: 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-TestServerBasicOps-484484429 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e24f850>: 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 0x7fe52e343d30>: 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_server_basic_ops.py", line 127, in test_server_basic_ops
self.instance = 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/2177a803-311a-47ef-8beb-465c67ce1bdc (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe52e343d30>: 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
pt23.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
pt24.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
pt25.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
pt26.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration)
|
||||||
| setUpClass (tempest.api.volume.test_versions | 1 | 0 | 0 | 0 | 1 | Detail | |
VersionsTest) |
skip
pt27.1: setUpClass (tempest.api.volume.test_versions.VersionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesActionsTest) |
skip
pt28.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_get | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesGetTest) |
skip
pt29.1: setUpClass (tempest.api.volume.test_volumes_get.VolumesGetTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesListTestJSON) |
skip
pt30.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)
|
||||||
| setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt31.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps)
|
||||||
| setUpClass (tempest.scenario.test_server_multinode | 1 | 0 | 0 | 0 | 1 | Detail | |
TestServerMultinode) |
skip
pt32.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
pt33.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
pt34.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
pt34.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
pt35.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
pt35.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
pt36.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
pt37.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
pt37.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
pt38.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
pt38.2: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,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
pt39.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
pt40.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
pt41.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
pt42.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_services.ServicesTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt43.1: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,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
pt44.1: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke]
|
||||||
| tempest.api.identity.v3.test_api_discovery.TestApiDiscovery | 4 | 4 | 0 | 0 | 0 | Detail | |
test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
pass
pt45.1: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke]
|
||||||
test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
pass
pt45.2: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke]
|
||||||
test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
pass
pt45.3: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke]
|
||||||
test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
pass
pt45.4: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke]
|
||||||
| tempest.api.identity.v3.test_domains.DefaultDomainTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
pass
pt46.1: tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,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
pt47.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
pt47.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
pt47.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
pt48.1: tempest.api.image.v2.test_versions.VersionsTest.test_list_versions[id-659ea30a-a17c-4317-832c-0f68ed23c31d,smoke]
|
||||||
| tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt49.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke]
|
||||||
| tempest.api.network.test_floating_ips.FloatingIPTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt50.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke]
|
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt50.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke]
|
||||||
| tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt51.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke]
|
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt51.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]
|
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt51.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke]
|
||||||
| tempest.api.network.test_networks.NetworksIpV6Test | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt52.1: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke]
|
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt52.2: tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke]
|
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt52.3: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke]
|
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt52.4: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke]
|
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt52.5: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke]
|
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt52.6: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke]
|
||||||
| tempest.api.network.test_networks.NetworksTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt53.1: tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke]
|
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt53.2: tempest.api.network.test_networks.NetworksTest.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke]
|
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt53.3: tempest.api.network.test_networks.NetworksTest.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke]
|
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt53.4: tempest.api.network.test_networks.NetworksTest.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke]
|
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt53.5: tempest.api.network.test_networks.NetworksTest.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke]
|
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt53.6: tempest.api.network.test_networks.NetworksTest.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke]
|
||||||
| tempest.api.network.test_ports.PortsIpV6TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt54.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke]
|
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt54.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke]
|
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt54.3: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke]
|
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt54.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke]
|
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt54.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke]
|
||||||
| tempest.api.network.test_routers.RoutersIpV6Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt55.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt55.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]
|
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt55.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]
|
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt55.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]
|
||||||
| tempest.api.network.test_security_groups.SecGroupIPv6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt56.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]
|
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt56.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]
|
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt56.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]
|
||||||
| tempest.api.network.test_security_groups.SecGroupTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt57.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]
|
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt57.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]
|
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt57.3: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]
|
||||||
| tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt58.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,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
pt59.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
pt59.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt62.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
pt63.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
pt63.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
pt63.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
pt64.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
pt64.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
pt64.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
pt64.4: tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata[id-7a94c25d-66e6-434c-9c38-97d4e2c29945,smoke]
|
||||||
| Total | 108 | 75 | 22 | 0 | 11 | ||