Status: Pass 67 Failure 34 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 0x7fc1e821f460>: 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 0x7fc1e821f460>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (telemetry_tempest_plugin.aodh.api.sql.test_alarming_api | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingAPIMysqlTest) |
fail
ft2.1: setUpClass (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 0x7f13a9c41be0>: 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 0x7f13a9c41be0>: 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 0x7fc1edd0b310>: 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 0x7fc1edd0b310>: 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 0x7fd5b96d7e80>: 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 0x7fd5b96d7e80>: 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 0x7fc1ec4208e0>: 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 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_create_server.py", line 74, in resource_setup
cls.server = cls.client.show_server(server_initial['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/6e4e7f3d-60d3-49cf-b7be-e93194c45a44 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc1ec4208e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_credentials | 1 | 0 | 1 | 0 | 0 | Detail | |
CredentialsTestJSON) |
fail
ft6.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/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 0x7ff8b0f58190>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8b0f58190>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_groups | 1 | 0 | 1 | 0 | 0 | Detail | |
GroupsV3TestJSON) |
fail
ft7.1: setUpClass (tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON)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 0x7ff8b0f71730>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8b0f71730>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_roles | 1 | 0 | 1 | 0 | 0 | Detail | |
RolesV3TestJSON) |
fail
ft8.1: setUpClass (tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON)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 0x7ff8b0ebf340>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8b0ebf340>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_services | 1 | 0 | 1 | 0 | 0 | Detail | |
ServicesTestJSON) |
fail
ft9.1: setUpClass (tempest.api.identity.admin.v3.test_services.ServicesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff8b0f35fd0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8b0f35fd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.v3.test_api_discovery | 1 | 0 | 1 | 0 | 0 | Detail | |
TestApiDiscovery) |
fail
ft10.1: setUpClass (tempest.api.identity.v3.test_api_discovery.TestApiDiscovery)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc1edf46760>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc1edf46760>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_floating_ips | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPTestJSON) |
fail
ft11.1: setUpClass (tempest.api.network.test_floating_ips.FloatingIPTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff8b0d6c340>: 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 0x7ff8b0d6c340>: 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 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 436, in get_credentials
credentials = self._create_creds(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 262, in _create_creds
self.creds_client.assign_user_role(user, project, role)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_client.py", line 79, in assign_user_role
role = self._check_role_exists(role_name)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_client.py", line 67, in _check_role_exists
roles = self._list_roles()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_client.py", line 106, in _list_roles
roles = self.roles_client.list_roles()['roles']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/roles_client.py", line 55, in list_roles
resp, body = self.get(url)
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 942, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: An unexpected error prevented the server from fulfilling your request.
|
||||||
| setUpClass (tempest.api.network.test_subnetpools_extensions | 1 | 0 | 1 | 0 | 0 | Detail | |
SubnetPoolsTestJSON) |
fail
ft13.1: setUpClass (tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f13af8522e0>: 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 0x7f13af8522e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworksApiDiscovery) |
fail
ft14.1: setUpClass (tempest.api.network.test_versions.NetworksApiDiscovery)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 0x7f13af8528b0>: 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 0x7f13af8528b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.object_storage.test_account_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
AccountQuotasTest) |
fail
ft15.1: setUpClass (tempest.api.object_storage.test_account_quotas.AccountQuotasTest)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 0x7f13af89ef10>: 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/object_storage/test_account_quotas.py", line 32, in setup_credentials
super(AccountQuotasTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/object_storage/base.py", line 46, in setup_credentials
super(BaseObjectTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 433, in setup_credentials
manager = cls.get_client_manager(roles=credentials_type[1:],
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 0x7f13af89ef10>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.object_storage.test_account_services | 1 | 0 | 1 | 0 | 0 | Detail | |
AccountTest) |
fail
ft16.1: setUpClass (tempest.api.object_storage.test_account_services.AccountTest)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 0x7ff8b0c93580>: 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/object_storage/test_account_services.py", line 38, in setup_credentials
super(AccountTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/object_storage/base.py", line 46, in setup_credentials
super(BaseObjectTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 433, in setup_credentials
manager = cls.get_client_manager(roles=credentials_type[1:],
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 0x7ff8b0c93580>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.object_storage.test_container_services | 1 | 0 | 1 | 0 | 0 | Detail | |
ContainerTest) |
fail
ft17.1: setUpClass (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/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/object_storage/base.py", line 46, in setup_credentials
super(BaseObjectTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 433, in setup_credentials
manager = cls.get_client_manager(roles=credentials_type[1:],
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 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 534, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/lib/python3.9/site-packages/urllib3/packages/six.py", line 708, in reraise
raise value.with_traceback(tb)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
|
||||||
| setUpClass (tempest.api.object_storage.test_object_services | 1 | 0 | 1 | 0 | 0 | Detail | |
ObjectTest) |
fail
ft18.1: setUpClass (tempest.api.object_storage.test_object_services.ObjectTest)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 0x7fc1edd58730>: 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/object_storage/base.py", line 46, in setup_credentials
super(BaseObjectTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 433, in setup_credentials
manager = cls.get_client_manager(roles=credentials_type[1:],
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 0x7fc1edd58730>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.scenario.test_network_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestNetworkBasicOps) |
fail
ft19.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 0x7ff058da5c70>: 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 0x7ff058da5c70>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (telemetry_tempest_plugin.aodh.api.test_alarming_api | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingAPITest) |
fail
ft20.1: tearDownClass (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 0x7f0ca9e03d60>: 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/telemetry_tempest_plugin/aodh/api/base.py", line 63, in resource_cleanup
cls.cleanup_resources(cls.alarming_client.delete_alarm, cls.alarm_ids)
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/aodh/api/base.py", line 57, in cleanup_resources
method(resource_id)
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/aodh/service/client.py", line 76, in delete_alarm
resp, body = self.delete(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='aodh-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2/alarms/19834073-1e2f-446f-8803-dedfd117890c (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0ca9e03d60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (tempest.api.compute.servers.test_attach_interfaces | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachInterfacesUnderV243Test) |
fail
ft21.1: tearDownClass (tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8b0edbd00>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7ff8aa73d780>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8aea16610>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7ff8aa708700>))
|
||||||
| tearDownClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft22.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 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f13af78a400>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f13a91f0780>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f13af7e9520>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f13a9227e40>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/os-keypairs/tempest-keypair-1751861480 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f13af7cb7c0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f13a926a1c0>))
|
||||||
| tearDownClass (tempest.api.network.test_routers | 1 | 0 | 1 | 0 | 0 | Detail | |
RoutersIpV6Test) |
fail
ft23.1: tearDownClass (tempest.api.network.test_routers.RoutersIpV6Test)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='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff058cfd0d0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7ff053ea3080>)
|
||||||
| tearDownClass (tempest.scenario.test_server_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestServerBasicOps) |
fail
ft24.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 0x7fe85b151100>: 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/b5b61737-a0a7-456e-bccc-cf5aa40dddbc/remove_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe85b151100>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest | 11 | 8 | 3 | 0 | 0 | Detail | |
test_alarm_list[id-1c918e06-210b-41eb-bd45-14676dd77cd7] |
pass
pt25.1: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list[id-1c918e06-210b-41eb-bd45-14676dd77cd7]
|
||||||
test_create_delete_alarm_defaults[id-bf44b72f-0384-4b34-ab78-bdfd3bf1b16c] |
pass
pt25.2: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_delete_alarm_defaults[id-bf44b72f-0384-4b34-ab78-bdfd3bf1b16c]
|
||||||
test_create_excercise_delete_alarm_state[id-0a883365-7158-4dbb-a946-3b07dc171c93] |
pass
pt25.3: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_excercise_delete_alarm_state[id-0a883365-7158-4dbb-a946-3b07dc171c93]
|
||||||
test_create_list_sort_limit_delete_alarm[id-e1d65c3c-a64d-4968-949c-96f2b2d8b363] |
pass
pt25.4: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_list_sort_limit_delete_alarm[id-e1d65c3c-a64d-4968-949c-96f2b2d8b363]
|
||||||
test_create_n_delete_alarm_rule_loadbalancer[id-c1dcefdf-3b96-40d0-8f39-04fc0702ab6b] |
pass
pt25.5: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_n_delete_alarm_rule_loadbalancer[id-c1dcefdf-3b96-40d0-8f39-04fc0702ab6b]
|
||||||
test_create_query_delete_alarm_same_name[id-ced16dd6-cbd8-4a2b-a9c3-aed6e4a7102c] |
pass
pt25.6: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_query_delete_alarm_same_name[id-ced16dd6-cbd8-4a2b-a9c3-aed6e4a7102c]
|
||||||
test_create_query_delete_disabled_alarm[id-b666f7d5-ce8c-4b2d-887e-15993433c2e9] |
pass
pt25.7: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_query_delete_disabled_alarm[id-b666f7d5-ce8c-4b2d-887e-15993433c2e9]
|
||||||
test_create_update_get_delete_alarm[id-1297b095-39c1-4e74-8a1f-4ae998cedd68] |
pass
pt25.8: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm[id-1297b095-39c1-4e74-8a1f-4ae998cedd68]
|
||||||
test_get_capabilities[id-0cc2f5d1-6f48-4274-bfa8-f62f82eab6ed] |
fail
ft25.9: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_get_capabilities[id-0cc2f5d1-6f48-4274-bfa8-f62f82eab6ed]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-27 23:07:20,392 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2/capabilities
2026-01-27 23:07:20,403 27 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 0x7f0cadba1c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-01-27 23:07:20,431 27 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 0x7f0cadb4c4c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-01-27 23:07:20,435 27 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 0x7f0cadb4caf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-01-27 23:07:20,439 27 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 0x7f0cadb4c6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-01-27 23:07:20,445 27 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 0x7f0cadb4c970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-01-27 23:07:20,452 27 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 0x7f0cadba1340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-01-27 23:07:20,454 27 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 0x7f0cadba1520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-01-27 23:07:20,461 27 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 0x7f0cadba1640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-01-27 23:07:20,463 27 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 0x7f0cadba1d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
}}}
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 0x7f0cacea53d0>: 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/telemetry_tempest_plugin/aodh/api/test_alarming_api.py", line 268, in test_get_capabilities
response = self.alarming_client.show_capabilities()
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/aodh/service/client.py", line 123, in show_capabilities
resp, body = self.get(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='aodh-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2/capabilities (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0cacea53d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_get_versions[id-d42d0103-0497-4109-9746-dacaa17e831c] |
fail
ft25.10: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_get_versions[id-d42d0103-0497-4109-9746-dacaa17e831c]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-27 23:07:20,635 27 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 0x7f0cadb86310>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-01-27 23:07:20,637 27 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 0x7f0cacea5550>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-01-27 23:07:20,639 27 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 0x7f0cadb86220>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-01-27 23:07:20,643 27 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 0x7f0cadb869d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-01-27 23:07:20,646 27 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 0x7f0cadb86550>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-01-27 23:07:20,650 27 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 0x7f0cadb863a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-01-27 23:07:20,652 27 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 0x7f0cadb76ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-01-27 23:07:20,654 27 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 0x7f0cadb4c460>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-01-27 23:07:20,656 27 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 0x7f0cadb4c190>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-01-27 23:07:20,658 27 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 0x7f0cadb4cbe0>: 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 0x7f0cad8d1940>: 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/telemetry_tempest_plugin/aodh/api/test_alarming_api.py", line 277, in test_get_versions
response = self.alarming_client.show_version()
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/aodh/service/client.py", line 130, in show_version
resp, body = self.get(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='aodh-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0cad8d1940>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_set_get_alarm_state[id-aca49486-70bb-4016-87e0-f6131374f742] |
fail
ft25.11: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state[id-aca49486-70bb-4016-87e0-f6131374f742]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-27 23:07:20,671 27 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 0x7f0cad8d1940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-01-27 23:07:20,672 27 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 0x7f0cad8c5550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-01-27 23:07:20,674 27 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 0x7f0cad8c5c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-01-27 23:07:20,675 27 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 0x7f0cad8c5580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-01-27 23:07:20,677 27 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 0x7f0cadb4c910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-01-27 23:07:20,678 27 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 0x7f0cadb4ca00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-01-27 23:07:20,680 27 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 0x7f0cadb4c850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-01-27 23:07:20,682 27 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 0x7f0cadb76e20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-01-27 23:07:20,684 27 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 0x7f0cacea56d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-01-27 23:07:20,686 27 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 0x7f0cadb864f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
}}}
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 0x7f0cadb86430>: 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/telemetry_tempest_plugin/aodh/api/test_alarming_api.py", line 252, in test_set_get_alarm_state
alarm = self.create_alarm(event_rule=self.rule)
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/aodh/api/base.py", line 47, in create_alarm
body = cls.alarming_client.create_alarm(
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/aodh/service/client.py", line 85, in create_alarm
resp, body = self.post(uri, 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/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='aodh-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2/alarms (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0cadb86430>: 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
ft26.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-27 23:05:30,688 26 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-27 23:05:30,689 26 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-27 23:05:30,951 26 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.261s
2026-01-27 23:05:30,952 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-1401102305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGLWuwkylpGC2zv0hEhalRcJMiJCEjgASbVHpOgNuR/EeBqu3l0Om/P4jjwAekvdO7wiUERtZMF1ig5SH7SSsipksRO9x1b5Fh3Kg7nXz5Q90/jCZDzLnqarGF8fLbl4LA=="}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:05:30 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-b9b80dda-09e2-49f0-b23a-e466a153a5e5', 'x-compute-request-id': 'req-b9b80dda-09e2-49f0-b23a-e466a153a5e5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; 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-1401102305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGLWuwkylpGC2zv0hEhalRcJMiJCEjgASbVHpOgNuR/EeBqu3l0Om/P4jjwAekvdO7wiUERtZMF1ig5SH7SSsipksRO9x1b5Fh3Kg7nXz5Q90/jCZDzLnqarGF8fLbl4LA==", "fingerprint": "1f:3a:47:8d:24:4c:ff:39:b6:8a:e2:57:79:e1:9c:92", "user_id": "39e9f4625e8b494b9682d5622bf1b206"}}'
2026-01-27 23:05:30,957 26 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1401102305 created
2026-01-27 23:05:31,396 26 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.437s
2026-01-27 23:05:31,396 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--585722776", "description": "tempest-description--107026450"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:05:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-4a82b42b-e6c3-41dc-a4d3-7d44d52592a3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "72da0c58-294e-4cba-af57-a14dc63a33bf", "name": "tempest-securitygroup--585722776", "stateful": true, "tenant_id": "74f54dfa359341ba8894a95865378d18", "description": "tempest-description--107026450", "shared": false, "security_group_rules": [{"id": "afb6978a-e38c-4515-8cf0-438632db0de4", "tenant_id": "74f54dfa359341ba8894a95865378d18", "security_group_id": "72da0c58-294e-4cba-af57-a14dc63a33bf", "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": 160, "description": null, "tags": [], "created_at": "2026-01-27T23:05:31Z", "updated_at": "2026-01-27T23:05:31Z", "revision_number": 0, "project_id": "74f54dfa359341ba8894a95865378d18"}, {"id": "c55516a3-bc11-4c40-9611-6e4bfd598062", "tenant_id": "74f54dfa359341ba8894a95865378d18", "security_group_id": "72da0c58-294e-4cba-af57-a14dc63a33bf", "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": 159, "description": null, "tags": [], "created_at": "2026-01-27T23:05:31Z", "updated_at": "2026-01-27T23:05:31Z", "revision_number": 0, "project_id": "74f54dfa359341ba8894a95865378d18"}], "tags": [], "created_at": "2026-01-27T23:05:31Z", "updated_at": "2026-01-27T23:05:31Z", "revision_number": 1, "project_id": "74f54dfa359341ba8894a95865378d18"}}'
2026-01-27 23:05:32,249 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.853s
2026-01-27 23:05:32,250 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": "72da0c58-294e-4cba-af57-a14dc63a33bf", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:05:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-becb78a4-d573-4dc6-a047-bdb315c31e80', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "b6e676e2-8d00-45a1-ad90-693f65bc1bee", "tenant_id": "74f54dfa359341ba8894a95865378d18", "security_group_id": "72da0c58-294e-4cba-af57-a14dc63a33bf", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:05:32Z", "updated_at": "2026-01-27T23:05:32Z", "revision_number": 0, "project_id": "74f54dfa359341ba8894a95865378d18"}}'
2026-01-27 23:05:32,833 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.583s
2026-01-27 23:05:32,834 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": "72da0c58-294e-4cba-af57-a14dc63a33bf", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:05:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e3bacb8e-d6a2-47b4-b333-d78d4f5713f6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "d937a57a-7820-4995-a0e0-6d24f842ca5c", "tenant_id": "74f54dfa359341ba8894a95865378d18", "security_group_id": "72da0c58-294e-4cba-af57-a14dc63a33bf", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:05:32Z", "updated_at": "2026-01-27T23:05:32Z", "revision_number": 0, "project_id": "74f54dfa359341ba8894a95865378d18"}}'
2026-01-27 23:05:32,834 26 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--585722776 created
2026-01-27 23:05:35,083 26 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.244s
2026-01-27 23:05:35,084 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": "47ee7297-a4cf-4038-923c-5d8f0e296e63"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:05:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-32bf3cec-b150-4d57-bc0e-7430fc5f18c2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "5d8d4a8c-32e5-403d-81a0-c8a87d482df0", "tenant_id": "74f54dfa359341ba8894a95865378d18", "floating_ip_address": "192.168.122.185", "floating_network_id": "47ee7297-a4cf-4038-923c-5d8f0e296e63", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "74f54dfa359341ba8894a95865378d18", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-27T23:05:34Z", "updated_at": "2026-01-27T23:05:34Z", "revision_number": 0}}'
2026-01-27 23:05:35,084 26 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5d8d4a8c-32e5-403d-81a0-c8a87d482df0', 'tenant_id': '74f54dfa359341ba8894a95865378d18', 'floating_ip_address': '192.168.122.185', 'floating_network_id': '47ee7297-a4cf-4038-923c-5d8f0e296e63', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '74f54dfa359341ba8894a95865378d18', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-27T23:05:34Z', 'updated_at': '2026-01-27T23:05:34Z', 'revision_number': 0, 'ip': '192.168.122.185'} created
2026-01-27 23:05:35,423 26 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.335s
2026-01-27 23:05:35,424 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:05:35 GMT', 'server': 'Apache', 'content-length': '6276', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-daabb8e1-2404-4c05-a770-a7038cb66f68', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=bb5d19edd78cc1dec5d45599aa7b481c; 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": "39e9f4625e8b494b9682d5622bf1b206", "name": "tempest-AttachInterfacesUnderV243Test-1154542967-project-member", "password_expires_at": null}, "audit_ids": ["hIocJJXBSN-ox783iWamag"], "expires_at": "2026-01-28T00:05:35.000000Z", "issued_at": "2026-01-27T23:05:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74f54dfa359341ba8894a95865378d18", "name": "tempest-AttachInterfacesUnderV243Test-1154542967"}, "is_domain": false, "roles": [{"id": "a281a934ee104cfe962a18b47bd1c4bc", "name": "member"}, {"id": "036106c3014e4ea2b5237842cfa3e6f8", "name": "reader"}], "catalog": [{"endpoints": [{"name": "placement", "id": "26b810998a1a4eefbe0a20d69019d12e", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "3013abb61be04b1e927171a122cf76a2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "09b5d217381d4d6fa938bf1ae2a63012", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0a32039029b14018be341dc84b9595fe", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "557839e48a28403e8fdca399cc8b1822", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "0ea146b8caa0460593c297cc509463ef", "type": "identity", "name": "keystone"}, {"endpoints": [], "id": "122a68d459a64a3f99ddbc6381c49481", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "heat", "id": "106663f7848240daa96cfab396bff632", "interface": "public", "region_id": "regionOne", "url": "https://heat-api-public-openstack.apps-crc.testing/v1/74f54dfa359341ba8894a95865378d18", "region": "regionOne"}, {"name": "heat", "id": "86d5555515e54d568053a7080c7e353e", "interface": "internal", "region_id": "regionOne", "url": "https://heat-api-internal.openstack.svc:8004/v1/74f54dfa359341ba8894a95865378d18", "region": "regionOne"}], "id": "78e46dce6066409da073292333ba3fdc", "type": "orchestration", "name": "heat"}, {"endpoints": [{"name": "barbican", "id": "5996fd4699d74678ab3fbb8b04e09b55", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "e45e7fe91ba04d96bac97277e4cb9371", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "8f9a5b9b8fa24666834ccf40f21e2c7c", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "glance", "id": "2b4a7e4bb98f4d96b54ae73db3097ebe", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "60a519007fd74011a3e880baffa0dc81", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "96eb5c3fac5e435f8e2c0bdfd890271d", "type": "image", "name": "glance"}, {"endpoints": [{"name": "heat-cfn", "id": "3b5c716d2fa348229b8164f7504e298f", "interface": "public", "region_id": "regionOne", "url": "https://heat-cfnapi-public-openstack.apps-crc.testing/v1", "region": "regionOne"}, {"name": "heat-cfn", "id": "e81d9f5448ed4348bf5d2e8ce50283f8", "interface": "internal", "region_id": "regionOne", "url": "https://heat-cfnapi-internal.openstack.svc:8000/v1", "region": "regionOne"}], "id": "a3a054c59680408bba2d539ce33a6298", "type": "cloudformation", "name": "heat-cfn"}, {"endpoints": [{"name": "nova", "id": "be0ebd7afd0c4c7c893a76d61236075e", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "cf3bf079acc24b7f9f2d89525d7d0838", "interface": "public", "region_id":
2026-01-27 23:05:35,425 26 INFO [tempest.lib.common.fixed_network] (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip) Found network {'id': 'b56ee5fa-e690-4d9b-a6e1-7815589f421e', 'name': 'tempest-AttachInterfacesUnderV243Test-161936656-network', 'tenant_id': '74f54dfa359341ba8894a95865378d18', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '74f54dfa359341ba8894a95865378d18', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22123, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-27T23:05:15Z', 'updated_at': '2026-01-27T23:05:15Z', 'revision_number': 1} available for tenant
2026-01-27 23:05:35,425 26 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1401102305', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGLWuwkylpGC2zv0hEhalRcJMiJCEjgASbVHpOgNuR/EeBqu3l0Om/P4jjwAekvdO7wiUERtZMF1ig5SH7SSsipksRO9x1b5Fh3Kg7nXz5Q90/jCZDzLnqarGF8fLbl4LA==', 'fingerprint': '1f:3a:47:8d:24:4c:ff:39:b6:8a:e2:57:79:e1:9c:92', 'user_id': '39e9f4625e8b494b9682d5622bf1b206', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDkAJ7kvNqjaK7+GEN9gRrh9MnDDXCkYc1JGTwlkfd+J48+EPWRUdVw\nJRGZVgeDM9mgBwYFK4EEACKhZANiAARi1rsJMpaRgts79IRIWpUXCTIiQhI4AEm1\nR6ToDbkfxHgart5dDpvz+I48AHpL3Tu8IlBEbWTBdYoOUh+0krIqZLETvcdW+RYd\nyoO518+UPdP4wmQ8y56mqxhfHy25eCw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '72da0c58-294e-4cba-af57-a14dc63a33bf', 'name': 'tempest-securitygroup--585722776', 'stateful': True, 'tenant_id': '74f54dfa359341ba8894a95865378d18', 'description': 'tempest-description--107026450', 'shared': False, 'security_group_rules': [{'id': 'afb6978a-e38c-4515-8cf0-438632db0de4', 'tenant_id': '74f54dfa359341ba8894a95865378d18', 'security_group_id': '72da0c58-294e-4cba-af57-a14dc63a33bf', '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': 160, 'description': None, 'tags': [], 'created_at': '2026-01-27T23:05:31Z', 'updated_at': '2026-01-27T23:05:31Z', 'revision_number': 0, 'project_id': '74f54dfa359341ba8894a95865378d18'}, {'id': 'c55516a3-bc11-4c40-9611-6e4bfd598062', 'tenant_id': '74f54dfa359341ba8894a95865378d18', 'security_group_id': '72da0c58-294e-4cba-af57-a14dc63a33bf', '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': 159, 'description': None, 'tags': [], 'created_at': '2026-01-27T23:05:31Z', 'updated_at': '2026-01-27T23:05:31Z', 'revision_number': 0, 'project_id': '74f54dfa359341ba8894a95865378d18'}], 'tags': [], 'created_at': '2026-01-27T23:05:31Z', 'updated_at': '2026-01-27T23:05:31Z', 'revision_number': 1, 'project_id': '74f54dfa359341ba8894a95865378d18'}, 'floating_ip': {'id': '5d8d4a8c-32e5-403d-81a0-c8a87d482df0', 'tenant_id': '74f54dfa359341ba8894a95865378d18', 'floating_ip_address': '192.168.122.185', 'floating_network_id': '47ee7297-a4cf-4038-923c-5d8f0e296e63', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '74f54dfa359341ba8894a95865378d18', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-27T23:05:34Z', 'updated_at': '2026-01-27T23:05:34Z', 'revision_number': 0, 'ip': '192.168.122.185'}}
2026-01-27 23:05:38,661 26 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 3.234s
2026-01-27 23:05:38,661 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-AttachInterfacesUnderV243Test-server-1437890012", "imageRef": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "flavorRef": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "networks": [{"uuid": "b56ee5fa-e690-4d9b-a6e1-7815589f421e"}], "security_groups": [{"name": "tempest-securitygroup--585722776"}], "key_name": "tempest-keypair-1401102305", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:05:35 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58', '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-d0cc89e0-dc96-4fc1-a0c8-86b7dcb14628', 'x-compute-request-id': 'req-d0cc89e0-dc96-4fc1-a0c8-86b7dcb14628', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; 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": "9033d5a6-ab60-43e3-bbcb-3a8b83161c58", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--585722776"}], "adminPass": "Dz2UWSj2zQvw"}}'
2026-01-27 23:05:43,993 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 5.331s
2026-01-27 23:05:43,993 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': 'Tue, 27 Jan 2026 23:05:38 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-2edcce0d-9590-4d7c-ade9-ad60dbe714ab', 'x-compute-request-id': 'req-2edcce0d-9590-4d7c-ade9-ad60dbe714ab', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58'}
Body: b'{"server": {"id": "9033d5a6-ab60-43e3-bbcb-3a8b83161c58", "name": "tempest-AttachInterfacesUnderV243Test-server-1437890012", "status": "BUILD", "tenant_id": "74f54dfa359341ba8894a95865378d18", "user_id": "39e9f4625e8b494b9682d5622bf1b206", "metadata": {}, "hostId": "b02d0269dfd72a1698ba789fca3d27d035508ffcba7cdea7877418a4", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:38Z", "updated": "2026-01-27T23:05:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1401102305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--585722776"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:05:46,720 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 1.722s
2026-01-27 23:05:46,720 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': 'Tue, 27 Jan 2026 23:05:45 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-cf7eac47-35ee-4f52-8672-66f8e9b49e99', 'x-compute-request-id': 'req-cf7eac47-35ee-4f52-8672-66f8e9b49e99', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58'}
Body: b'{"server": {"id": "9033d5a6-ab60-43e3-bbcb-3a8b83161c58", "name": "tempest-AttachInterfacesUnderV243Test-server-1437890012", "status": "BUILD", "tenant_id": "74f54dfa359341ba8894a95865378d18", "user_id": "39e9f4625e8b494b9682d5622bf1b206", "metadata": {}, "hostId": "b02d0269dfd72a1698ba789fca3d27d035508ffcba7cdea7877418a4", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:38Z", "updated": "2026-01-27T23:05:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1401102305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--585722776"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:05:50,232 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 2.503s
2026-01-27 23:05:50,232 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': 'Tue, 27 Jan 2026 23:05:47 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-59f64ebd-6552-45d8-a329-cd94fc2cead6', 'x-compute-request-id': 'req-59f64ebd-6552-45d8-a329-cd94fc2cead6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58'}
Body: b'{"server": {"id": "9033d5a6-ab60-43e3-bbcb-3a8b83161c58", "name": "tempest-AttachInterfacesUnderV243Test-server-1437890012", "status": "BUILD", "tenant_id": "74f54dfa359341ba8894a95865378d18", "user_id": "39e9f4625e8b494b9682d5622bf1b206", "metadata": {}, "hostId": "b02d0269dfd72a1698ba789fca3d27d035508ffcba7cdea7877418a4", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:38Z", "updated": "2026-01-27T23:05:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1401102305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--585722776"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:05:52,700 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 1.460s
2026-01-27 23:05:52,700 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': 'Tue, 27 Jan 2026 23:05:51 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-ed33d6ef-cff5-4c2d-af59-5e65da5ac370', 'x-compute-request-id': 'req-ed33d6ef-cff5-4c2d-af59-5e65da5ac370', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58'}
Body: b'{"server": {"id": "9033d5a6-ab60-43e3-bbcb-3a8b83161c58", "name": "tempest-AttachInterfacesUnderV243Test-server-1437890012", "status": "BUILD", "tenant_id": "74f54dfa359341ba8894a95865378d18", "user_id": "39e9f4625e8b494b9682d5622bf1b206", "metadata": {}, "hostId": "b02d0269dfd72a1698ba789fca3d27d035508ffcba7cdea7877418a4", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:38Z", "updated": "2026-01-27T23:05:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1401102305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--585722776"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:05:56,088 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 2.368s
2026-01-27 23:05:56,092 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': 'Tue, 27 Jan 2026 23:05:53 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-890dad13-7468-4471-a143-61c3c2dfbf9f', 'x-compute-request-id': 'req-890dad13-7468-4471-a143-61c3c2dfbf9f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58'}
Body: b'{"server": {"id": "9033d5a6-ab60-43e3-bbcb-3a8b83161c58", "name": "tempest-AttachInterfacesUnderV243Test-server-1437890012", "status": "BUILD", "tenant_id": "74f54dfa359341ba8894a95865378d18", "user_id": "39e9f4625e8b494b9682d5622bf1b206", "metadata": {}, "hostId": "b02d0269dfd72a1698ba789fca3d27d035508ffcba7cdea7877418a4", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:38Z", "updated": "2026-01-27T23:05:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1401102305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--585722776"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:05:58,424 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 1.320s
2026-01-27 23:05:58,424 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': 'Tue, 27 Jan 2026 23:05:57 GMT', 'server': 'Apache', 'content-length': '1713', '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-32982ee0-537e-42f2-bae4-10defd3247d1', 'x-compute-request-id': 'req-32982ee0-537e-42f2-bae4-10defd3247d1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58'}
Body: b'{"server": {"id": "9033d5a6-ab60-43e3-bbcb-3a8b83161c58", "name": "tempest-AttachInterfacesUnderV243Test-server-1437890012", "status": "ACTIVE", "tenant_id": "74f54dfa359341ba8894a95865378d18", "user_id": "39e9f4625e8b494b9682d5622bf1b206", "metadata": {}, "hostId": "b02d0269dfd72a1698ba789fca3d27d035508ffcba7cdea7877418a4", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:38Z", "updated": "2026-01-27T23:05:55Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-161936656-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:28:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1401102305", "OS-SRV-USG:launched_at": "2026-01-27T23:05:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--585722776"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:05:58,499 26 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-01-27 23:05:59,907 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/os-interface 1.407s
2026-01-27 23:05:59,907 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': 'Tue, 27 Jan 2026 23:05:58 GMT', 'server': 'Apache', 'content-length': '285', '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-1b87531c-092c-4457-ad27-38a1f906e24c', 'x-compute-request-id': 'req-1b87531c-092c-4457-ad27-38a1f906e24c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "b56ee5fa-e690-4d9b-a6e1-7815589f421e", "port_id": "5c31fe8e-f952-4e71-b32a-ec4759a7fc07", "mac_addr": "fa:16:3e:81:28:a4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f420ca04-fe6b-4299-8f21-5a35acdf14df", "ip_address": "10.100.0.11"}]}]}'
2026-01-27 23:06:01,676 26 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/5d8d4a8c-32e5-403d-81a0-c8a87d482df0 1.764s
2026-01-27 23:06:01,676 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "5c31fe8e-f952-4e71-b32a-ec4759a7fc07"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-b039d28d-1448-40bb-b122-6c68a3fa3968', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0'}
Body: b'{"floatingip": {"id": "5d8d4a8c-32e5-403d-81a0-c8a87d482df0", "tenant_id": "74f54dfa359341ba8894a95865378d18", "floating_ip_address": "192.168.122.185", "floating_network_id": "47ee7297-a4cf-4038-923c-5d8f0e296e63", "router_id": "abf049b3-ade3-4957-9819-63295db93953", "port_id": "5c31fe8e-f952-4e71-b32a-ec4759a7fc07", "fixed_ip_address": "10.100.0.11", "status": "DOWN", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "b56ee5fa-e690-4d9b-a6e1-7815589f421e", "mac_address": "fa:16:3e:81:28:a4", "admin_state_up": true, "status": "ACTIVE", "device_id": "9033d5a6-ab60-43e3-bbcb-3a8b83161c58", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-27T23:05:34Z", "updated_at": "2026-01-27T23:06:00Z", "revision_number": 1, "project_id": "74f54dfa359341ba8894a95865378d18"}}'
2026-01-27 23:06:02,728 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 1.051s
2026-01-27 23:06:02,729 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': 'Tue, 27 Jan 2026 23:06:01 GMT', 'server': 'Apache', 'content-length': '1713', '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-34ea8185-77dc-4d73-854a-cb2b11917a92', 'x-compute-request-id': 'req-34ea8185-77dc-4d73-854a-cb2b11917a92', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58'}
Body: b'{"server": {"id": "9033d5a6-ab60-43e3-bbcb-3a8b83161c58", "name": "tempest-AttachInterfacesUnderV243Test-server-1437890012", "status": "ACTIVE", "tenant_id": "74f54dfa359341ba8894a95865378d18", "user_id": "39e9f4625e8b494b9682d5622bf1b206", "metadata": {}, "hostId": "b02d0269dfd72a1698ba789fca3d27d035508ffcba7cdea7877418a4", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:38Z", "updated": "2026-01-27T23:05:55Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-161936656-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:28:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1401102305", "OS-SRV-USG:launched_at": "2026-01-27T23:05:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--585722776"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:06:02,734 26 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.185:22' as 'cirros' with public key authentication
2026-01-27 23:07:02,794 26 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@192.168.122.185 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-01-27 23:07:05,333 26 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-27 23:07:05,420 26 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-27 23:07:05,495 26 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.185 successfully created
2026-01-27 23:07:09,482 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/os-interface 3.986s
2026-01-27 23:07:09,482 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': 'Tue, 27 Jan 2026 23:07:05 GMT', 'server': 'Apache', 'content-length': '285', '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-21593fb3-7086-4a3e-b291-a76c9a9b1f64', 'x-compute-request-id': 'req-21593fb3-7086-4a3e-b291-a76c9a9b1f64', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "b56ee5fa-e690-4d9b-a6e1-7815589f421e", "port_id": "5c31fe8e-f952-4e71-b32a-ec4759a7fc07", "mac_addr": "fa:16:3e:81:28:a4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f420ca04-fe6b-4299-8f21-5a35acdf14df", "ip_address": "10.100.0.11"}]}]}'
2026-01-27 23:07:13,095 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/os-interface/5c31fe8e-f952-4e71-b32a-ec4759a7fc07 3.593s
2026-01-27 23:07:13,096 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': 'Tue, 27 Jan 2026 23:07:09 GMT', 'server': 'Apache', 'content-length': '282', '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-b4751e3b-918d-4937-be70-85ba5ba4fa7f', 'x-compute-request-id': 'req-b4751e3b-918d-4937-be70-85ba5ba4fa7f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/os-interface/5c31fe8e-f952-4e71-b32a-ec4759a7fc07'}
Body: b'{"interfaceAttachment": {"net_id": "b56ee5fa-e690-4d9b-a6e1-7815589f421e", "port_id": "5c31fe8e-f952-4e71-b32a-ec4759a7fc07", "mac_addr": "fa:16:3e:81:28:a4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f420ca04-fe6b-4299-8f21-5a35acdf14df", "ip_address": "10.100.0.11"}]}}'
2026-01-27 23:07:14,133 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips 1.032s
2026-01-27 23:07:14,133 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': 'Tue, 27 Jan 2026 23:07:13 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62d58c29-9cfe-4b71-a941-ddd381210705', 'x-compute-request-id': 'req-62d58c29-9cfe-4b71-a941-ddd381210705', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-161936656-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.185"}]}}'
2026-01-27 23:07:14,427 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/action 0.293s
2026-01-27 23:07:14,427 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: {"addFixedIp": {"networkId": "b56ee5fa-e690-4d9b-a6e1-7815589f421e"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:07:14 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-d961fe3b-8891-44b9-b149-ad73d5181319', 'x-compute-request-id': 'req-d961fe3b-8891-44b9-b149-ad73d5181319', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/action'}
Body: b''
2026-01-27 23:07:14,557 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips 0.129s
2026-01-27 23:07:14,558 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': 'Tue, 27 Jan 2026 23:07:14 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8e7b3cc-780d-4d10-95a7-e2ef1136be59', 'x-compute-request-id': 'req-a8e7b3cc-780d-4d10-95a7-e2ef1136be59', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-161936656-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.185"}]}}'
2026-01-27 23:07:14,559 26 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 9033d5a6-ab60-43e3-bbcb-3a8b83161c58: {'10.100.0.11', '192.168.122.185'}
2026-01-27 23:07:17,175 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips 1.615s
2026-01-27 23:07:17,177 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': 'Tue, 27 Jan 2026 23:07:15 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3ec0148-9a73-402c-9e0e-41725189109e', 'x-compute-request-id': 'req-a3ec0148-9a73-402c-9e0e-41725189109e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-161936656-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.185"}]}}'
2026-01-27 23:07:17,178 26 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 9033d5a6-ab60-43e3-bbcb-3a8b83161c58: {'10.100.0.11', '192.168.122.185'}
2026-01-27 23:07:20,390 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,394 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 0x7ff8af13ad00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,398 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 0x7ff8af13a7f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,437 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 0x7ff8af13a4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,440 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 0x7ff8af13aca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,443 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 0x7ff8af13acd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,446 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 0x7ff8aeae6e50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,448 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 0x7ff8aeae6d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,451 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 0x7ff8aeae6130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,454 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 0x7ff8aeae6f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips
2026-01-27 23:07:20,709 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 0x7ff8af13a910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,719 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 0x7ff8aeae6b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,721 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 0x7ff8af13abe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,726 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 0x7ff8af13a820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,732 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 0x7ff8ad348040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,735 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 0x7ff8ad348340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,738 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 0x7ff8ad348490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,742 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 0x7ff8ad348670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,747 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 0x7ff8ad348550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,755 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 0x7ff8ad348640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20,763 26 ERROR [tempest.api.compute.base] Failed to delete server 9033d5a6-ab60-43e3-bbcb-3a8b83161c58
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base conn = connection.create_connection(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base raise err
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base sock.connect(sa)
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base httplib_response = self._make_request(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base self._validate_conn(conn)
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base conn.connect()
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base conn = self._new_conn()
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base raise NewConnectionError(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff8ad348d90>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 434, in delete_server
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base cls.servers_client.delete_server(server_id)
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base resp, body = self.delete("servers/%s" % server_id)
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base return self.request('DELETE', url, extra_headers, headers, body)
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base resp, resp_body = self.raw_request(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base resp, resp_body = self.http_obj.request(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base return self.request_encode_url(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base return self.urlopen(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base return self.urlopen(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base return self.urlopen(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base [Previous line repeated 7 more times]
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base retries = retries.increment(
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:20.763 26 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8ad348d90>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:20.763 26 ERROR tempest.api.compute.base
2026-01-27 23:07:20,822 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 0x7ff8b09bd190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,839 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 0x7ff8b09bd400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,858 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 0x7ff8b09bdcd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,868 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 0x7ff8b09bdbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,874 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 0x7ff8b09bdaf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,877 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 0x7ff8b09bdbb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,880 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 0x7ff8b09bddc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,884 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 0x7ff8ad348100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,907 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 0x7ff8ad3485b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,951 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 0x7ff8ad348d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1401102305
2026-01-27 23:07:20,969 26 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-1401102305
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources raise err
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff8ad3489d0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:20.969 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-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-01-27 23:07:20.969 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-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-01-27 23:07:20.969 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-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-27 23:07:20.969 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-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-01-27 23:07:20.969 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-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:20.969 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-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-27 23:07:20.969 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-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:20.969 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-1401102305 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8ad3489d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:20.969 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:20,977 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 0x7ff8ad348040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:20,980 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 0x7ff8ad348340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:20,984 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 0x7ff8af13ab50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:21,050 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 0x7ff8af13a910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:21,062 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 0x7ff8af13a970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:21,068 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 0x7ff8aea16490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:21,071 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 0x7ff8aea160d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:21,073 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 0x7ff8aea165e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:21,076 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 0x7ff8aea16760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:21,078 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 0x7ff8aea168e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:21,084 26 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group 72da0c58-294e-4cba-af57-a14dc63a33bf
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources raise err
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff8aea16a60>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.084 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-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-01-27 23:07:21.084 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-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-27 23:07:21.084 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-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-27 23:07:21.084 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-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-27 23:07:21.084 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-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:21.084 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-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-27 23:07:21.084 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-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:21.084 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/72da0c58-294e-4cba-af57-a14dc63a33bf (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8aea16a60>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:21.084 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21,128 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 0x7ff8ad61e100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,134 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 0x7ff8aea16e20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,144 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 0x7ff8ad61e3a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,163 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 0x7ff8ad61e4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,173 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 0x7ff8aea16550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,175 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 0x7ff8aea16a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,178 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 0x7ff8aea168b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,182 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 0x7ff8aea165e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,184 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 0x7ff8aea16400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,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 0x7ff8aea16370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21,246 26 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip 5d8d4a8c-32e5-403d-81a0-c8a87d482df0
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources raise err
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff8aea162b0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.246 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-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources floating_ip_client.delete_floatingip(fip_id)
2026-01-27 23:07:21.246 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-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-27 23:07:21.246 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-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-27 23:07:21.246 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-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-27 23:07:21.246 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-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:21.246 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-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-27 23:07:21.246 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-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:21.246 26 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:21.246 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/5d8d4a8c-32e5-403d-81a0-c8a87d482df0 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8aea162b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:21.246 26 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 0x7ff8ad3489d0>: 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-1401102305 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8ad3489d0>: 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 0x7ff8aeae6280>: 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 414, 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/9033d5a6-ab60-43e3-bbcb-3a8b83161c58/ips (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff8aeae6280>: 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
ft27.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-01-27 23:07:09,450 32 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67 5.734s
2026-01-27 23:07:09,450 32 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': 'Tue, 27 Jan 2026 23:07:03 GMT', 'server': 'Apache', 'content-length': '1819', '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-3eeca5f6-d83c-45ee-821f-eae73de9a608', 'x-compute-request-id': 'req-3eeca5f6-d83c-45ee-821f-eae73de9a608', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67'}
Body: b'{"server": {"id": "66eb7f87-9511-4da7-8733-ef0673cfab67", "name": "tempest-ServerActionsTestJSON-server-817207074", "status": "ACTIVE", "tenant_id": "270690dca2514a49843b866111c87d39", "user_id": "4ed42d6c691545f987cae97bc62b185c", "metadata": {}, "hostId": "32cc34f89bc86920d0414a349db056c81d2b22ba42b190621aa69d20", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:36Z", "updated": "2026-01-27T23:05:52Z", "addresses": {"tempest-ServerActionsTestJSON-1504245290-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:60:c6"}, {"version": 4, "addr": "192.168.122.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:60:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/66eb7f87-9511-4da7-8733-ef0673cfab67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1751861480", "OS-SRV-USG:launched_at": "2026-01-27T23:05:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1555115966"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:07:13,885 32 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67 4.381s
2026-01-27 23:07:13,886 32 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': 'Tue, 27 Jan 2026 23:07:09 GMT', 'server': 'Apache', 'content-length': '1819', '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-6e44c4e1-ab6d-4c6f-892e-bad073fdb1b6', 'x-compute-request-id': 'req-6e44c4e1-ab6d-4c6f-892e-bad073fdb1b6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67'}
Body: b'{"server": {"id": "66eb7f87-9511-4da7-8733-ef0673cfab67", "name": "tempest-ServerActionsTestJSON-server-817207074", "status": "ACTIVE", "tenant_id": "270690dca2514a49843b866111c87d39", "user_id": "4ed42d6c691545f987cae97bc62b185c", "metadata": {}, "hostId": "32cc34f89bc86920d0414a349db056c81d2b22ba42b190621aa69d20", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:36Z", "updated": "2026-01-27T23:05:52Z", "addresses": {"tempest-ServerActionsTestJSON-1504245290-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:60:c6"}, {"version": 4, "addr": "192.168.122.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:60:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/66eb7f87-9511-4da7-8733-ef0673cfab67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1751861480", "OS-SRV-USG:launched_at": "2026-01-27T23:05:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1555115966"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:07:15,037 32 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67 1.146s
2026-01-27 23:07:15,038 32 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': 'Tue, 27 Jan 2026 23:07:13 GMT', 'server': 'Apache', 'content-length': '1819', '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-d33a6def-1e9e-4f3b-b74b-22ccfdb5fd9a', 'x-compute-request-id': 'req-d33a6def-1e9e-4f3b-b74b-22ccfdb5fd9a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67'}
Body: b'{"server": {"id": "66eb7f87-9511-4da7-8733-ef0673cfab67", "name": "tempest-ServerActionsTestJSON-server-817207074", "status": "ACTIVE", "tenant_id": "270690dca2514a49843b866111c87d39", "user_id": "4ed42d6c691545f987cae97bc62b185c", "metadata": {}, "hostId": "32cc34f89bc86920d0414a349db056c81d2b22ba42b190621aa69d20", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:05:36Z", "updated": "2026-01-27T23:05:52Z", "addresses": {"tempest-ServerActionsTestJSON-1504245290-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:60:c6"}, {"version": 4, "addr": "192.168.122.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:60:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/66eb7f87-9511-4da7-8733-ef0673cfab67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1751861480", "OS-SRV-USG:launched_at": "2026-01-27T23:05:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1555115966"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:07:20,382 32 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,385 32 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 0x7f13af75c6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,387 32 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 0x7f13af75c430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,390 32 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 0x7f13af75c280>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,393 32 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 0x7f13af75c220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,404 32 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 0x7f13af75c070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,437 32 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 0x7f13ad3619a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,444 32 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 0x7f13ad361ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,448 32 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 0x7f13ad3618e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,453 32 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 0x7f13ad361c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,698 32 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 0x7f13afa3e4c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,731 32 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 0x7f13ad3618b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,743 32 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 0x7f13afa3e7c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,750 32 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 0x7f13af75c7c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,759 32 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 0x7f13af75ca60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,769 32 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 0x7f13af75cb50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,775 32 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 0x7f13af75c190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,785 32 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 0x7f13af75cf10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,789 32 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 0x7f13af75cd60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,794 32 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 0x7f13afa3e6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,802 32 ERROR [tempest.api.compute.base] HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f13afa3ed60>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base conn = connection.create_connection(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base raise err
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base sock.connect(sa)
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base httplib_response = self._make_request(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base self._validate_conn(conn)
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base conn.connect()
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base conn = self._new_conn()
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base raise NewConnectionError(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f13afa3ed60>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 197, in server_check_teardown
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base waiters.wait_for_server_status(cls.servers_client,
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 40, in wait_for_server_status
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base body = client.show_server(server_id)['server']
2026-01-27 23:07:20.802 32 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-01-27 23:07:20.802 32 ERROR tempest.api.compute.base resp, body = self.get("servers/%s" % server_id)
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base return self.request('GET', url, extra_headers, headers,
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base resp, resp_body = self.raw_request(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base resp, resp_body = self.http_obj.request(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base return self.request_encode_url(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base return self.urlopen(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base return self.urlopen(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base return self.urlopen(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base [Previous line repeated 7 more times]
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base retries = retries.increment(
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:20.802 32 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/66eb7f87-9511-4da7-8733-ef0673cfab67 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f13afa3ed60>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:20.802 32 ERROR tempest.api.compute.base
2026-01-27 23:07:20,836 32 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 0x7f13afa3e910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,845 32 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 0x7f13afa3ac70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,851 32 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 0x7f13afa3adf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,860 32 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 0x7f13afa3af40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,866 32 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 0x7f13afa3a3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,873 32 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 0x7f13afa3a1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,879 32 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 0x7f13afa3a1f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,884 32 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 0x7f13afa3afd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,914 32 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 0x7f13aa87f1f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
2026-01-27 23:07:20,932 32 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 0x7f13aa87f340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/66eb7f87-9511-4da7-8733-ef0673cfab67
}}}
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 0x7f13afa3ed60>: 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/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 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/66eb7f87-9511-4da7-8733-ef0673cfab67 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f13afa3ed60>: 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/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 0x7f13aa87f490>: 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/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 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/66eb7f87-9511-4da7-8733-ef0673cfab67 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f13aa87f490>: 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 0x7f13ad361d60>: 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/api/compute/servers/test_server_actions.py", line 261, in test_reboot_server_hard
self._test_reboot_server('HARD')
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 101, in _test_reboot_server
server = self.client.show_server(self.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/66eb7f87-9511-4da7-8733-ef0673cfab67 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f13ad361d60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.api.network.test_routers.RoutersIpV6Test | 4 | 0 | 4 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft28.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-27 23:07:13,058 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 3.362s
2026-01-27 23:07:13,058 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-RoutersIpV6Test-1377823211"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:07:13 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '628', 'x-openstack-request-id': 'req-e30de1b0-773e-4230-a490-037ce2b081cc', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"2d8a04b1-f8af-4867-9c58-5025198634b9","name":"tempest-RoutersIpV6Test-1377823211","tenant_id":"bda220b8eaf14b67a1a918e359267224","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bda220b8eaf14b67a1a918e359267224","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-27T23:07:12Z","updated_at":"2026-01-27T23:07:12Z","revision_number":1}}'
2026-01-27 23:07:14,709 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.650s
2026-01-27 23:07:14,709 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-RoutersIpV6Test-1263123013"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:07:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '628', 'x-openstack-request-id': 'req-36b693f6-fca9-432f-89b1-da35f10311ed', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c","name":"tempest-RoutersIpV6Test-1263123013","tenant_id":"bda220b8eaf14b67a1a918e359267224","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"bda220b8eaf14b67a1a918e359267224","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-27T23:07:13Z","updated_at":"2026-01-27T23:07:13Z","revision_number":1}}'
2026-01-27 23:07:17,925 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 3.215s
2026-01-27 23:07:17,925 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "2d8a04b1-f8af-4867-9c58-5025198634b9", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:07:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '622', 'x-openstack-request-id': 'req-64554bf4-c4ca-4866-8083-dfc6d131ad0a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"adfd8c03-5707-47ac-81f7-3685c55afb76","name":"","tenant_id":"bda220b8eaf14b67a1a918e359267224","network_id":"2d8a04b1-f8af-4867-9c58-5025198634b9","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-27T23:07:15Z","updated_at":"2026-01-27T23:07:15Z","revision_number":0,"project_id":"bda220b8eaf14b67a1a918e359267224"}}'
2026-01-27 23:07:20,227 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.302s
2026-01-27 23:07:20,228 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c", "cidr": "2001:db8:1::/64", "ip_version": 6, "gateway_ip": "2001:db8:1::1"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:07:20 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-41197902-1a3c-4633-a46e-f7688dd6176a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
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-01-27 23:07:20,381 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,385 25 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 0x7ff057555f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,388 25 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 0x7ff057555c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,392 25 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 0x7ff057555bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,396 25 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 0x7ff057555850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,405 25 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 0x7ff0575554f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,414 25 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 0x7ff0575554c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,424 25 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 0x7ff057555400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,427 25 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 0x7ff0575550a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,432 25 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 0x7ff05756faf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76
2026-01-27 23:07:20,647 25 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 0x7ff057555880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,649 25 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 0x7ff05756fc40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,652 25 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 0x7ff05756fbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,654 25 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 0x7ff05756f640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,655 25 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 0x7ff05756f970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,658 25 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 0x7ff05756f670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,660 25 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 0x7ff05756f4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,662 25 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 0x7ff05756f100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,665 25 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 0x7ff05756f0a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,667 25 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 0x7ff056cb6970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c
2026-01-27 23:07:20,693 25 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 0x7ff056cb6fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
2026-01-27 23:07:20,702 25 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 0x7ff056cb6ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
2026-01-27 23:07:20,723 25 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 0x7ff056cb6070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
2026-01-27 23:07:20,726 25 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 0x7ff056cb6730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
2026-01-27 23:07:20,728 25 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 0x7ff056cb67f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
2026-01-27 23:07:20,731 25 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 0x7ff056cb6520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
2026-01-27 23:07:20,733 25 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 0x7ff056cb61c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
2026-01-27 23:07:20,736 25 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 0x7ff056cb6100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
2026-01-27 23:07:20,752 25 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 0x7ff056cbc370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
2026-01-27 23:07:20,775 25 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 0x7ff056cbc670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9
}}}
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 0x7ff05756f460>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/adfd8c03-5707-47ac-81f7-3685c55afb76 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff05756f460>: 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 0x7ff056cb60d0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 52, in delete_network
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks/c3c2d1c0-0724-4e00-b8a8-3fd46f47d47c (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff056cb60d0>: 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 0x7ff056cbcf40>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 52, in delete_network
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks/2d8a04b1-f8af-4867-9c58-5025198634b9 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff056cbcf40>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/network/test_routers.py", line 260, in test_add_multiple_router_interfaces
subnet02 = self.create_subnet(network02, cidr=sub02_cidr)
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 141, in create_subnet
body = client.create_subnet(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
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/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
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft28.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-27 23:07:20,818 25 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 0x7ff056ccefd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,839 25 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 0x7ff056cbc700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,849 25 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 0x7ff056ccee50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,868 25 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 0x7ff056cce700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,875 25 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 0x7ff056cceaf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,880 25 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 0x7ff056ccee80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,884 25 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 0x7ff056ccee20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,906 25 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 0x7ff056cceac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,912 25 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 0x7ff056cce0a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,938 25 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 0x7ff056cce760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
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 0x7ff056cce730>: 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/api/network/test_routers.py", line 125, in test_add_remove_router_interface_with_port_id
network = self.networks_client.create_network(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 27, in create_network
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
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/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/networks (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff056cce730>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft28.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-27 23:07:20,949 25 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 0x7ff056cbc700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,954 25 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 0x7ff056cce3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,958 25 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 0x7ff056cce850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,969 25 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 0x7ff056cced60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,971 25 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 0x7ff056cce610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,976 25 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 0x7ff056cce730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,979 25 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 0x7ff056cce490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:20,984 25 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 0x7ff056cce880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:21,031 25 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 0x7ff056ccea60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-27 23:07:21,050 25 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 0x7ff056ccefa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
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 0x7ff056cce700>: 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/api/network/test_routers.py", line 97, in test_add_remove_router_interface_with_subnet_id
network = self.networks_client.create_network(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 27, in create_network
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
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/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/networks (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff056cce700>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
fail
ft28.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-27 23:07:21,062 25 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 0x7ff055b4a430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-27 23:07:21,064 25 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 0x7ff056cce790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-27 23:07:21,067 25 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 0x7ff055b4a700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-27 23:07:21,070 25 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 0x7ff055b4a6a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-27 23:07:21,072 25 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 0x7ff055b4a340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-27 23:07:21,074 25 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 0x7ff055b725e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-27 23:07:21,077 25 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 0x7ff055b72af0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-27 23:07:21,107 25 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 0x7ff0558b1850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-27 23:07:21,120 25 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 0x7ff0558b1d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-27 23:07:21,123 25 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 0x7ff056ccec10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
}}}
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 0x7ff056cced30>: 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/api/network/test_routers.py", line 62, in test_create_show_list_update_delete_router
router = self.create_router(
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 193, in create_router
body = cls.routers_client.create_router(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 27, in create_router
return self.create_resource(uri, post_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
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/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 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff056cced30>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| 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
ft29.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-01-27 23:06:41,213 29 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.313s
2026-01-27 23:06:41,214 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-TestServerBasicOps-811322305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPaLX7LvtExmfCScjWqI0rw3wwgG+7iGUvuy6GdvmluOu/ZFm9MUm3n3OotI+CbUAIfThZd9GqV2V4qN38UMa4UfxtORjX0fCTOjtZXnHcGiG4Z5bDH9os0gwADe46YKnQ=="}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:40 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-e7b9a18b-fcd9-4a5d-b8ba-d51d1e481e1d', 'x-compute-request-id': 'req-e7b9a18b-fcd9-4a5d-b8ba-d51d1e481e1d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; 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-811322305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPaLX7LvtExmfCScjWqI0rw3wwgG+7iGUvuy6GdvmluOu/ZFm9MUm3n3OotI+CbUAIfThZd9GqV2V4qN38UMa4UfxtORjX0fCTOjtZXnHcGiG4Z5bDH9os0gwADe46YKnQ==", "fingerprint": "87:eb:50:ad:46:3e:09:16:8e:2b:e8:8d:3c:6d:c1:1e", "user_id": "ff1ffdaed4ce4dfcadad3d10f8683070"}}'
2026-01-27 23:06:41,561 29 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 0.345s
2026-01-27 23:06:41,562 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1228492901", "description": "tempest-secgroup-smoke-1228492901 description", "project_id": "51f3209263824d18abe4e752dc4c06d5"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a896b4a7-11c0-49dc-8f6a-174bf59a98e7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "7868cbe9-c127-4903-a800-7b70a31b173f", "name": "tempest-secgroup-smoke-1228492901", "stateful": true, "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "description": "tempest-secgroup-smoke-1228492901 description", "shared": false, "security_group_rules": [{"id": "6b5cf208-b16f-4750-a679-44af9e87f27e", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "7868cbe9-c127-4903-a800-7b70a31b173f", "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": 425, "description": null, "tags": [], "created_at": "2026-01-27T23:06:41Z", "updated_at": "2026-01-27T23:06:41Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}, {"id": "8c0aedb7-301d-4bc2-aae7-0e3af9c64e1e", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "7868cbe9-c127-4903-a800-7b70a31b173f", "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": 424, "description": null, "tags": [], "created_at": "2026-01-27T23:06:41Z", "updated_at": "2026-01-27T23:06:41Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}], "tags": [], "created_at": "2026-01-27T23:06:41Z", "updated_at": "2026-01-27T23:06:41Z", "revision_number": 1, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:42,664 29 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-01-27 23:06:42,664 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": "7868cbe9-c127-4903-a800-7b70a31b173f", "project_id": "51f3209263824d18abe4e752dc4c06d5", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:42 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-669fb15b-ee74-46ea-8a91-7a39d9e1c950', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "71d51439-9247-43ea-8faf-677088767e88", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "7868cbe9-c127-4903-a800-7b70a31b173f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:06:42Z", "updated_at": "2026-01-27T23:06:42Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:43,258 29 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.593s
2026-01-27 23:06:43,259 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": "7868cbe9-c127-4903-a800-7b70a31b173f", "project_id": "51f3209263824d18abe4e752dc4c06d5", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-c1e8397d-87ac-4c27-84fd-828fc329cfdd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "bff086ab-4beb-49c3-ab15-a183503e1530", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "7868cbe9-c127-4903-a800-7b70a31b173f", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:06:43Z", "updated_at": "2026-01-27T23:06:43Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:43,569 29 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.310s
2026-01-27 23:06:43,593 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": "7868cbe9-c127-4903-a800-7b70a31b173f", "project_id": "51f3209263824d18abe4e752dc4c06d5", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e4dfbb42-ad74-49e7-87d7-039eb0660246', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "fed0999b-c8a4-4b21-ad69-db7df8bc4d3d", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "7868cbe9-c127-4903-a800-7b70a31b173f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:06:43Z", "updated_at": "2026-01-27T23:06:43Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:44,432 29 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.838s
2026-01-27 23:06:44,433 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": "7868cbe9-c127-4903-a800-7b70a31b173f", "project_id": "51f3209263824d18abe4e752dc4c06d5", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-dc6a919e-442a-4e35-b658-13abe4e76499', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "2cc78a01-d13e-41ac-915a-4b11559d2e02", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "7868cbe9-c127-4903-a800-7b70a31b173f", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:06:43Z", "updated_at": "2026-01-27T23:06:43Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:44,665 29 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.232s
2026-01-27 23:06:44,665 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": "7868cbe9-c127-4903-a800-7b70a31b173f", "project_id": "51f3209263824d18abe4e752dc4c06d5", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-ec2b148a-4956-44cc-aa35-5b0f345c5b04', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "d0b84189-2f22-4687-8ace-a4510cd2133a", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "7868cbe9-c127-4903-a800-7b70a31b173f", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:06:44Z", "updated_at": "2026-01-27T23:06:44Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:47,835 29 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 3.170s
2026-01-27 23:06:47,836 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": "7868cbe9-c127-4903-a800-7b70a31b173f", "project_id": "51f3209263824d18abe4e752dc4c06d5", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:47 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-afabb3c3-a2aa-4fe4-a025-b8d06dca1f9f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "5b02da93-e3f8-417a-b512-fede03af8936", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "7868cbe9-c127-4903-a800-7b70a31b173f", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:06:46Z", "updated_at": "2026-01-27T23:06:46Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:48,577 29 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.735s
2026-01-27 23:06:48,593 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:48 GMT', 'server': 'Apache', 'content-length': '6254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c683e24a-38a8-43de-ad72-84307bfb93b7', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=bb5d19edd78cc1dec5d45599aa7b481c; 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": "ff1ffdaed4ce4dfcadad3d10f8683070", "name": "tempest-TestServerBasicOps-1352157910-project-member", "password_expires_at": null}, "audit_ids": ["PDwdzQSfR6WVmJdY5yyM0Q"], "expires_at": "2026-01-28T00:06:48.000000Z", "issued_at": "2026-01-27T23:06:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51f3209263824d18abe4e752dc4c06d5", "name": "tempest-TestServerBasicOps-1352157910"}, "is_domain": false, "roles": [{"id": "a281a934ee104cfe962a18b47bd1c4bc", "name": "member"}, {"id": "036106c3014e4ea2b5237842cfa3e6f8", "name": "reader"}], "catalog": [{"endpoints": [{"name": "placement", "id": "26b810998a1a4eefbe0a20d69019d12e", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "3013abb61be04b1e927171a122cf76a2", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "09b5d217381d4d6fa938bf1ae2a63012", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0a32039029b14018be341dc84b9595fe", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "557839e48a28403e8fdca399cc8b1822", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "0ea146b8caa0460593c297cc509463ef", "type": "identity", "name": "keystone"}, {"endpoints": [], "id": "122a68d459a64a3f99ddbc6381c49481", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "heat", "id": "106663f7848240daa96cfab396bff632", "interface": "public", "region_id": "regionOne", "url": "https://heat-api-public-openstack.apps-crc.testing/v1/51f3209263824d18abe4e752dc4c06d5", "region": "regionOne"}, {"name": "heat", "id": "86d5555515e54d568053a7080c7e353e", "interface": "internal", "region_id": "regionOne", "url": "https://heat-api-internal.openstack.svc:8004/v1/51f3209263824d18abe4e752dc4c06d5", "region": "regionOne"}], "id": "78e46dce6066409da073292333ba3fdc", "type": "orchestration", "name": "heat"}, {"endpoints": [{"name": "barbican", "id": "5996fd4699d74678ab3fbb8b04e09b55", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "e45e7fe91ba04d96bac97277e4cb9371", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "8f9a5b9b8fa24666834ccf40f21e2c7c", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "glance", "id": "2b4a7e4bb98f4d96b54ae73db3097ebe", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "60a519007fd74011a3e880baffa0dc81", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "96eb5c3fac5e435f8e2c0bdfd890271d", "type": "image", "name": "glance"}, {"endpoints": [{"name": "heat-cfn", "id": "3b5c716d2fa348229b8164f7504e298f", "interface": "public", "region_id": "regionOne", "url": "https://heat-cfnapi-public-openstack.apps-crc.testing/v1", "region": "regionOne"}, {"name": "heat-cfn", "id": "e81d9f5448ed4348bf5d2e8ce50283f8", "interface": "internal", "region_id": "regionOne", "url": "https://heat-cfnapi-internal.openstack.svc:8000/v1", "region": "regionOne"}], "id": "a3a054c59680408bba2d539ce33a6298", "type": "cloudformation", "name": "heat-cfn"}, {"endpoints": [{"name": "nova", "id": "be0ebd7afd0c4c7c893a76d61236075e", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}, {"name": "nova", "id": "cf3bf079acc24b7f9f2d89525d7d0838", "interface": "public", "region_id": "regionOne", "url": "h
2026-01-27 23:06:48,594 29 INFO [tempest.lib.common.fixed_network] (TestServerBasicOps:test_server_basic_ops) Found network {'id': '6c5aa613-b7f8-4691-bcea-9440df280471', 'name': 'tempest-TestServerBasicOps-1240676056-network', 'tenant_id': '51f3209263824d18abe4e752dc4c06d5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '51f3209263824d18abe4e752dc4c06d5', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31171, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-27T23:06:11Z', 'updated_at': '2026-01-27T23:06:11Z', 'revision_number': 1} available for tenant
2026-01-27 23:06:48,594 29 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-27 23:06:48,594 29 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-27 23:06:49,132 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.511s
2026-01-27 23:06:49,133 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-402743596", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBACKEP6HZIgFnQJ3KQdIAhK4ljVaf4ha410DGf4Zqv0pLG3gMlECFHEdx390U5wZGp3hZ0yG5pSvQL2A3K3hq/xQtQRu8uLNY935YX9AXR2PE0HJDXe68ec+l7jhbTTkGQ=="}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:48 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-f6a2ce49-afaf-48aa-8d1c-b8c633f3a41e', 'x-compute-request-id': 'req-f6a2ce49-afaf-48aa-8d1c-b8c633f3a41e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; 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-402743596", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBACKEP6HZIgFnQJ3KQdIAhK4ljVaf4ha410DGf4Zqv0pLG3gMlECFHEdx390U5wZGp3hZ0yG5pSvQL2A3K3hq/xQtQRu8uLNY935YX9AXR2PE0HJDXe68ec+l7jhbTTkGQ==", "fingerprint": "6e:a0:c1:5a:c8:d5:72:0d:80:33:a0:8f:d1:26:29:58", "user_id": "ff1ffdaed4ce4dfcadad3d10f8683070"}}'
2026-01-27 23:06:49,136 29 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-402743596 created
2026-01-27 23:06:49,728 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.592s
2026-01-27 23:06:49,818 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--699299065", "description": "tempest-description--1767701048"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-094e9686-8940-4f6d-bcf1-a1793d2a994d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "959f281e-ba01-4d61-ab9a-dd4506df75ba", "name": "tempest-securitygroup--699299065", "stateful": true, "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "description": "tempest-description--1767701048", "shared": false, "security_group_rules": [{"id": "27ad0f7c-aef1-483e-9f5b-13cb5ce543af", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "959f281e-ba01-4d61-ab9a-dd4506df75ba", "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": 439, "description": null, "tags": [], "created_at": "2026-01-27T23:06:49Z", "updated_at": "2026-01-27T23:06:49Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}, {"id": "73fd11cd-f273-482d-9e08-48950257ab18", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "959f281e-ba01-4d61-ab9a-dd4506df75ba", "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": 438, "description": null, "tags": [], "created_at": "2026-01-27T23:06:49Z", "updated_at": "2026-01-27T23:06:49Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}], "tags": [], "created_at": "2026-01-27T23:06:49Z", "updated_at": "2026-01-27T23:06:49Z", "revision_number": 1, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:51,181 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.357s
2026-01-27 23:06:51,181 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": "959f281e-ba01-4d61-ab9a-dd4506df75ba", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-52c92f5c-fa8d-4dfa-a361-1e48f01e246d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "627db6e0-0caf-4f8c-aa26-700c37f38850", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "959f281e-ba01-4d61-ab9a-dd4506df75ba", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:06:50Z", "updated_at": "2026-01-27T23:06:50Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:51,631 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.449s
2026-01-27 23:06:51,690 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": "959f281e-ba01-4d61-ab9a-dd4506df75ba", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4d56b72b-e40c-42b6-8c73-a8f4c52e791e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "5ac6099b-602a-45fa-bac2-b708de367d26", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "security_group_id": "959f281e-ba01-4d61-ab9a-dd4506df75ba", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-27T23:06:51Z", "updated_at": "2026-01-27T23:06:51Z", "revision_number": 0, "project_id": "51f3209263824d18abe4e752dc4c06d5"}}'
2026-01-27 23:06:51,691 29 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--699299065 created
2026-01-27 23:06:52,997 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.302s
2026-01-27 23:06:52,998 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": "47ee7297-a4cf-4038-923c-5d8f0e296e63"}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-52556f5e-5163-4ec2-842c-b36c9ab4870f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=a7d957184a51de011e5e3e4f6cb10064; 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": "7878a528-684b-4fe9-840c-54a1f4c5d1dc", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "floating_ip_address": "192.168.122.196", "floating_network_id": "47ee7297-a4cf-4038-923c-5d8f0e296e63", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "51f3209263824d18abe4e752dc4c06d5", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-27T23:06:52Z", "updated_at": "2026-01-27T23:06:52Z", "revision_number": 0}}'
2026-01-27 23:06:52,998 29 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7878a528-684b-4fe9-840c-54a1f4c5d1dc', 'tenant_id': '51f3209263824d18abe4e752dc4c06d5', 'floating_ip_address': '192.168.122.196', 'floating_network_id': '47ee7297-a4cf-4038-923c-5d8f0e296e63', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '51f3209263824d18abe4e752dc4c06d5', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-27T23:06:52Z', 'updated_at': '2026-01-27T23:06:52Z', 'revision_number': 0, 'ip': '192.168.122.196'} created
2026-01-27 23:06:53,000 29 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-TestServerBasicOps-811322305', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPaLX7LvtExmfCScjWqI0rw3wwgG+7iGUvuy6GdvmluOu/ZFm9MUm3n3OotI+CbUAIfThZd9GqV2V4qN38UMa4UfxtORjX0fCTOjtZXnHcGiG4Z5bDH9os0gwADe46YKnQ==', 'fingerprint': '87:eb:50:ad:46:3e:09:16:8e:2b:e8:8d:3c:6d:c1:1e', 'user_id': 'ff1ffdaed4ce4dfcadad3d10f8683070', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC8oa5+IfGkpg/hVck3+s0zaxDyNAVL5gX5DZvZx0vawCce16NsouVw\n4kRETR1cNuSgBwYFK4EEACKhZANiAAT2i1+y77RMZnwknI1qiNK8N8MIBvu4hlL7\nsuhnb5pbjrv2RZvTFJt59zqLSPgm1ACH04WXfRqldleKjd/FDGuFH8bTkY19Hwkz\no7WV5x3BohuGeWwx/aLNIMAA3uOmCp0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '959f281e-ba01-4d61-ab9a-dd4506df75ba', 'name': 'tempest-securitygroup--699299065', 'stateful': True, 'tenant_id': '51f3209263824d18abe4e752dc4c06d5', 'description': 'tempest-description--1767701048', 'shared': False, 'security_group_rules': [{'id': '27ad0f7c-aef1-483e-9f5b-13cb5ce543af', 'tenant_id': '51f3209263824d18abe4e752dc4c06d5', 'security_group_id': '959f281e-ba01-4d61-ab9a-dd4506df75ba', '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': 439, 'description': None, 'tags': [], 'created_at': '2026-01-27T23:06:49Z', 'updated_at': '2026-01-27T23:06:49Z', 'revision_number': 0, 'project_id': '51f3209263824d18abe4e752dc4c06d5'}, {'id': '73fd11cd-f273-482d-9e08-48950257ab18', 'tenant_id': '51f3209263824d18abe4e752dc4c06d5', 'security_group_id': '959f281e-ba01-4d61-ab9a-dd4506df75ba', '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': 438, 'description': None, 'tags': [], 'created_at': '2026-01-27T23:06:49Z', 'updated_at': '2026-01-27T23:06:49Z', 'revision_number': 0, 'project_id': '51f3209263824d18abe4e752dc4c06d5'}], 'tags': [], 'created_at': '2026-01-27T23:06:49Z', 'updated_at': '2026-01-27T23:06:49Z', 'revision_number': 1, 'project_id': '51f3209263824d18abe4e752dc4c06d5'}, 'floating_ip': {'id': '7878a528-684b-4fe9-840c-54a1f4c5d1dc', 'tenant_id': '51f3209263824d18abe4e752dc4c06d5', 'floating_ip_address': '192.168.122.196', 'floating_network_id': '47ee7297-a4cf-4038-923c-5d8f0e296e63', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '51f3209263824d18abe4e752dc4c06d5', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-27T23:06:52Z', 'updated_at': '2026-01-27T23:06:52Z', 'revision_number': 0, 'ip': '192.168.122.196'}}
2026-01-27 23:07:04,498 29 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.496s
2026-01-27 23:07:04,498 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-TestServerBasicOps-server-562116436", "imageRef": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "flavorRef": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "security_groups": [{"name": "tempest-secgroup-smoke-1228492901"}, {"name": "tempest-securitygroup--699299065"}], "config_drive": true, "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "key_name": "tempest-TestServerBasicOps-811322305", "networks": [{"uuid": "6c5aa613-b7f8-4691-bcea-9440df280471"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Tue, 27 Jan 2026 23:06:53 GMT', 'server': 'Apache', 'content-length': '492', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d', '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-7d66bcd2-ca4c-4ee7-9c4e-c0cca5040d74', 'x-compute-request-id': 'req-7d66bcd2-ca4c-4ee7-9c4e-c0cca5040d74', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; 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": "dd37badf-e0f2-4ba3-b12e-f4238236f28d", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1228492901"}, {"name": "tempest-securitygroup--699299065"}], "adminPass": "4nfaq9TpJFe2"}}'
2026-01-27 23:07:07,199 29 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d 2.699s
2026-01-27 23:07:07,200 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': 'Tue, 27 Jan 2026 23:07:04 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-5e2922b5-da5c-4a0f-9c86-5bc5adca52ce', 'x-compute-request-id': 'req-5e2922b5-da5c-4a0f-9c86-5bc5adca52ce', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d'}
Body: b'{"server": {"id": "dd37badf-e0f2-4ba3-b12e-f4238236f28d", "name": "tempest-TestServerBasicOps-server-562116436", "status": "BUILD", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "user_id": "ff1ffdaed4ce4dfcadad3d10f8683070", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:07:04Z", "updated": "2026-01-27T23:07:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-811322305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:07:11,933 29 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d 3.728s
2026-01-27 23:07:11,934 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': 'Tue, 27 Jan 2026 23:07:08 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-59d55761-ceaa-4d4e-b362-8e5c12bf06ba', 'x-compute-request-id': 'req-59d55761-ceaa-4d4e-b362-8e5c12bf06ba', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d'}
Body: b'{"server": {"id": "dd37badf-e0f2-4ba3-b12e-f4238236f28d", "name": "tempest-TestServerBasicOps-server-562116436", "status": "BUILD", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "user_id": "ff1ffdaed4ce4dfcadad3d10f8683070", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:07:04Z", "updated": "2026-01-27T23:07:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-811322305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:07:14,275 29 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d 1.332s
2026-01-27 23:07:14,275 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': 'Tue, 27 Jan 2026 23:07:12 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-d79e2809-62bf-4e01-a7da-713caef5380f', 'x-compute-request-id': 'req-d79e2809-62bf-4e01-a7da-713caef5380f', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d'}
Body: b'{"server": {"id": "dd37badf-e0f2-4ba3-b12e-f4238236f28d", "name": "tempest-TestServerBasicOps-server-562116436", "status": "BUILD", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "user_id": "ff1ffdaed4ce4dfcadad3d10f8683070", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:07:04Z", "updated": "2026-01-27T23:07:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-811322305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:07:16,766 29 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d 1.475s
2026-01-27 23:07:16,766 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': 'Tue, 27 Jan 2026 23:07:15 GMT', 'server': 'Apache', 'content-length': '1505', '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-388438c2-e9e3-463d-a4ac-725811856089', 'x-compute-request-id': 'req-388438c2-e9e3-463d-a4ac-725811856089', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=a5ea2eb8269331376bb05b08ea95c16f; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d'}
Body: b'{"server": {"id": "dd37badf-e0f2-4ba3-b12e-f4238236f28d", "name": "tempest-TestServerBasicOps-server-562116436", "status": "BUILD", "tenant_id": "51f3209263824d18abe4e752dc4c06d5", "user_id": "ff1ffdaed4ce4dfcadad3d10f8683070", "metadata": {"meta1": "data1", "meta2": "data2", "metaN": "dataN"}, "hostId": "e9ff1221478197ac829c5b4a612ba92bfa727649c087895b5d0047da", "image": {"id": "319632d9-1bdd-4de0-b1d2-0507a3e91b6b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/319632d9-1bdd-4de0-b1d2-0507a3e91b6b"}]}, "flavor": {"id": "d732a0b9-79cd-4ff7-8741-11ae188a8b69", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/d732a0b9-79cd-4ff7-8741-11ae188a8b69"}]}, "created": "2026-01-27T23:07:04Z", "updated": "2026-01-27T23:07:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestServerBasicOps-811322305", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-27 23:07:16,771 29 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 9 second wait
2026-01-27 23:07:20,383 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,387 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 0x7fe857fd0250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,394 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 0x7fe857fd0280>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,422 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 0x7fe857fd0c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,426 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 0x7fe857fd0a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,429 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 0x7fe857fd0910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,431 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 0x7fe857fd07f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,435 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 0x7fe857fd09a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,440 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 0x7fe857f23a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,448 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 0x7fe857f23af0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,456 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 0x7fe857f237f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,622 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 0x7fe857f230a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,634 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 0x7fe857f23220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,636 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 0x7fe857f23e20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,638 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 0x7fe857f23f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,640 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 0x7fe857f23fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,643 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 0x7fe857f45250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,651 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 0x7fe857fd01c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,653 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 0x7fe857fd0070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,654 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 0x7fe8601bc4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,656 29 ERROR [tempest.common.compute] Deleting server dd37badf-e0f2-4ba3-b12e-f4238236f28d failed
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute conn = connection.create_connection(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute raise err
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute sock.connect(sa)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute httplib_response = self._make_request(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute self._validate_conn(conn)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute conn.connect()
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute conn = self._new_conn()
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute raise NewConnectionError(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe857f23ca0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.request_encode_url(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute retries = retries.increment(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857f23ca0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute conn = connection.create_connection(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute raise err
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute sock.connect(sa)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute httplib_response = self._make_request(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute self._validate_conn(conn)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute conn.connect()
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute conn = self._new_conn()
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute raise NewConnectionError(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe857fa1d60>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 343, in create_test_server
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.request_encode_url(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute retries = retries.increment(
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857fa1d60>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:20.656 29 ERROR tempest.common.compute
2026-01-27 23:07:20,834 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 0x7fe857fbe5b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,844 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 0x7fe857fbefd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,849 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 0x7fe857fbee20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,851 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 0x7fe857fbed60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,855 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 0x7fe857fbebb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,859 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 0x7fe857fbea00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,862 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 0x7fe857fbe850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,865 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 0x7fe857fbe820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,873 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 0x7fe857fbe610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,879 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 0x7fe857fbe4c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d
2026-01-27 23:07:20,887 29 ERROR [tempest.common.compute] Server dd37badf-e0f2-4ba3-b12e-f4238236f28d failed to delete in time
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute conn = connection.create_connection(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute raise err
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute sock.connect(sa)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute httplib_response = self._make_request(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute self._validate_conn(conn)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute conn.connect()
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute conn = self._new_conn()
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute raise NewConnectionError(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe857f23ca0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 323, in create_test_server
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.request_encode_url(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute retries = retries.increment(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857f23ca0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute conn = connection.create_connection(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute raise err
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute sock.connect(sa)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute httplib_response = self._make_request(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute self._validate_conn(conn)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute conn.connect()
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute conn = self._new_conn()
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute raise NewConnectionError(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe857fbe2e0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/compute.py", line 356, in create_test_server
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, resp_body = self.raw_request(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute resp, resp_body = self.http_obj.request(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.request_encode_url(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute return self.urlopen(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute [Previous line repeated 7 more times]
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute retries = retries.increment(
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/dd37badf-e0f2-4ba3-b12e-f4238236f28d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857fbe2e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:20.887 29 ERROR tempest.common.compute
2026-01-27 23:07:20,944 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 0x7fe857f454c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:20,947 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 0x7fe857f23400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:20,950 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 0x7fe857f456d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:20,954 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 0x7fe857f23970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:20,958 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 0x7fe857fbeb80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:20,965 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 0x7fe857fbe940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:20,969 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 0x7fe857fbe670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:20,971 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 0x7fe857fbe310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:20,975 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 0x7fe857fbe820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:20,982 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 0x7fe857fbe8e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-402743596
2026-01-27 23:07:21,043 29 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-402743596
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources raise err
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe857fbec40>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.043 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-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-01-27 23:07:21.043 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-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-01-27 23:07:21.043 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-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-27 23:07:21.043 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-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-01-27 23:07:21.043 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-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:21.043 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-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-27 23:07:21.043 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-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:21.043 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-402743596 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857fbec40>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:21.043 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21,047 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 0x7fe857fa1d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,054 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 0x7fe857fbef10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,057 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 0x7fe857fa18e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,063 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 0x7fe857fd01c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,065 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 0x7fe857fd0130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,068 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 0x7fe857f459d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,071 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 0x7fe857f45b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,073 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 0x7fe857f45c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,076 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 0x7fe857f45dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,078 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 0x7fe857f45f10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21,081 29 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group 959f281e-ba01-4d61-ab9a-dd4506df75ba
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources raise err
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe857f45fd0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.081 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-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-01-27 23:07:21.081 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-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-27 23:07:21.081 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-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-27 23:07:21.081 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-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-27 23:07:21.081 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-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:21.081 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-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-27 23:07:21.081 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-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:21.081 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/959f281e-ba01-4d61-ab9a-dd4506df75ba (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857f45fd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:21.081 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21,142 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 0x7fe857eb1310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,149 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 0x7fe857f45940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,165 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 0x7fe857f45f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,171 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 0x7fe857f45cd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,174 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 0x7fe857f45ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,178 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 0x7fe857f45ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,181 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 0x7fe857f458b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,183 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 0x7fe857f457f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,186 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 0x7fe857fd08b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,188 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 0x7fe857fbefd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21,191 29 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip 7878a528-684b-4fe9-840c-54a1f4c5d1dc
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources raise err
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fe857fa1be0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-27 23:07:21.191 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-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources floating_ip_client.delete_floatingip(fip_id)
2026-01-27 23:07:21.191 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-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-27 23:07:21.191 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-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-27 23:07:21.191 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-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-27 23:07:21.191 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-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-27 23:07:21.191 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-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-27 23:07:21.191 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-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-27 23:07:21.191 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/7878a528-684b-4fe9-840c-54a1f4c5d1dc (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857fa1be0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-27 23:07:21.191 29 ERROR tempest.lib.common.validation_resources
2026-01-27 23:07:21,254 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 0x7fe857fa1820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,257 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 0x7fe857eb16d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,262 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 0x7fe857eb1820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,267 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 0x7fe857eb1970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,269 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 0x7fe857eb1ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,272 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 0x7fe857eb1c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,277 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 0x7fe857eb1d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,279 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 0x7fe857eb1eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,283 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 0x7fe857eb1fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,288 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 0x7fe857ec8190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/7868cbe9-c127-4903-a800-7b70a31b173f
2026-01-27 23:07:21,330 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 0x7fe857fa1970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
2026-01-27 23:07:21,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 0x7fe857fbefd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
2026-01-27 23:07:21,338 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 0x7fe857fbe340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
2026-01-27 23:07:21,345 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 0x7fe857fd0490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
2026-01-27 23:07:21,370 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 0x7fe857f45790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
2026-01-27 23:07:21,382 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 0x7fe857f45970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
2026-01-27 23:07:21,389 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 0x7fe857f45ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
2026-01-27 23:07:21,393 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 0x7fe857f45e50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
2026-01-27 23:07:21,405 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857f45c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
2026-01-27 23:07:21,415 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 0x7fe857f459a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestServerBasicOps-811322305
}}}
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 0x7fe857fbec40>: 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-402743596 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857fbec40>: 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 0x7fe857ec82e0>: 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/7868cbe9-c127-4903-a800-7b70a31b173f (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857ec82e0>: 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 0x7fe857ec85e0>: 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-811322305 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857ec85e0>: 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 0x7fe857f23ca0>: 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/dd37badf-e0f2-4ba3-b12e-f4238236f28d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe857f23ca0>: 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
pt30.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
pt31.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
pt32.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
pt33.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration)
|
||||||
| setUpClass (tempest.api.volume.test_versions | 1 | 0 | 0 | 0 | 1 | Detail | |
VersionsTest) |
skip
pt34.1: setUpClass (tempest.api.volume.test_versions.VersionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesActionsTest) |
skip
pt35.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_get | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesGetTest) |
skip
pt36.1: setUpClass (tempest.api.volume.test_volumes_get.VolumesGetTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesListTestJSON) |
skip
pt37.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)
|
||||||
| setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt38.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps)
|
||||||
| setUpClass (tempest.scenario.test_server_multinode | 1 | 0 | 0 | 0 | 1 | Detail | |
TestServerMultinode) |
skip
pt39.1: setUpClass (tempest.scenario.test_server_multinode.TestServerMultinode)
|
||||||
| tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt40.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
pt40.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
pt41.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
pt41.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
pt42.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
pt43.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
pt43.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
pt44.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
pt44.2: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,smoke]
|
||||||
| tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt45.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke]
|
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt45.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_domains.DomainsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
pass
pt46.1: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
pass
pt47.1: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,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
pt48.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
pt49.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_trusts.TrustsV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
pass
pt50.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_domains.DefaultDomainTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
pass
pt51.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
pt52.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
pt52.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
pt52.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
pt53.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
pt54.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke]
|
||||||
| tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt55.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.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
pt55.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.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
pt55.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,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
pt56.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
pt56.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
pt56.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke]
|
||||||
| tempest.api.network.test_ports.PortsTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt60.1: tempest.api.network.test_ports.PortsTestJSON.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
pt60.2: tempest.api.network.test_ports.PortsTestJSON.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
pt60.3: tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke]
|
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt60.4: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke]
|
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt60.5: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,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
pt61.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
pt61.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
pt61.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
pt62.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
pt62.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
pt62.3: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,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
pt63.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
pt63.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
pt63.3: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object[id-9a0fb034-86af-4df0-86fa-f8bd7db21ae0,smoke]
|
||||||
| Total | 112 | 67 | 34 | 0 | 11 | ||