Status: Pass 47 Failure 41 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 0x7fbe51167190>: 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 0x7fbe51167190>: 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
ft2.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 0x7f14a8556a90>: 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 0x7f14a8556a90>: 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
ft3.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/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/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 743, in get_client_manager
creds = getattr(cred_provider, credentials_method)()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 476, in get_admin_creds
return self.get_credentials('admin')
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials
network, subnet, router = self._create_network_resources(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 318, in _create_network_resources
router = self._create_router(router_name, tenant_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 379, in _create_router
resp_body = self.routers_admin_client.create_router(**kwargs)
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 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 534, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/lib/python3.9/site-packages/urllib3/packages/six.py", line 708, in reraise
raise value.with_traceback(tb)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_addresses | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesTestJSON) |
fail
ft4.1: setUpClass (tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON)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 0x7fdb1eef7490>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 743, in get_client_manager
creds = getattr(cred_provider, credentials_method)()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds
return self.get_project_member_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds
return self.get_credentials(['member'], scope='project')
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials
network, subnet, router = self._create_network_resources(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources
self._add_router_interface(router['id'], subnet['id'])
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface
self.routers_admin_client.add_router_interface(router_id,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface
return self.update_resource(uri, kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 392, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/routers/9f327cd7-120f-471d-8936-9d54e7bf9c02/add_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb1eef7490>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_domains | 1 | 0 | 1 | 0 | 0 | Detail | |
DomainsTestJSON) |
fail
ft5.1: setUpClass (tempest.api.identity.admin.v3.test_domains.DomainsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb20ab32e0>: 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 0x7fdb20ab32e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_endpoints | 1 | 0 | 1 | 0 | 0 | Detail | |
EndPointsTestJSON) |
fail
ft6.1: setUpClass (tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb20ab3e20>: 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 0x7fdb20ab3e20>: 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 0x7fbe56f981c0>: 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 0x7fbe56f981c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_trusts | 1 | 0 | 1 | 0 | 0 | Detail | |
TrustsV3TestJSON) |
fail
ft8.1: setUpClass (tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON)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 0x7fdb20a90070>: 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 0x7fdb20a90070>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.image.v2.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
VersionsTest) |
fail
ft9.1: setUpClass (tempest.api.image.v2.test_versions.VersionsTest)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 0x7ff3bacc98b0>: 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/image/base.py", line 43, in setup_credentials
super(BaseImageTest, 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 0x7ff3bacc98b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_extensions | 1 | 0 | 1 | 0 | 0 | Detail | |
ExtensionsTestJSON) |
fail
ft10.1: setUpClass (tempest.api.network.test_extensions.ExtensionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fbe56d8f400>: 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 0x7fbe56d8f400>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_networks | 3 | 0 | 3 | 0 | 0 | Detail | |
BulkNetworkOpsIpV6Test) |
fail
ft11.1: setUpClass (tempest.api.network.test_networks.BulkNetworkOpsIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb20939b20>: 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 0x7fdb20939b20>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
NetworksIpV6Test) |
fail
ft11.2: setUpClass (tempest.api.network.test_networks.NetworksIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdb20a1e460>: 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 0x7fdb20a1e460>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
BulkNetworkOpsTest) |
fail
ft11.3: setUpClass (tempest.api.network.test_networks.BulkNetworkOpsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff3bab93d90>: 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 0x7ff3bab93d90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_routers | 2 | 0 | 2 | 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/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 0x7f14a5266910>: 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 0x7f14a5266910>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
RoutersIpV6Test) |
fail
ft12.2: setUpClass (tempest.api.network.test_routers.RoutersIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff3baba2d00>: 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 0x7ff3baba2d00>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_security_groups | 2 | 0 | 2 | 0 | 0 | Detail | |
SecGroupIPv6Test) |
fail
ft13.1: setUpClass (tempest.api.network.test_security_groups.SecGroupIPv6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff3bac9c040>: 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 0x7ff3bac9c040>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
SecGroupTest) |
fail
ft13.2: setUpClass (tempest.api.network.test_security_groups.SecGroupTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fbe56d195b0>: 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 0x7fbe56d195b0>: 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/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/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 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_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 0x7f948abfe9a0>: 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 0x7f948abfe9a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.object_storage.test_container_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
ContainerQuotasTest) |
fail
ft16.1: setUpClass (tempest.api.object_storage.test_container_quotas.ContainerQuotasTest)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 0x7f948ac0f070>: 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 0x7f948ac0f070>: 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/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 0x7ff3baad50a0>: 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 0x7ff3baad50a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| 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 0x7fe7c6c9f160>: 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 0x7fe7c6c9f160>: 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 0x7fe7c6af8460>: 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 0x7fe7c6af8460>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.scenario.test_server_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestServerBasicOps) |
fail
ft20.1: setUpClass (tempest.scenario.test_server_basic_ops.TestServerBasicOps)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fbe56ac8790>: 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 0x7fbe56ac8790>: 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
ft21.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 0x7f31afe29f70>: 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/2a428c43-b561-4583-b5f4-8f3aa367bea8 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe29f70>: 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
ft22.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/d4bf260f-eb92-4da0-a38f-ded37038f0f2 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbe56f2c400>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7fbe510e6d00>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbe56f150a0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7fbe50765740>))
|
||||||
| tearDownClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft23.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/f8022545-0f76-49bd-91b6-154a58c4d062 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff3bac1f160>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7ff3b455cd00>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff3bac6da60>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7ff3b45b3d00>), (<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-1366777626 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff3bac39a60>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7ff3b45e5980>))
|
||||||
| tearDownClass (tempest.api.network.test_ports | 2 | 0 | 2 | 0 | 0 | Detail | |
PortsIpV6TestJSON) |
fail
ft24.1: tearDownClass (tempest.api.network.test_ports.PortsIpV6TestJSON)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/networks/91da59e4-4ce4-4b25-8293-eb26624c93b2 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f14a52c43d0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f14a9120940>)
|
||||||
PortsTestJSON) |
fail
ft24.2: tearDownClass (tempest.api.network.test_ports.PortsTestJSON)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/ports/b95fde5f-4f44-4ff7-877f-c748af1c7a25 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f948aab13d0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f948a0dc980>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/1c0aa394-e425-4efe-b62b-edd5ae84d50c (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f948ab13910>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f948580b100>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/867a67d5-2afa-4dda-ba12-c77ada3f33e8 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f948ac29370>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9485849740>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f948ac784c0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9485889b80>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks/bcf3cb57-e0ba-4c28-a581-90263c2117b2 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f948acd9b80>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f94858d0340>))
|
||||||
| telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest | 11 | 3 | 8 | 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] |
fail
ft25.4: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_list_sort_limit_delete_alarm[id-e1d65c3c-a64d-4968-949c-96f2b2d8b363]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-18 14:26:14,886 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 201 POST https://aodh-public-openstack.apps-crc.testing/v2/alarms 0.514s
2026-03-18 14:26:14,886 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-sorted_alarms-561821048", "type": "event", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "type": "string", "op": "eq", "value": "test"}]}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:14 GMT', 'server': 'Apache', 'location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/16810feb-11eb-43b4-a0da-58e84abfb684', 'content-length': '777', 'x-openstack-request-id': 'req-5ce8dccc-f639-4941-aa04-404278529ecf', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms'}
Body: b'{"alarm_id": "16810feb-11eb-43b4-a0da-58e84abfb684", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:14.803277", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:14.803277", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:14.814235", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}'
2026-03-18 14:26:15,063 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 201 POST https://aodh-public-openstack.apps-crc.testing/v2/alarms 0.176s
2026-03-18 14:26:15,064 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-sorted_alarms-561821048", "type": "event", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "type": "string", "op": "eq", "value": "test"}]}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:14 GMT', 'server': 'Apache', 'location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/5d406b71-8ca4-443e-837a-e96251249d81', 'content-length': '777', 'x-openstack-request-id': 'req-9c60c0c8-4df6-428b-a6d4-6252d1d545b7', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms'}
Body: b'{"alarm_id": "5d406b71-8ca4-443e-837a-e96251249d81", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.026340", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.026340", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15.039450", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}'
2026-03-18 14:26:15,233 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 201 POST https://aodh-public-openstack.apps-crc.testing/v2/alarms 0.169s
2026-03-18 14:26:15,233 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-sorted_alarms-561821048", "type": "event", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "type": "string", "op": "eq", "value": "test"}]}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:15 GMT', 'server': 'Apache', 'location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/2d55bcbb-e598-4f80-bdc7-05b2643daffe', 'content-length': '777', 'x-openstack-request-id': 'req-aa7e466a-886d-4b60-95c4-2da975dc751f', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms'}
Body: b'{"alarm_id": "2d55bcbb-e598-4f80-bdc7-05b2643daffe", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.185907", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.185907", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15.212776", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}'
2026-03-18 14:26:15,524 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 201 POST https://aodh-public-openstack.apps-crc.testing/v2/alarms 0.290s
2026-03-18 14:26:15,525 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-sorted_alarms-908387308", "type": "event", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "type": "string", "op": "eq", "value": "test"}]}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:15 GMT', 'server': 'Apache', 'location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/b95401b2-4328-4ab7-b75d-48725056a87d', 'content-length': '777', 'x-openstack-request-id': 'req-c0e554f9-63f8-4be8-b788-17a3ccc5fe84', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms'}
Body: b'{"alarm_id": "b95401b2-4328-4ab7-b75d-48725056a87d", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.483081", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.483081", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15.506896", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}'
2026-03-18 14:26:15,628 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 201 POST https://aodh-public-openstack.apps-crc.testing/v2/alarms 0.102s
2026-03-18 14:26:15,629 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-sorted_alarms-908387308", "type": "event", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "type": "string", "op": "eq", "value": "test"}]}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:15 GMT', 'server': 'Apache', 'location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/89f5f6bd-a3e2-4da3-9a67-d12da63d1cb2', 'content-length': '777', 'x-openstack-request-id': 'req-baee1eb1-5e88-4514-b3f5-2ebf59112273', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms'}
Body: b'{"alarm_id": "89f5f6bd-a3e2-4da3-9a67-d12da63d1cb2", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.600365", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.600365", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15.610608", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}'
2026-03-18 14:26:15,923 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 201 POST https://aodh-public-openstack.apps-crc.testing/v2/alarms 0.293s
2026-03-18 14:26:15,924 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-sorted_alarms-908387308", "type": "event", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "type": "string", "op": "eq", "value": "test"}]}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:15 GMT', 'server': 'Apache', 'location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/45d58505-ab7a-4dac-8eca-161d7ff702ff', 'content-length': '777', 'x-openstack-request-id': 'req-575d5d7e-f8ef-4980-aa63-aff8e5daad3f', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms'}
Body: b'{"alarm_id": "45d58505-ab7a-4dac-8eca-161d7ff702ff", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.864595", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.864595", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15.896752", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}'
2026-03-18 14:26:16,152 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 201 POST https://aodh-public-openstack.apps-crc.testing/v2/alarms 0.228s
2026-03-18 14:26:16,152 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-sorted_alarms-908387308", "type": "event", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "type": "string", "op": "eq", "value": "test"}]}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:15 GMT', 'server': 'Apache', 'location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/71be4b54-1776-43b7-90c3-3ccc1ab8ef54', 'content-length': '777', 'x-openstack-request-id': 'req-c5375caf-62f0-4b36-85b2-69f400450745', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms'}
Body: b'{"alarm_id": "71be4b54-1776-43b7-90c3-3ccc1ab8ef54", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:16.110435", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:16.110435", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:16.128658", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}'
2026-03-18 14:26:16,595 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 201 POST https://aodh-public-openstack.apps-crc.testing/v2/alarms 0.443s
2026-03-18 14:26:16,661 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-sorted_alarms-1495460730", "type": "event", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "type": "string", "op": "eq", "value": "test"}]}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:16 GMT', 'server': 'Apache', 'location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476', 'content-length': '778', 'x-openstack-request-id': 'req-5179d5af-7caf-41a7-b41b-de38bb528ed1', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms'}
Body: b'{"alarm_id": "57de825b-e55c-4426-a599-4bf27f3d3476", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:16.397187", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:16.397187", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:16.406769", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}'
2026-03-18 14:26:22,976 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 201 POST https://aodh-public-openstack.apps-crc.testing/v2/alarms 6.314s
2026-03-18 14:26:22,978 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-sorted_alarms-1495460730", "type": "event", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "type": "string", "op": "eq", "value": "test"}]}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:17 GMT', 'server': 'Apache', 'location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/0bfe7c98-3829-4be9-90fe-eded25fc6d89', 'content-length': '778', 'x-openstack-request-id': 'req-64ace18e-2f43-48c5-9234-35bea8a4c74b', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms'}
Body: b'{"alarm_id": "0bfe7c98-3829-4be9-90fe-eded25fc6d89", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:21.397433", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:21.397433", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:22.191197", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}'
2026-03-18 14:26:27,802 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 200 GET https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name%3Aasc 4.823s
2026-03-18 14:26:27,880 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:23 GMT', 'server': 'Apache', 'content-length': '8499', 'x-openstack-request-id': 'req-e2bb27a2-7f10-4ae1-9838-5d04a8e986c5', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name%3Aasc'}
Body: b'[{"alarm_id": "0bfe7c98-3829-4be9-90fe-eded25fc6d89", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:21.397433", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:21.397433", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:22", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "57de825b-e55c-4426-a599-4bf27f3d3476", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:16.397187", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:16.397187", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:16", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "16810feb-11eb-43b4-a0da-58e84abfb684", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:14.803277", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:14.803277", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:14", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "2d55bcbb-e598-4f80-bdc7-05b2643daffe", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.185907", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.185907", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "5d406b71-8ca4-443e-837a-e96251249d81", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.026340", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.026340", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "45d58505-ab7a-4dac-8eca-161d7ff702ff", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_d
2026-03-18 14:26:29,957 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 200 GET https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name 2.075s
2026-03-18 14:26:29,991 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:29 GMT', 'server': 'Apache', 'content-length': '8499', 'x-openstack-request-id': 'req-37e7dc44-eb3b-4af0-a747-341051c90ab4', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name'}
Body: b'[{"alarm_id": "0bfe7c98-3829-4be9-90fe-eded25fc6d89", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:21.397433", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:21.397433", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:22", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "57de825b-e55c-4426-a599-4bf27f3d3476", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:16.397187", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:16.397187", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:16", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "16810feb-11eb-43b4-a0da-58e84abfb684", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:14.803277", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:14.803277", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:14", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "2d55bcbb-e598-4f80-bdc7-05b2643daffe", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.185907", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.185907", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "5d406b71-8ca4-443e-837a-e96251249d81", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.026340", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.026340", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "45d58505-ab7a-4dac-8eca-161d7ff702ff", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_d
2026-03-18 14:26:30,060 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 200 GET https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name%3Aasc&sort=alarm_id%3Aasc 0.069s
2026-03-18 14:26:30,061 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:30 GMT', 'server': 'Apache', 'content-length': '8499', 'x-openstack-request-id': 'req-8dfb6484-59f8-4b9b-8bce-22910b46934c', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name%3Aasc&sort=alarm_id%3Aasc'}
Body: b'[{"alarm_id": "0bfe7c98-3829-4be9-90fe-eded25fc6d89", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:21.397433", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:21.397433", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:22", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "57de825b-e55c-4426-a599-4bf27f3d3476", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:16.397187", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:16.397187", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:16", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "16810feb-11eb-43b4-a0da-58e84abfb684", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:14.803277", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:14.803277", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:14", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "2d55bcbb-e598-4f80-bdc7-05b2643daffe", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.185907", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.185907", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "5d406b71-8ca4-443e-837a-e96251249d81", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.026340", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.026340", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "45d58505-ab7a-4dac-8eca-161d7ff702ff", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_d
2026-03-18 14:26:30,166 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 200 GET https://aodh-public-openstack.apps-crc.testing/v2/alarms?limit=2 0.104s
2026-03-18 14:26:30,167 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:30 GMT', 'server': 'Apache', 'content-length': '1546', 'x-openstack-request-id': 'req-1c852ad5-427b-4a44-ae4e-eaf9a705e1ef', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms?limit=2'}
Body: b'[{"alarm_id": "0bfe7c98-3829-4be9-90fe-eded25fc6d89", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:21.397433", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:21.397433", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:22", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "57de825b-e55c-4426-a599-4bf27f3d3476", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:16.397187", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:16.397187", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:16", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}]'
2026-03-18 14:26:30,442 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 200 GET https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name%3Aasc&sort=alarm_id%3Aasc&limit=2 0.271s
2026-03-18 14:26:30,442 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:30 GMT', 'server': 'Apache', 'content-length': '1546', 'x-openstack-request-id': 'req-2c2d723b-3145-4bf9-8fde-bbade01df61b', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name%3Aasc&sort=alarm_id%3Aasc&limit=2'}
Body: b'[{"alarm_id": "0bfe7c98-3829-4be9-90fe-eded25fc6d89", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:21.397433", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:21.397433", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:22", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "57de825b-e55c-4426-a599-4bf27f3d3476", "name": "tempest-sorted_alarms-1495460730", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:16.397187", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:16.397187", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:16", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}]'
2026-03-18 14:26:30,651 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 200 GET https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name%3Aasc&sort=alarm_id%3Aasc&marker=57de825b-e55c-4426-a599-4bf27f3d3476 0.208s
2026-03-18 14:26:30,652 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:30 GMT', 'server': 'Apache', 'content-length': '6953', 'x-openstack-request-id': 'req-ad023050-5732-4543-b3f2-6860999cd42b', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms?sort=name%3Aasc&sort=alarm_id%3Aasc&marker=57de825b-e55c-4426-a599-4bf27f3d3476'}
Body: b'[{"alarm_id": "16810feb-11eb-43b4-a0da-58e84abfb684", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:14.803277", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:14.803277", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:14", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "2d55bcbb-e598-4f80-bdc7-05b2643daffe", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.185907", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.185907", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "5d406b71-8ca4-443e-837a-e96251249d81", "name": "tempest-sorted_alarms-561821048", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.026340", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.026340", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "45d58505-ab7a-4dac-8eca-161d7ff702ff", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:15.864595", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:15.864595", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:15", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "71be4b54-1776-43b7-90c3-3ccc1ab8ef54", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_data_actions": [], "repeat_actions": false, "type": "event", "time_constraints": [], "project_id": "8b72063a619146d68ea7e2960402fb6e", "user_id": "951aa349b82048ffafc81eaa573b9855", "timestamp": "2026-03-18T14:26:16.110435", "state": "insufficient data", "state_timestamp": "2026-03-18T14:26:16.110435", "state_reason": "Not evaluated yet", "severity": "low", "evaluate_timestamp": "2026-03-18T14:26:16", "event_rule": {"event_type": "compute.instance.*", "query": [{"field": "traits.name", "op": "eq", "value": "test", "type": "string"}]}}, {"alarm_id": "89f5f6bd-a3e2-4da3-9a67-d12da63d1cb2", "name": "tempest-sorted_alarms-908387308", "description": "Alarm when compute.instance.* event occurred.", "enabled": true, "ok_actions": [], "alarm_actions": [], "insufficient_dat
2026-03-18 14:26:31,008 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 204 DELETE https://aodh-public-openstack.apps-crc.testing/v2/alarms/0bfe7c98-3829-4be9-90fe-eded25fc6d89 0.355s
2026-03-18 14:26:31,009 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:30 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-a921da55-14f6-415e-9c29-9af3bc8c3afa', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/0bfe7c98-3829-4be9-90fe-eded25fc6d89'}
Body: b''
2026-03-18 14:26:31,270 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 404 GET https://aodh-public-openstack.apps-crc.testing/v2/alarms/0bfe7c98-3829-4be9-90fe-eded25fc6d89 0.261s
2026-03-18 14:26:31,271 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:31 GMT', 'server': 'Apache', 'content-length': '132', 'x-openstack-request-id': 'req-e95a3d64-d122-4043-9c42-0bbb8f395849', 'content-type': 'application/json', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/0bfe7c98-3829-4be9-90fe-eded25fc6d89'}
Body: b'{"error_message": {"faultcode": "Client", "faultstring": "Alarm 0bfe7c98-3829-4be9-90fe-eded25fc6d89 not found", "debuginfo": null}}'
2026-03-18 14:26:31,463 30 INFO [tempest.lib.common.rest_client] Request (TelemetryAlarmingAPITest:test_create_list_sort_limit_delete_alarm): 204 DELETE https://aodh-public-openstack.apps-crc.testing/v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476 0.192s
2026-03-18 14:26:31,464 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:31 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-e4d4ffe5-b20a-4a81-9e7a-a7e0424bd508', 'set-cookie': 'a15b0e108dee5709674baee559a4752c=c574da8c4be1ef4976523542a16b310e; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://aodh-public-openstack.apps-crc.testing/v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476'}
Body: b''
2026-03-18 14:26:31,549 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
2026-03-18 14:26:31,590 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f152e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
2026-03-18 14:26:31,599 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f033d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
2026-03-18 14:26:31,608 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f66eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
2026-03-18 14:26:31,618 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afc90760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
2026-03-18 14:26:31,633 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f4d9d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
2026-03-18 14:26:31,647 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f6eaf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
2026-03-18 14:26:31,655 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f6eb20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
2026-03-18 14:26:31,658 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f6ea30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
2026-03-18 14:26:31,660 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f405e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/57de825b-e55c-4426-a599-4bf27f3d3476
}}}
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 0x7f31b4f2f520>: 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 375, in test_create_list_sort_limit_delete_alarm
self.assertRaises(lib_exc.NotFound,
File "/usr/lib/python3.9/site-packages/testtools/testcase.py", line 467, in assertRaises
self.assertThat(our_callable, matcher)
File "/usr/lib/python3.9/site-packages/testtools/testcase.py", line 478, in assertThat
mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
File "/usr/lib/python3.9/site-packages/testtools/testcase.py", line 530, in _matchHelper
mismatch = matcher.match(matchee)
File "/usr/lib/python3.9/site-packages/testtools/matchers/_exception.py", line 104, in match
mismatch = self.exception_matcher.match(exc_info)
File "/usr/lib/python3.9/site-packages/testtools/matchers/_higherorder.py", line 62, in match
mismatch = matcher.match(matchee)
File "/usr/lib/python3.9/site-packages/testtools/testcase.py", line 457, in match
reraise(*matchee)
File "/usr/lib/python3.9/site-packages/testtools/compat.py", line 27, in reraise
raise exc_obj.with_traceback(exc_tb)
File "/usr/lib/python3.9/site-packages/testtools/matchers/_exception.py", line 97, in match
result = matchee()
File "/usr/lib/python3.9/site-packages/testtools/testcase.py", line 1039, in __call__
return self._callable_object(*self._args, **self._kwargs)
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/aodh/service/client.py", line 62, in show_alarm
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/alarms/57de825b-e55c-4426-a599-4bf27f3d3476 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f2f520>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_create_n_delete_alarm_rule_loadbalancer[id-c1dcefdf-3b96-40d0-8f39-04fc0702ab6b] |
fail
ft25.5: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_n_delete_alarm_rule_loadbalancer[id-c1dcefdf-3b96-40d0-8f39-04fc0702ab6b]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-18 14:26:33,906 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f2fc70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,910 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f2f640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,914 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f2fe80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,919 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f2ffd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,929 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ee4eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,932 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ee4040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,936 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ee4190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,938 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ee43a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,945 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ee44f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,948 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ee4580>: 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 0x7f31b4ee4700>: 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 305, in test_create_n_delete_alarm_rule_loadbalancer
body = self.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 0x7f31b4ee4700>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_create_query_delete_alarm_same_name[id-ced16dd6-cbd8-4a2b-a9c3-aed6e4a7102c] |
fail
ft25.6: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_query_delete_alarm_same_name[id-ced16dd6-cbd8-4a2b-a9c3-aed6e4a7102c]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-18 14:26:33,957 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ef04f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,960 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ee48b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,969 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ef0a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,974 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ef0b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:33,986 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4ef0b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,089 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4e839d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,206 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4e83b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,300 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4e83cd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,303 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4e83d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,310 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4e83eb0>: 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 0x7f31b4e9a790>: 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 222, in test_create_query_delete_alarm_same_name
body1 = self.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 0x7f31b4e9a790>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_create_query_delete_disabled_alarm[id-b666f7d5-ce8c-4b2d-887e-15993433c2e9] |
fail
ft25.7: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_query_delete_disabled_alarm[id-b666f7d5-ce8c-4b2d-887e-15993433c2e9]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-18 14:26:34,325 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4e9a4c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,327 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4e9a760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,330 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4e9a490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,334 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4e9a6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,337 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dff580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,339 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dff490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,341 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dff610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,343 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dff790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,346 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dff910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,352 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dffa90>: 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 0x7f31b4dffc10>: 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 136, in test_create_query_delete_disabled_alarm
body = self.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 0x7f31b4dffc10>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_create_update_get_delete_alarm[id-1297b095-39c1-4e74-8a1f-4ae998cedd68] |
fail
ft25.8: telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm[id-1297b095-39c1-4e74-8a1f-4ae998cedd68]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-18 14:26:34,359 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dd3730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,361 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dd3790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,362 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dd38b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,365 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dd3a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,368 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dd3be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,370 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dd3d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,372 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4decc70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,376 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4deceb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,379 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4d3c220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:34,383 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4d3c370>: 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 0x7f31b4d3c100>: 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 59, in test_create_update_get_delete_alarm
body = self.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 0x7f31b4d3c100>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
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-03-18 14:26:34,396 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afc909a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-03-18 14:26:34,399 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe76580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-03-18 14:26:34,797 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe764f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-03-18 14:26:34,802 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe76a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-03-18 14:26:34,805 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4d3c370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-03-18 14:26:34,807 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4d3c490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-03-18 14:26:34,810 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4decd60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-03-18 14:26:34,816 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4decdc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-03-18 14:26:34,828 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dd3880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/capabilities
2026-03-18 14:26:34,832 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dd3d60>: 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 0x7f31b4dd3b80>: 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 0x7f31b4dd3b80>: 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-03-18 14:26:35,008 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe134c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-03-18 14:26:35,018 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe13700>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-03-18 14:26:35,029 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe13760>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-03-18 14:26:35,033 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe13910>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-03-18 14:26:35,035 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe29ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-03-18 14:26:35,037 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe292b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-03-18 14:26:35,042 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe29430>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-03-18 14:26:35,047 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe295b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-03-18 14:26:35,049 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f2fc10>: Failed to establish a new connection: [Errno 111] Connection refused')': /
2026-03-18 14:26:35,051 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4f4dc40>: 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 0x7f31b4dd3d30>: 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 0x7f31b4dd3d30>: 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-03-18 14:26:35,077 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4d3c0d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:35,090 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31b4dd3a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:35,096 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afc90970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:35,100 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afc909a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:35,103 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe76a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:35,106 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe762e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:35,110 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe29e50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:35,113 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe296a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:35,115 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe364c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms
2026-03-18 14:26:35,119 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f31afe36880>: 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 0x7f31afe36640>: 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 0x7f31afe36640>: 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-03-18 14:24:49,994 32 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-03-18 14:24:49,994 32 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-03-18 14:24:50,104 32 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.109s
2026-03-18 14:24:50,105 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: {"keypair": {"name": "tempest-keypair-350234737", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM4bihIBTyF+7W+6glyt+4pv10g+1U8H7AnH6JEgP6SQ7W18eWrIkebIrPtBQsuzKxDReA1JRQKAJ6y7gU4opYzNNS7239n2AESRVIb+sJnAvLcFVZzkghSbfSAHbGZrcA=="}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:24:50 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-257926f6-88f1-4abd-857c-42b425e9d2a9', 'x-compute-request-id': 'req-257926f6-88f1-4abd-857c-42b425e9d2a9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; 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-350234737", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM4bihIBTyF+7W+6glyt+4pv10g+1U8H7AnH6JEgP6SQ7W18eWrIkebIrPtBQsuzKxDReA1JRQKAJ6y7gU4opYzNNS7239n2AESRVIb+sJnAvLcFVZzkghSbfSAHbGZrcA==", "fingerprint": "99:ef:22:f3:89:91:25:be:4a:b0:73:95:30:07:9c:7b", "user_id": "9cb71c9ca8c345f799b92f4648c1b4b9"}}'
2026-03-18 14:24:50,108 32 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-350234737 created
2026-03-18 14:24:51,167 32 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 1.058s
2026-03-18 14:24:51,167 32 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--1122048957", "description": "tempest-description--1155993170"}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:24:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-957852e8-c6d7-4b2b-9629-f4e6b30d38ec', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b630aac6be61370364c9ed2a80868bcd; 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": "46f02377-f3a7-46d7-9af0-a78c4837f639", "name": "tempest-securitygroup--1122048957", "stateful": true, "tenant_id": "9ab7a491a7194465b600c477a90583a5", "description": "tempest-description--1155993170", "shared": false, "security_group_rules": [{"id": "3ecad8cf-829e-4211-b037-419ba2269afc", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "security_group_id": "46f02377-f3a7-46d7-9af0-a78c4837f639", "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": 213, "description": null, "tags": [], "created_at": "2026-03-18T14:24:50Z", "updated_at": "2026-03-18T14:24:50Z", "revision_number": 0, "project_id": "9ab7a491a7194465b600c477a90583a5"}, {"id": "5f8a9af4-fd0e-41e9-83f8-abe29c5c00f8", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "security_group_id": "46f02377-f3a7-46d7-9af0-a78c4837f639", "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": 214, "description": null, "tags": [], "created_at": "2026-03-18T14:24:50Z", "updated_at": "2026-03-18T14:24:50Z", "revision_number": 0, "project_id": "9ab7a491a7194465b600c477a90583a5"}], "tags": [], "created_at": "2026-03-18T14:24:50Z", "updated_at": "2026-03-18T14:24:50Z", "revision_number": 1, "project_id": "9ab7a491a7194465b600c477a90583a5"}}'
2026-03-18 14:24:52,464 32 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.295s
2026-03-18 14:24:52,464 32 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": "46f02377-f3a7-46d7-9af0-a78c4837f639", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:24:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-095c7607-e2fc-400b-ac04-ba8afc73224b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b630aac6be61370364c9ed2a80868bcd; 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": "17001e45-b498-42cb-9d79-bd64471eb3d7", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "security_group_id": "46f02377-f3a7-46d7-9af0-a78c4837f639", "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-03-18T14:24:51Z", "updated_at": "2026-03-18T14:24:51Z", "revision_number": 0, "project_id": "9ab7a491a7194465b600c477a90583a5"}}'
2026-03-18 14:24:52,727 32 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.262s
2026-03-18 14:24:52,727 32 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": "46f02377-f3a7-46d7-9af0-a78c4837f639", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:24:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6c859422-b9c0-4080-b4a1-d04338273661', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b630aac6be61370364c9ed2a80868bcd; 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": "0efcabd7-8b6b-46db-9131-fc70ec42af3c", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "security_group_id": "46f02377-f3a7-46d7-9af0-a78c4837f639", "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-03-18T14:24:52Z", "updated_at": "2026-03-18T14:24:52Z", "revision_number": 0, "project_id": "9ab7a491a7194465b600c477a90583a5"}}'
2026-03-18 14:24:52,727 32 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1122048957 created
2026-03-18 14:24:57,692 32 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 4.960s
2026-03-18 14:24:57,693 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "97c7bc88-343d-4d54-8be4-d14e967f7cbe"}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:24:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-facabec7-83c0-4aa4-9c59-87a4dde12944', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b630aac6be61370364c9ed2a80868bcd; 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": "71c1661b-06b1-482b-b4bf-9ae48c5ac918", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "floating_ip_address": "192.168.122.222", "floating_network_id": "97c7bc88-343d-4d54-8be4-d14e967f7cbe", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9ab7a491a7194465b600c477a90583a5", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-03-18T14:24:55Z", "updated_at": "2026-03-18T14:24:55Z", "revision_number": 0}}'
2026-03-18 14:24:57,693 32 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '71c1661b-06b1-482b-b4bf-9ae48c5ac918', 'tenant_id': '9ab7a491a7194465b600c477a90583a5', 'floating_ip_address': '192.168.122.222', 'floating_network_id': '97c7bc88-343d-4d54-8be4-d14e967f7cbe', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9ab7a491a7194465b600c477a90583a5', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-03-18T14:24:55Z', 'updated_at': '2026-03-18T14:24:55Z', 'revision_number': 0, 'ip': '192.168.122.222'} created
2026-03-18 14:24:58,542 32 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.841s
2026-03-18 14:24:58,542 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:24:57 GMT', 'server': 'Apache', 'content-length': '6274', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8f09d2e7-af3f-4e31-864d-29368dbe4306', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=af6b9b0d3a557067d59769f633e6068d; 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": "9cb71c9ca8c345f799b92f4648c1b4b9", "name": "tempest-AttachInterfacesUnderV243Test-181785419-project-member", "password_expires_at": null}, "audit_ids": ["yW1XD4VRSeGheKBGdy36Bg"], "expires_at": "2026-03-18T15:24:58.000000Z", "issued_at": "2026-03-18T14:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9ab7a491a7194465b600c477a90583a5", "name": "tempest-AttachInterfacesUnderV243Test-181785419"}, "is_domain": false, "roles": [{"id": "2a37785b3227460bb2ceed8f9078d31d", "name": "member"}, {"id": "c7f5e7afcb5c4630bbe9755ed5e6fa97", "name": "reader"}], "catalog": [{"endpoints": [{"name": "neutron", "id": "9d5ac648eecf46b7a6ecb8203e033442", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "fd5e7c12d234467b809bde76a33e9ba2", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "029c8255fac7401bb00cc3cf020b4b33", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "barbican", "id": "1fe31ea9e38c487faa29f8ebbc311b95", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "62c8bb2857d0440a82a9c68fa2b3be80", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "108a3e2177884643800e5c317b1cef2f", "type": "key-manager", "name": "barbican"}, {"endpoints": [{"name": "cinderv3", "id": "0f58c344a95b434c8400e3832546eefe", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "2bb8881de56c48b094bf1c4d1cbc2155", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}], "id": "2fcabc55263a4669a725312fe628ce00", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "nova", "id": "67afd18f51c348faaa754c03771fe675", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "8f6896442f3f4636b5e66c3e5a724a67", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "31818d73e39b436d9adf912321eec062", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "heat-cfn", "id": "28b70b039e554f658034845bdb4328e3", "interface": "internal", "region_id": "regionOne", "url": "https://heat-cfnapi-internal.openstack.svc:8000/v1", "region": "regionOne"}, {"name": "heat-cfn", "id": "2e360c48bc3544fcafe4389715176fd3", "interface": "public", "region_id": "regionOne", "url": "https://heat-cfnapi-public-openstack.apps-crc.testing/v1", "region": "regionOne"}], "id": "5e11dad66db04e29a6499136554cbd04", "type": "cloudformation", "name": "heat-cfn"}, {"endpoints": [{"name": "placement", "id": "052fe53d89f448a591689af36d9acec4", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}, {"name": "placement", "id": "f71f384bcc384ec7a9d5d2f86991dfa6", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "801fd2db87364a59a07b89992a979d32", "type": "placement", "name": "placement"}, {"endpoints": [{"name": "glance", "id": "0c7e34cdfe99442fa09675020438a29b", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "4b04d3f6d57849c6b6c57fdf25df131b", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "8cdb2a2ba4c449928d05a66abc215
2026-03-18 14:24:58,543 32 INFO [tempest.lib.common.fixed_network] (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip) Found network {'id': '87f9ad67-d20b-4a93-8abd-a35154796534', 'name': 'tempest-AttachInterfacesUnderV243Test-1942934339-network', 'tenant_id': '9ab7a491a7194465b600c477a90583a5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9ab7a491a7194465b600c477a90583a5', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37065, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-03-18T14:24:27Z', 'updated_at': '2026-03-18T14:24:27Z', 'revision_number': 1} available for tenant
2026-03-18 14:24:58,544 32 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-350234737', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM4bihIBTyF+7W+6glyt+4pv10g+1U8H7AnH6JEgP6SQ7W18eWrIkebIrPtBQsuzKxDReA1JRQKAJ6y7gU4opYzNNS7239n2AESRVIb+sJnAvLcFVZzkghSbfSAHbGZrcA==', 'fingerprint': '99:ef:22:f3:89:91:25:be:4a:b0:73:95:30:07:9c:7b', 'user_id': '9cb71c9ca8c345f799b92f4648c1b4b9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAXeyNFiBsy19fDdz8Bg/aInJEu0km2kYEUP8Wbbq24iN37++7rY6if\nnYEZoAN+ZJugBwYFK4EEACKhZANiAATOG4oSAU8hfu1vuoJcrfuKb9dIPtVPB+wJ\nx+iRID+kkO1tfHlqyJHmyKz7QULLsysQ0XgNSUUCgCesu4FOKKWMzTUu9t/Z9gBE\nkVSG/rCZwLy3BVWc5IIUm30gB2xma3A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '46f02377-f3a7-46d7-9af0-a78c4837f639', 'name': 'tempest-securitygroup--1122048957', 'stateful': True, 'tenant_id': '9ab7a491a7194465b600c477a90583a5', 'description': 'tempest-description--1155993170', 'shared': False, 'security_group_rules': [{'id': '3ecad8cf-829e-4211-b037-419ba2269afc', 'tenant_id': '9ab7a491a7194465b600c477a90583a5', 'security_group_id': '46f02377-f3a7-46d7-9af0-a78c4837f639', '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': 213, 'description': None, 'tags': [], 'created_at': '2026-03-18T14:24:50Z', 'updated_at': '2026-03-18T14:24:50Z', 'revision_number': 0, 'project_id': '9ab7a491a7194465b600c477a90583a5'}, {'id': '5f8a9af4-fd0e-41e9-83f8-abe29c5c00f8', 'tenant_id': '9ab7a491a7194465b600c477a90583a5', 'security_group_id': '46f02377-f3a7-46d7-9af0-a78c4837f639', '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': 214, 'description': None, 'tags': [], 'created_at': '2026-03-18T14:24:50Z', 'updated_at': '2026-03-18T14:24:50Z', 'revision_number': 0, 'project_id': '9ab7a491a7194465b600c477a90583a5'}], 'tags': [], 'created_at': '2026-03-18T14:24:50Z', 'updated_at': '2026-03-18T14:24:50Z', 'revision_number': 1, 'project_id': '9ab7a491a7194465b600c477a90583a5'}, 'floating_ip': {'id': '71c1661b-06b1-482b-b4bf-9ae48c5ac918', 'tenant_id': '9ab7a491a7194465b600c477a90583a5', 'floating_ip_address': '192.168.122.222', 'floating_network_id': '97c7bc88-343d-4d54-8be4-d14e967f7cbe', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9ab7a491a7194465b600c477a90583a5', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-03-18T14:24:55Z', 'updated_at': '2026-03-18T14:24:55Z', 'revision_number': 0, 'ip': '192.168.122.222'}}
2026-03-18 14:25:04,857 32 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 6.312s
2026-03-18 14:25:04,857 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: {"server": {"name": "tempest-AttachInterfacesUnderV243Test-server-405586865", "imageRef": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "flavorRef": "6b9b81f4-9296-496d-88fd-1d839da37128", "networks": [{"uuid": "87f9ad67-d20b-4a93-8abd-a35154796534"}], "security_groups": [{"name": "tempest-securitygroup--1122048957"}], "key_name": "tempest-keypair-350234737", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:24:58 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2', '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-4a969b73-cc58-4fe2-a34a-8db1ab8f9088', 'x-compute-request-id': 'req-4a969b73-cc58-4fe2-a34a-8db1ab8f9088', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; 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": "d4bf260f-eb92-4da0-a38f-ded37038f0f2", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1122048957"}], "adminPass": "6dRPNMNsF52K"}}'
2026-03-18 14:25:08,484 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2 3.626s
2026-03-18 14:25:08,484 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': 'Wed, 18 Mar 2026 14:25:04 GMT', 'server': 'Apache', 'content-length': '1443', '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-98a13d43-0015-4456-a9d1-f19042672ed5', 'x-compute-request-id': 'req-98a13d43-0015-4456-a9d1-f19042672ed5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2'}
Body: b'{"server": {"id": "d4bf260f-eb92-4da0-a38f-ded37038f0f2", "name": "tempest-AttachInterfacesUnderV243Test-server-405586865", "status": "BUILD", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "user_id": "9cb71c9ca8c345f799b92f4648c1b4b9", "metadata": {}, "hostId": "8e051b7dbd0a9633059ad316865613b7ff060c2c80b43cb8376bc01e", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-350234737", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:25:12,480 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2 2.991s
2026-03-18 14:25:12,481 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': 'Wed, 18 Mar 2026 14:25:09 GMT', 'server': 'Apache', 'content-length': '1517', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80a3cdbf-bd0c-4e69-9a02-b22a95959280', 'x-compute-request-id': 'req-80a3cdbf-bd0c-4e69-9a02-b22a95959280', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2'}
Body: b'{"server": {"id": "d4bf260f-eb92-4da0-a38f-ded37038f0f2", "name": "tempest-AttachInterfacesUnderV243Test-server-405586865", "status": "BUILD", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "user_id": "9cb71c9ca8c345f799b92f4648c1b4b9", "metadata": {}, "hostId": "8e051b7dbd0a9633059ad316865613b7ff060c2c80b43cb8376bc01e", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-350234737", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1122048957"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:25:12,487 32 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait
2026-03-18 14:25:16,320 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2 2.827s
2026-03-18 14:25:16,320 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': 'Wed, 18 Mar 2026 14:25:13 GMT', 'server': 'Apache', 'content-length': '1517', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2f2ce95-02a6-4d02-810e-348690a17757', 'x-compute-request-id': 'req-b2f2ce95-02a6-4d02-810e-348690a17757', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2'}
Body: b'{"server": {"id": "d4bf260f-eb92-4da0-a38f-ded37038f0f2", "name": "tempest-AttachInterfacesUnderV243Test-server-405586865", "status": "BUILD", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "user_id": "9cb71c9ca8c345f799b92f4648c1b4b9", "metadata": {}, "hostId": "8e051b7dbd0a9633059ad316865613b7ff060c2c80b43cb8376bc01e", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-350234737", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1122048957"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:25:19,824 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2 2.499s
2026-03-18 14:25:19,825 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': 'Wed, 18 Mar 2026 14:25:17 GMT', 'server': 'Apache', 'content-length': '1517', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98cbb790-4597-4cb9-9df2-ad981e6f01e7', 'x-compute-request-id': 'req-98cbb790-4597-4cb9-9df2-ad981e6f01e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2'}
Body: b'{"server": {"id": "d4bf260f-eb92-4da0-a38f-ded37038f0f2", "name": "tempest-AttachInterfacesUnderV243Test-server-405586865", "status": "BUILD", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "user_id": "9cb71c9ca8c345f799b92f4648c1b4b9", "metadata": {}, "hostId": "8e051b7dbd0a9633059ad316865613b7ff060c2c80b43cb8376bc01e", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-350234737", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1122048957"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:25:23,539 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2 2.707s
2026-03-18 14:25:23,540 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': 'Wed, 18 Mar 2026 14:25:20 GMT', 'server': 'Apache', 'content-length': '1517', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f704b399-7cb7-478a-8c5a-1d21ccf71f67', 'x-compute-request-id': 'req-f704b399-7cb7-478a-8c5a-1d21ccf71f67', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2'}
Body: b'{"server": {"id": "d4bf260f-eb92-4da0-a38f-ded37038f0f2", "name": "tempest-AttachInterfacesUnderV243Test-server-405586865", "status": "BUILD", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "user_id": "9cb71c9ca8c345f799b92f4648c1b4b9", "metadata": {}, "hostId": "8e051b7dbd0a9633059ad316865613b7ff060c2c80b43cb8376bc01e", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-350234737", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1122048957"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:25:28,273 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2 3.722s
2026-03-18 14:25:28,276 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': 'Wed, 18 Mar 2026 14:25:24 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-fee30e53-ac53-43a2-be1d-00330b558d33', 'x-compute-request-id': 'req-fee30e53-ac53-43a2-be1d-00330b558d33', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2'}
Body: b'{"server": {"id": "d4bf260f-eb92-4da0-a38f-ded37038f0f2", "name": "tempest-AttachInterfacesUnderV243Test-server-405586865", "status": "ACTIVE", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "user_id": "9cb71c9ca8c345f799b92f4648c1b4b9", "metadata": {}, "hostId": "8e051b7dbd0a9633059ad316865613b7ff060c2c80b43cb8376bc01e", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:22Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0b:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-350234737", "OS-SRV-USG:launched_at": "2026-03-18T14:25:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1122048957"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:25:28,280 32 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait
2026-03-18 14:25:29,338 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/os-interface 1.057s
2026-03-18 14:25:29,338 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': 'Wed, 18 Mar 2026 14:25:28 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-0093ab00-cc44-4626-9a6a-9ee476a632ec', 'x-compute-request-id': 'req-0093ab00-cc44-4626-9a6a-9ee476a632ec', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "87f9ad67-d20b-4a93-8abd-a35154796534", "port_id": "d5b1976b-fb3d-4fd4-a2f9-802ba057f4a5", "mac_addr": "fa:16:3e:b2:0b:b0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f48300c5-28eb-48d9-b944-7fec0a7af0b6", "ip_address": "10.100.0.11"}]}]}'
2026-03-18 14:25:31,210 32 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/71c1661b-06b1-482b-b4bf-9ae48c5ac918 1.869s
2026-03-18 14:25:31,210 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "d5b1976b-fb3d-4fd4-a2f9-802ba057f4a5"}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:25:31 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-e97648ae-9c1a-43f5-b29b-544ee82aa84b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=b630aac6be61370364c9ed2a80868bcd; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918'}
Body: b'{"floatingip": {"id": "71c1661b-06b1-482b-b4bf-9ae48c5ac918", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "floating_ip_address": "192.168.122.222", "floating_network_id": "97c7bc88-343d-4d54-8be4-d14e967f7cbe", "router_id": "db5c8ecc-d9b0-49ad-bebe-d89bcf82f79f", "port_id": "d5b1976b-fb3d-4fd4-a2f9-802ba057f4a5", "fixed_ip_address": "10.100.0.11", "status": "DOWN", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "87f9ad67-d20b-4a93-8abd-a35154796534", "mac_address": "fa:16:3e:b2:0b:b0", "admin_state_up": true, "status": "ACTIVE", "device_id": "d4bf260f-eb92-4da0-a38f-ded37038f0f2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-03-18T14:24:55Z", "updated_at": "2026-03-18T14:25:29Z", "revision_number": 1, "project_id": "9ab7a491a7194465b600c477a90583a5"}}'
2026-03-18 14:25:32,818 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2 1.607s
2026-03-18 14:25:32,818 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': 'Wed, 18 Mar 2026 14:25:31 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-169f661f-828a-437c-816a-9119a2cd1093', 'x-compute-request-id': 'req-169f661f-828a-437c-816a-9119a2cd1093', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2'}
Body: b'{"server": {"id": "d4bf260f-eb92-4da0-a38f-ded37038f0f2", "name": "tempest-AttachInterfacesUnderV243Test-server-405586865", "status": "ACTIVE", "tenant_id": "9ab7a491a7194465b600c477a90583a5", "user_id": "9cb71c9ca8c345f799b92f4648c1b4b9", "metadata": {}, "hostId": "8e051b7dbd0a9633059ad316865613b7ff060c2c80b43cb8376bc01e", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:22Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:0b:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-350234737", "OS-SRV-USG:launched_at": "2026-03-18T14:25:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1122048957"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:25:32,825 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.222:22' as 'cirros' with public key authentication
2026-03-18 14:26:04,812 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-03-18 14:26:04,924 32 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-18 14:26:04,926 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.222 successfully created
2026-03-18 14:26:07,517 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/os-interface 2.590s
2026-03-18 14:26:07,517 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': 'Wed, 18 Mar 2026 14:26:04 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-efca4e05-e33f-4667-979a-a3c50f478b13', 'x-compute-request-id': 'req-efca4e05-e33f-4667-979a-a3c50f478b13', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "87f9ad67-d20b-4a93-8abd-a35154796534", "port_id": "d5b1976b-fb3d-4fd4-a2f9-802ba057f4a5", "mac_addr": "fa:16:3e:b2:0b:b0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f48300c5-28eb-48d9-b944-7fec0a7af0b6", "ip_address": "10.100.0.11"}]}]}'
2026-03-18 14:26:09,091 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/os-interface/d5b1976b-fb3d-4fd4-a2f9-802ba057f4a5 1.509s
2026-03-18 14:26:09,091 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': 'Wed, 18 Mar 2026 14:26:07 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-e872a3de-21d3-4083-89bb-09e5eb0f6a98', 'x-compute-request-id': 'req-e872a3de-21d3-4083-89bb-09e5eb0f6a98', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/os-interface/d5b1976b-fb3d-4fd4-a2f9-802ba057f4a5'}
Body: b'{"interfaceAttachment": {"net_id": "87f9ad67-d20b-4a93-8abd-a35154796534", "port_id": "d5b1976b-fb3d-4fd4-a2f9-802ba057f4a5", "mac_addr": "fa:16:3e:b2:0b:b0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f48300c5-28eb-48d9-b944-7fec0a7af0b6", "ip_address": "10.100.0.11"}]}}'
2026-03-18 14:26:09,918 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 0.826s
2026-03-18 14:26:09,919 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': 'Wed, 18 Mar 2026 14:26:09 GMT', 'server': 'Apache', 'content-length': '159', '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-8e11bfd3-3d78-40cb-910b-bc377ae10887', 'x-compute-request-id': 'req-8e11bfd3-3d78-40cb-910b-bc377ae10887', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:10,495 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/action 0.572s
2026-03-18 14:26:10,495 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: {"addFixedIp": {"networkId": "87f9ad67-d20b-4a93-8abd-a35154796534"}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:09 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-a09d6c03-168e-4c1b-a53f-768643a9ef83', 'x-compute-request-id': 'req-a09d6c03-168e-4c1b-a53f-768643a9ef83', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/action'}
Body: b''
2026-03-18 14:26:10,730 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 0.234s
2026-03-18 14:26:10,730 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': 'Wed, 18 Mar 2026 14:26:10 GMT', 'server': 'Apache', 'content-length': '159', '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-af1775b4-709a-4f9e-a774-199ad54daf25', 'x-compute-request-id': 'req-af1775b4-709a-4f9e-a774-199ad54daf25', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:10,731 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:12,215 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 0.482s
2026-03-18 14:26:12,260 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': 'Wed, 18 Mar 2026 14:26:11 GMT', 'server': 'Apache', 'content-length': '159', '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-6a502004-7d48-4fd6-9182-86c23bc94455', 'x-compute-request-id': 'req-6a502004-7d48-4fd6-9182-86c23bc94455', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:12,263 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:14,300 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 0.988s
2026-03-18 14:26:14,301 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': 'Wed, 18 Mar 2026 14:26:13 GMT', 'server': 'Apache', 'content-length': '159', '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-92bd7abd-75e1-4398-ab47-09749a183a60', 'x-compute-request-id': 'req-92bd7abd-75e1-4398-ab47-09749a183a60', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:14,302 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:15,720 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 0.414s
2026-03-18 14:26:15,721 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': 'Wed, 18 Mar 2026 14:26:15 GMT', 'server': 'Apache', 'content-length': '159', '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-4011d7c0-7d21-49b3-838b-4d8039033b99', 'x-compute-request-id': 'req-4011d7c0-7d21-49b3-838b-4d8039033b99', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:15,723 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:18,464 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 1.740s
2026-03-18 14:26:18,569 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': 'Wed, 18 Mar 2026 14:26:16 GMT', 'server': 'Apache', 'content-length': '159', '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-8087a712-ea44-41f0-b3b0-dbddea1b97bf', 'x-compute-request-id': 'req-8087a712-ea44-41f0-b3b0-dbddea1b97bf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:18,583 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:20,451 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 0.866s
2026-03-18 14:26:20,451 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': 'Wed, 18 Mar 2026 14:26:20 GMT', 'server': 'Apache', 'content-length': '159', '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-36257f93-a81b-44a1-b659-89bd2d252078', 'x-compute-request-id': 'req-36257f93-a81b-44a1-b659-89bd2d252078', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:20,453 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:23,673 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 2.219s
2026-03-18 14:26:23,775 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': 'Wed, 18 Mar 2026 14:26:21 GMT', 'server': 'Apache', 'content-length': '159', '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-7d84b143-ba6e-40f0-b909-a478bef94bbd', 'x-compute-request-id': 'req-7d84b143-ba6e-40f0-b909-a478bef94bbd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:23,863 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:25,502 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 0.638s
2026-03-18 14:26:25,568 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': 'Wed, 18 Mar 2026 14:26:24 GMT', 'server': 'Apache', 'content-length': '159', '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-502de7fa-d8fb-4d32-87ed-2215a34f17e6', 'x-compute-request-id': 'req-502de7fa-d8fb-4d32-87ed-2215a34f17e6', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:25,591 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:26,747 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 0.155s
2026-03-18 14:26:26,748 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': 'Wed, 18 Mar 2026 14:26:26 GMT', 'server': 'Apache', 'content-length': '159', '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-4cd291c1-36e4-4e4b-b787-1db8fcc2debc', 'x-compute-request-id': 'req-4cd291c1-36e4-4e4b-b787-1db8fcc2debc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:26,749 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:30,430 32 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips 2.678s
2026-03-18 14:26:30,431 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': 'Wed, 18 Mar 2026 14:26:29 GMT', 'server': 'Apache', 'content-length': '198', '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-485861f2-3528-4b30-8f20-3a85726a2ffd', 'x-compute-request-id': 'req-485861f2-3528-4b30-8f20-3a85726a2ffd', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1942934339-network": [{"version": 4, "addr": "10.100.0.11"}, {"version": 4, "addr": "10.100.0.13"}, {"version": 4, "addr": "192.168.122.222"}]}}'
2026-03-18 14:26:30,432 32 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server d4bf260f-eb92-4da0-a38f-ded37038f0f2: {'10.100.0.13', '192.168.122.222', '10.100.0.11'}
2026-03-18 14:26:30,433 32 DEBUG [tempest.lib.common.utils.test_utils] Call _wait_for_ip_change returns true in 19.937219 seconds
2026-03-18 14:26:31,547 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:31,584 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 0x7fbe54ac1820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:31,587 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 0x7fbe51db97f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:31,600 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 0x7fbe51db9940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:31,606 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 0x7fbe51db9bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:31,612 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 0x7fbe51db94f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:31,619 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 0x7fbe51db9520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:31,624 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 0x7fbe51db9340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:31,627 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 0x7fbe51db9310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:31,629 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 0x7fbe51db9160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:33,889 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 0x7fbe51cc8820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:33,896 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 0x7fbe51cc87f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:33,914 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 0x7fbe51cc8fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:33,924 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 0x7fbe51cc8430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:35,124 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 0x7fbe51cc85b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:35,129 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 0x7fbe4dfcb1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:35,130 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 0x7fbe5a444a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:35,133 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 0x7fbe54ac1e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:35,136 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 0x7fbe54ac1220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:35,145 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 0x7fbe54ac1070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:35,153 32 ERROR [tempest.api.compute.base] Failed to delete server d4bf260f-eb92-4da0-a38f-ded37038f0f2
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base conn = connection.create_connection(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base raise err
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base sock.connect(sa)
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base ConnectionRefusedError: [Errno 111] Connection refused
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base httplib_response = self._make_request(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base self._validate_conn(conn)
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base conn.connect()
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base conn = self._new_conn()
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base raise NewConnectionError(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fbe54ac1ee0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 434, in delete_server
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base cls.servers_client.delete_server(server_id)
2026-03-18 14:26:35.153 32 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-03-18 14:26:35.153 32 ERROR tempest.api.compute.base resp, body = self.delete("servers/%s" % server_id)
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base return self.request('DELETE', url, extra_headers, headers, body)
2026-03-18 14:26:35.153 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-03-18 14:26:35.153 32 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base resp, resp_body = self._request(method, url, headers=headers,
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base resp, resp_body = self.raw_request(
2026-03-18 14:26:35.153 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-03-18 14:26:35.153 32 ERROR tempest.api.compute.base resp, resp_body = self.http_obj.request(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base return self.request_encode_url(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base return self.urlopen(method, url, **extra_kw)
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base response = conn.urlopen(method, u.request_uri, **kw)
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base return self.urlopen(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base return self.urlopen(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base return self.urlopen(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base [Previous line repeated 7 more times]
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base retries = retries.increment(
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-03-18 14:26:35.153 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/d4bf260f-eb92-4da0-a38f-ded37038f0f2 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbe54ac1ee0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-03-18 14:26:35.153 32 ERROR tempest.api.compute.base
2026-03-18 14:26:35,207 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 0x7fbe5535d550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,220 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 0x7fbe5061d400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,251 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 0x7fbe5535d0a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,273 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 0x7fbe5535d070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,331 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 0x7fbe5535d700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,344 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 0x7fbe5535d520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,346 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 0x7fbe5535dac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,351 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 0x7fbe5535dbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,355 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 0x7fbe5648d4c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,359 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 0x7fbe55ebb370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-350234737
2026-03-18 14:26:35,362 32 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-350234737
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources raise err
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources conn.connect()
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fbe54ac1d30>: Failed to establish a new connection: [Errno 111] Connection refused
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-03-18 14:26:35.362 32 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-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-03-18 14:26:35.362 32 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-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-03-18 14:26:35.362 32 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-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-03-18 14:26:35.362 32 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-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-03-18 14:26:35.362 32 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-350234737 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbe54ac1d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-03-18 14:26:35.362 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35,366 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 0x7fbe5535d040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,369 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 0x7fbe4dfcb1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,372 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 0x7fbe553a4d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,402 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 0x7fbe553a4e20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,405 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 0x7fbe553a40a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,407 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 0x7fbe553a4520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,411 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 0x7fbe553a4910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,415 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 0x7fbe553a4b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,424 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 0x7fbe553a4ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,431 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 0x7fbe553a4fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35,433 32 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group 46f02377-f3a7-46d7-9af0-a78c4837f639
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources raise err
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources conn.connect()
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fbe553a4f10>: Failed to establish a new connection: [Errno 111] Connection refused
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-03-18 14:26:35.433 32 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-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-03-18 14:26:35.433 32 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-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-03-18 14:26:35.433 32 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-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-03-18 14:26:35.433 32 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-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-03-18 14:26:35.433 32 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/46f02377-f3a7-46d7-9af0-a78c4837f639 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbe553a4f10>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-03-18 14:26:35.433 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35,524 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 0x7fbe55379220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,539 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 0x7fbe5645c580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,556 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 0x7fbe553a4790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,566 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 0x7fbe553a4370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,571 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 0x7fbe553a4bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,587 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 0x7fbe553a4fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,595 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 0x7fbe553a4d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,597 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 0x7fbe553a4310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,600 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 0x7fbe553a4340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,603 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 0x7fbe553a48b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35,606 32 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip 71c1661b-06b1-482b-b4bf-9ae48c5ac918
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources raise err
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources conn.connect()
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fbe553a4d00>: Failed to establish a new connection: [Errno 111] Connection refused
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-03-18 14:26:35.606 32 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-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources floating_ip_client.delete_floatingip(fip_id)
2026-03-18 14:26:35.606 32 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-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-03-18 14:26:35.606 32 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-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-03-18 14:26:35.606 32 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-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-03-18 14:26:35.606 32 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-03-18 14:26:35.606 32 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/71c1661b-06b1-482b-b4bf-9ae48c5ac918 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbe553a4d00>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-03-18 14:26:35.606 32 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 0x7fbe54ac1d30>: 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-350234737 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbe54ac1d30>: 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 0x7fbe51db90a0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 421, in test_add_remove_fixed_ip
server_detail = self.os_primary.servers_client.show_server(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/d4bf260f-eb92-4da0-a38f-ded37038f0f2 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbe51db90a0>: 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-03-18 14:26:09,099 25 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062 4.907s
2026-03-18 14:26:09,099 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:04 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-ced837a8-3112-4d57-b326-0b08a93a66c4', 'x-compute-request-id': 'req-ced837a8-3112-4d57-b326-0b08a93a66c4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062'}
Body: b'{"server": {"id": "f8022545-0f76-49bd-91b6-154a58c4d062", "name": "tempest-ServerActionsTestJSON-server-1474738224", "status": "ACTIVE", "tenant_id": "f8a23550ad2141b2bad4b1d7394bd3be", "user_id": "e9ee4e93fd0f4a8197027573b5d1b779", "metadata": {}, "hostId": "302b81bdf5442bac82a90673ee38abeb87468efe21a5485f0033fa7c", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:23Z", "addresses": {"tempest-ServerActionsTestJSON-1118868614-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}, {"version": 4, "addr": "192.168.122.176", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1366777626", "OS-SRV-USG:launched_at": "2026-03-18T14:25:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877125399"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:26:11,154 25 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062 2.041s
2026-03-18 14:26:11,155 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26: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-2aed88ee-6162-4aab-a283-55600a7563a5', 'x-compute-request-id': 'req-2aed88ee-6162-4aab-a283-55600a7563a5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062'}
Body: b'{"server": {"id": "f8022545-0f76-49bd-91b6-154a58c4d062", "name": "tempest-ServerActionsTestJSON-server-1474738224", "status": "ACTIVE", "tenant_id": "f8a23550ad2141b2bad4b1d7394bd3be", "user_id": "e9ee4e93fd0f4a8197027573b5d1b779", "metadata": {}, "hostId": "302b81bdf5442bac82a90673ee38abeb87468efe21a5485f0033fa7c", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:23Z", "addresses": {"tempest-ServerActionsTestJSON-1118868614-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}, {"version": 4, "addr": "192.168.122.176", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1366777626", "OS-SRV-USG:launched_at": "2026-03-18T14:25:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877125399"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:26:15,650 25 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062 4.488s
2026-03-18 14:26:15,650 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:11 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-d4bddeb2-d233-45cb-97ce-6551807de951', 'x-compute-request-id': 'req-d4bddeb2-d233-45cb-97ce-6551807de951', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062'}
Body: b'{"server": {"id": "f8022545-0f76-49bd-91b6-154a58c4d062", "name": "tempest-ServerActionsTestJSON-server-1474738224", "status": "ACTIVE", "tenant_id": "f8a23550ad2141b2bad4b1d7394bd3be", "user_id": "e9ee4e93fd0f4a8197027573b5d1b779", "metadata": {}, "hostId": "302b81bdf5442bac82a90673ee38abeb87468efe21a5485f0033fa7c", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:23Z", "addresses": {"tempest-ServerActionsTestJSON-1118868614-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}, {"version": 4, "addr": "192.168.122.176", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1366777626", "OS-SRV-USG:launched_at": "2026-03-18T14:25:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877125399"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:26:20,085 25 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062 4.427s
2026-03-18 14:26:20,085 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:15 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-c3d28278-c917-4857-a5f7-b920ba75f8bc', 'x-compute-request-id': 'req-c3d28278-c917-4857-a5f7-b920ba75f8bc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062'}
Body: b'{"server": {"id": "f8022545-0f76-49bd-91b6-154a58c4d062", "name": "tempest-ServerActionsTestJSON-server-1474738224", "status": "ACTIVE", "tenant_id": "f8a23550ad2141b2bad4b1d7394bd3be", "user_id": "e9ee4e93fd0f4a8197027573b5d1b779", "metadata": {}, "hostId": "302b81bdf5442bac82a90673ee38abeb87468efe21a5485f0033fa7c", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:25:23Z", "addresses": {"tempest-ServerActionsTestJSON-1118868614-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}, {"version": 4, "addr": "192.168.122.176", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1366777626", "OS-SRV-USG:launched_at": "2026-03-18T14:25:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877125399"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:26:20,261 25 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; cut -f1 -d. /proc/uptime
2026-03-18 14:26:20,261 25 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.176:22' as 'cirros' with public key authentication
2026-03-18 14:26:20,275 25 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-03-18 14:26:21,081 25 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-18 14:26:21,082 25 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.176 successfully created
2026-03-18 14:26:21,191 25 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sync
2026-03-18 14:26:21,192 25 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.176:22' as 'cirros' with public key authentication
2026-03-18 14:26:21,198 25 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-03-18 14:26:21,313 25 INFO [paramiko.transport] Authentication (publickey) successful!
2026-03-18 14:26:21,314 25 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.176 successfully created
2026-03-18 14:26:24,288 25 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062/action 2.950s
2026-03-18 14:26:24,288 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"reboot": {"type": "HARD"}}
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:21 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-2cd46124-ce4a-4c14-9ef7-8f671a65a7f1', 'x-compute-request-id': 'req-2cd46124-ce4a-4c14-9ef7-8f671a65a7f1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062/action'}
Body: b''
2026-03-18 14:26:26,727 25 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062 2.438s
2026-03-18 14:26:26,728 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:24 GMT', 'server': 'Apache', 'content-length': '1821', '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-cfbf127c-4c75-496d-9793-913b093c1e27', 'x-compute-request-id': 'req-cfbf127c-4c75-496d-9793-913b093c1e27', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062'}
Body: b'{"server": {"id": "f8022545-0f76-49bd-91b6-154a58c4d062", "name": "tempest-ServerActionsTestJSON-server-1474738224", "status": "HARD_REBOOT", "tenant_id": "f8a23550ad2141b2bad4b1d7394bd3be", "user_id": "e9ee4e93fd0f4a8197027573b5d1b779", "metadata": {}, "hostId": "302b81bdf5442bac82a90673ee38abeb87468efe21a5485f0033fa7c", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:26:23Z", "addresses": {"tempest-ServerActionsTestJSON-1118868614-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}, {"version": 4, "addr": "192.168.122.176", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1366777626", "OS-SRV-USG:launched_at": "2026-03-18T14:25:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877125399"}], "OS-EXT-STS:task_state": "rebooting_hard", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:26:31,468 25 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_reboot_server_hard): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062 3.728s
2026-03-18 14:26:31,469 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 18 Mar 2026 14:26:28 GMT', 'server': 'Apache', 'content-length': '1821', '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-6e3ea209-3b0a-4c17-907b-93e4dbc768da', 'x-compute-request-id': 'req-6e3ea209-3b0a-4c17-907b-93e4dbc768da', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=77097ec14fcf7e6ca2794a44ac475dbf; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062'}
Body: b'{"server": {"id": "f8022545-0f76-49bd-91b6-154a58c4d062", "name": "tempest-ServerActionsTestJSON-server-1474738224", "status": "HARD_REBOOT", "tenant_id": "f8a23550ad2141b2bad4b1d7394bd3be", "user_id": "e9ee4e93fd0f4a8197027573b5d1b779", "metadata": {}, "hostId": "302b81bdf5442bac82a90673ee38abeb87468efe21a5485f0033fa7c", "image": {"id": "7896b6a1-e492-4b40-88db-e6b4ed1f6994", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/7896b6a1-e492-4b40-88db-e6b4ed1f6994"}]}, "flavor": {"id": "6b9b81f4-9296-496d-88fd-1d839da37128", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/6b9b81f4-9296-496d-88fd-1d839da37128"}]}, "created": "2026-03-18T14:25:04Z", "updated": "2026-03-18T14:26:23Z", "addresses": {"tempest-ServerActionsTestJSON-1118868614-network": [{"version": 4, "addr": "10.100.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}, {"version": 4, "addr": "192.168.122.176", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:b1:d2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/f8022545-0f76-49bd-91b6-154a58c4d062"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1366777626", "OS-SRV-USG:launched_at": "2026-03-18T14:25:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--877125399"}], "OS-EXT-STS:task_state": "rebooting_hard", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-18 14:26:32,486 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 0x7ff3b7411cd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:32,495 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 0x7ff3bad6f5e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:32,542 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 0x7ff3b7411700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:32,544 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 0x7ff3b7411a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:32,547 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 0x7ff3b7411040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:32,550 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 0x7ff3b7411400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:32,552 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 0x7ff3b4f95fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:32,565 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 0x7ff3b73ee6a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:32,571 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 0x7ff3b73ee910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:32,584 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 0x7ff3b73eea00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,890 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 0x7ff3ba453a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,894 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 0x7ff3b73ee940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,896 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 0x7ff3bad6f760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,898 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 0x7ff3bad6f130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,902 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 0x7ff3bad6fb20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,907 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 0x7ff3bad6f2e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,909 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 0x7ff3bad6fe80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,912 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 0x7ff3ba453700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,913 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 0x7ff3ba453d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,916 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 0x7ff3ba4535e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,918 25 ERROR [tempest.api.compute.base] HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff3ba4534f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base conn = connection.create_connection(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base raise err
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base sock.connect(sa)
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base ConnectionRefusedError: [Errno 111] Connection refused
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base httplib_response = self._make_request(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base self._validate_conn(conn)
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base conn.connect()
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base conn = self._new_conn()
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base raise NewConnectionError(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff3ba4534f0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 197, in server_check_teardown
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base waiters.wait_for_server_status(cls.servers_client,
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 40, in wait_for_server_status
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base body = client.show_server(server_id)['server']
2026-03-18 14:26:33.918 25 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-03-18 14:26:33.918 25 ERROR tempest.api.compute.base resp, body = self.get("servers/%s" % server_id)
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base return self.request('GET', url, extra_headers, headers,
2026-03-18 14:26:33.918 25 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-03-18 14:26:33.918 25 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base resp, resp_body = self._request(method, url, headers=headers,
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base resp, resp_body = self.raw_request(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base resp, resp_body = self.http_obj.request(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base return self.request_encode_url(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base return self.urlopen(method, url, **extra_kw)
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base response = conn.urlopen(method, u.request_uri, **kw)
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base return self.urlopen(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base return self.urlopen(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base return self.urlopen(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base [Previous line repeated 7 more times]
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base retries = retries.increment(
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-03-18 14:26:33.918 25 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/f8022545-0f76-49bd-91b6-154a58c4d062 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff3ba4534f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-03-18 14:26:33.918 25 ERROR tempest.api.compute.base
2026-03-18 14:26:33,922 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 0x7ff3ba4533d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,927 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 0x7ff3ba453190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,930 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 0x7ff3ba453280>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,933 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 0x7ff3b886bb80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,938 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 0x7ff3b886b340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,941 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 0x7ff3b886ba00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,944 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 0x7ff3b886bd90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,947 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 0x7ff3b886b040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,950 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 0x7ff3b886bbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
2026-03-18 14:26:33,952 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 0x7ff3b886bcd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/f8022545-0f76-49bd-91b6-154a58c4d062
}}}
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 0x7ff3ba4534f0>: 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/f8022545-0f76-49bd-91b6-154a58c4d062 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff3ba4534f0>: 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 0x7ff3b88c30d0>: 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/f8022545-0f76-49bd-91b6-154a58c4d062 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff3b88c30d0>: 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 0x7ff3b73eeb20>: 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 115, in _test_reboot_server
self.reboot_server(self.server_id, type=reboot_type)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 472, in reboot_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/f8022545-0f76-49bd-91b6-154a58c4d062 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff3b73eeb20>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.api.network.test_ports.PortsTestJSON | 5 | 3 | 2 | 0 | 0 | Detail | |
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt28.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
pt28.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
pt28.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] |
fail
ft28.4: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-18 14:26:31,547 31 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/ports
2026-03-18 14:26:31,579 31 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 0x7f94890f5fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports
2026-03-18 14:26:31,587 31 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 0x7f94890f5d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports
2026-03-18 14:26:31,601 31 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 0x7f94890f5a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports
2026-03-18 14:26:31,605 31 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 0x7f94890f58b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports
2026-03-18 14:26:31,608 31 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 0x7f94890f5730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports
2026-03-18 14:26:31,613 31 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 0x7f94890f55b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports
2026-03-18 14:26:31,622 31 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 0x7f94891025b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports
2026-03-18 14:26:31,627 31 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 0x7f9489102ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports
2026-03-18 14:26:31,632 31 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 0x7f948910e190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports
}}}
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 0x7f94890f5430>: 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_ports.py", line 184, in test_list_ports
body = self.ports_client.list_ports()
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/ports_client.py", line 69, in list_ports
return self.list_resources(uri, **filters)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 35, in list_resources
resp, body = self.get(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/ports (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f94890f5430>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
fail
ft28.5: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-18 14:26:33,920 31 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 0x7f948ad5ed90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
2026-03-18 14:26:33,927 31 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 0x7f94890f52b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
2026-03-18 14:26:33,931 31 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 0x7f948ad5ebe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
2026-03-18 14:26:33,936 31 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 0x7f948ad5ec10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
2026-03-18 14:26:33,939 31 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 0x7f948ad5e970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
2026-03-18 14:26:33,945 31 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 0x7f948ad5e6a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
2026-03-18 14:26:33,960 31 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 0x7f948ad34250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
2026-03-18 14:26:33,969 31 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 0x7f948ad34190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
2026-03-18 14:26:33,975 31 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 0x7f948ac51490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
2026-03-18 14:26:33,987 31 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 0x7f948ac51910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586
}}}
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 0x7f948ac43250>: 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_ports.py", line 156, in test_show_port
body = self.ports_client.show_port(self.port['id'])
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/ports_client.py", line 49, in show_port
return self.show_resource(uri, **fields)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 53, in show_resource
resp, body = self.get(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/ports/650d9084-2977-4f41-8623-6553d1c18586 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f948ac43250>: 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
pt29.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
pt30.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
pt31.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
pt32.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration)
|
||||||
| setUpClass (tempest.api.compute.servers.test_create_server | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersTestBootFromVolume) |
skip
pt33.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)
|
||||||
| 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)
|
||||||
| telemetry_tempest_plugin.aodh.api.sql.test_alarming_api.TelemetryAlarmingAPIMysqlTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_sort_limit_delete_alarm[id-2fa9ba1e-6118-4ce7-984c-b5d2c275de55] |
pass
pt40.1: telemetry_tempest_plugin.aodh.api.sql.test_alarming_api.TelemetryAlarmingAPIMysqlTest.test_create_list_sort_limit_delete_alarm[id-2fa9ba1e-6118-4ce7-984c-b5d2c275de55]
|
||||||
| tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt41.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
pt41.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
pt42.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
pt42.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
pt43.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
pt44.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
pt44.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_create_server.ServersTestManualDisk | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt45.1: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke]
|
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt45.2: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,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
pt46.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
pt46.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
pass
pt47.1: tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_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_roles.RolesV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
pass
pt50.1: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_services.ServicesTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt51.1: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke]
|
||||||
| tempest.api.identity.v3.test_api_discovery.TestApiDiscovery | 4 | 4 | 0 | 0 | 0 | Detail | |
test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
pass
pt52.1: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke]
|
||||||
test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
pass
pt52.2: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke]
|
||||||
test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
pass
pt52.3: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke]
|
||||||
test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
pass
pt52.4: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke]
|
||||||
| tempest.api.identity.v3.test_domains.DefaultDomainTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
pass
pt53.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
pt54.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
pt54.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
pt54.3: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke]
|
||||||
| tempest.api.network.test_floating_ips.FloatingIPTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt55.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke]
|
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt55.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke]
|
||||||
| tempest.api.network.test_networks.NetworksTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke]
|
||||||
| tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt58.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke]
|
||||||
| tempest.api.object_storage.test_account_services.AccountTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke] |
pass
pt59.1: tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke]
|
||||||
test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke] |
pass
pt59.2: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke]
|
||||||
| Total | 99 | 47 | 41 | 0 | 11 | ||