Status: Pass 77 Failure 25 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 0x7fa803d090d0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 743, in get_client_manager
creds = getattr(cred_provider, credentials_method)()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 473, in get_primary_creds
return self.get_project_member_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 514, in get_project_member_creds
return self.get_credentials(['member'], scope='project')
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 459, in get_credentials
network, subnet, router = self._create_network_resources(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources
self._add_router_interface(router['id'], subnet['id'])
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface
self.routers_admin_client.add_router_interface(router_id,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface
return self.update_resource(uri, kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 392, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/routers/41e762bd-58d5-4424-b636-9f2e7d01f06d/add_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fa803d090d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (telemetry_tempest_plugin.aodh.api.sql.test_alarming_api | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingAPIMysqlTest) |
fail
ft2.1: setUpClass (telemetry_tempest_plugin.aodh.api.sql.test_alarming_api.TelemetryAlarmingAPIMysqlTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fa803d31d60>: 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 0x7fa803d31d60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (telemetry_tempest_plugin.aodh.api.test_alarming_api | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingAPITest) |
fail
ft3.1: setUpClass (telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f75f0634c40>: 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 0x7f75f0634c40>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus | 1 | 0 | 1 | 0 | 0 | Detail | |
PrometheusGabbiTest) |
fail
ft4.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/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 310, in _create_network_resources
network = self._create_network(network_name, tenant_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 338, in _create_network
resp_body = self.networks_admin_client.create_network(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 27, in create_network
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 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_create_server | 2 | 0 | 1 | 0 | 1 | Detail | |
ServersTestBootFromVolume) |
skip
pt5.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)
|
||||||
ServersTestManualDisk) |
fail
ft5.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f75f5e259d0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_create_server.py", line 43, in setup_credentials
super(ServersTestJSON, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f5e259d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.compute.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVersions) |
fail
ft6.1: setUpClass (tempest.api.compute.test_versions.TestVersions)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/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 0x7f75f6476370>: 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 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 0x7f75f6476370>: 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
ft7.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 0x7f75f62df8b0>: 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 0x7f75f62df8b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_ports | 1 | 0 | 1 | 0 | 0 | Detail | |
PortsTestJSON) |
fail
ft8.1: setUpClass (tempest.api.network.test_ports.PortsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f75f622cdf0>: 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 0x7f75f622cdf0>: 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
ft9.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 0x7f9a14947b20>: 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 0x7f9a14947b20>: 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
ft10.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 0x7f75f6156610>: 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 0x7f75f6156610>: 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
ft11.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 0x7f75f5f8b5e0>: 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 0x7f75f5f8b5e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (telemetry_tempest_plugin.aodh.api.test_alarming_api_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingNegativeTest) |
fail
ft12.1: tearDownClass (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 0x7f964d227400>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 600, in clear_creds
self._clear_isolated_net_resources()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 580, in _clear_isolated_net_resources
client.remove_router_interface(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface
return self.update_resource(uri, kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 392, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/routers/86f1d4b2-5aeb-4a2b-9bf2-f0d29d3d084b/remove_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f964d227400>: 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
ft13.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/00943943-b19d-4862-8829-45a5cc14e988 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3eab9d0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f75efc81b00>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8190>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f75efc77840>))
|
||||||
| tearDownClass (tempest.api.network.test_routers | 1 | 0 | 1 | 0 | 0 | Detail | |
RoutersTest) |
fail
ft14.1: tearDownClass (tempest.api.network.test_routers.RoutersTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 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?device_id=3fc8cb7b-277b-47f7-a105-7b67e60bd35b (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1d76fca0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9a18429e80>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/e6a40b28-010b-4a7d-acf3-c72721d6c967 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1d64c7f0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9a18478480>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/ports?device_id=a5e8fb29-3ca7-41f0-810d-4f0364d51efd (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1d696bb0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9a18441ac0>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/963b660a-c1da-4f26-808c-3d33b926a8e6 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1cac5fd0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9a1850cdc0>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/ports?device_id=cd20cd00-b776-440d-9be1-18872d914793 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1492a370>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9a18585080>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/ce35b398-c87a-46c1-a45a-41a4fa0106e4 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1493b550>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9a185d3700>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/c550ad93-f447-42ab-ad48-bd73b3afc147 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a14947790>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9a185bf5c0>))
|
||||||
| tearDownClass (tempest.scenario.test_network_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestNetworkBasicOps) |
fail
ft15.1: tearDownClass (tempest.scenario.test_network_basic_ops.TestNetworkBasicOps)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f445be987c0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 611, in clear_creds
self.creds_client.delete_user(creds.user_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_client.py", line 55, in delete_user
self.users_client.delete_user(user_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/users_client.py", line 104, in delete_user
resp, body = self.delete("users/%s" % user_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/users/8d883f36e32b4c71b56683d7117547d8 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f445be987c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest | 8 | 2 | 6 | 0 | 0 | Detail | |
test_create_invalid_alarm_input_type[id-7373e681-8e11-4071-a955-aa9582bef914,negative] |
pass
pt16.1: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_create_invalid_alarm_input_type[id-7373e681-8e11-4071-a955-aa9582bef914,negative]
|
||||||
test_get_alarms_all_projects[id-f6f9e0a3-9623-43bb-a39a-284073c38b1f,negative] |
pass
pt16.2: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_alarms_all_projects[id-f6f9e0a3-9623-43bb-a39a-284073c38b1f,negative]
|
||||||
test_get_alarms_invalid_op[id-b3f61233-92f6-4402-a98d-fd5858379949,negative] |
fail
ft16.3: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_alarms_invalid_op[id-b3f61233-92f6-4402-a98d-fd5858379949,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:10:55,285 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/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
2026-01-05 15:10:55,288 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 0x7f9650faa130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
2026-01-05 15:10:55,291 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 0x7f9650f98130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
2026-01-05 15:10:55,294 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 0x7f9650f98040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
2026-01-05 15:10:55,297 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 0x7f96502c7a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
2026-01-05 15:10:55,342 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 0x7f9650338820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
2026-01-05 15:10:55,349 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 0x7f9650faa1f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
2026-01-05 15:10:55,351 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 0x7f9650faaf70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
2026-01-05 15:10:55,353 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 0x7f9650f452b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
2026-01-05 15:10:55,357 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 0x7f9650f45850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949
}}}
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 0x7f9650f8d8e0>: 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_negative.py", line 65, in test_get_alarms_invalid_op
self.assertRaises(lib_exc.BadRequest, self.alarming_client.list_alarms,
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 55, in list_alarms
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?q.field=project_id&q.op=ne&q.value=b3f61233-92f6-4402-a98d-fd5858379949 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9650f8d8e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_get_non_existent_alarm[id-668743d5-08ad-4480-b2b8-15da34f81e7e,negative] |
fail
ft16.4: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm[id-668743d5-08ad-4480-b2b8-15da34f81e7e,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:10:56,540 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 0x7f9650fff700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
2026-01-05 15:10:56,546 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 0x7f9650f8d730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
2026-01-05 15:10:56,550 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 0x7f9650fff1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
2026-01-05 15:10:56,552 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 0x7f9650fff670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
2026-01-05 15:10:56,555 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 0x7f9650fe4a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
2026-01-05 15:10:56,629 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 0x7f9650fe4fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
2026-01-05 15:10:56,741 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 0x7f9650fe4e20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
2026-01-05 15:10:56,755 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 0x7f9650fe4c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
2026-01-05 15:10:56,777 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 0x7f9650fe4b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
2026-01-05 15:10:56,788 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 0x7f9650fe4850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/4e92ac72-7429-4dad-8e19-038b70312953
}}}
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 0x7f9650fe4760>: 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_negative.py", line 39, in test_get_non_existent_alarm
self.assertRaises(lib_exc.NotFound, self.alarming_client.show_alarm,
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/4e92ac72-7429-4dad-8e19-038b70312953 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9650fe4760>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_get_non_existent_alarm_timestamp[id-d6adbf73-03ca-4730-b1d7-13233475d271,negative] |
fail
ft16.5: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm_timestamp[id-d6adbf73-03ca-4730-b1d7-13233475d271,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:10:56,798 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 0x7f9651020be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
2026-01-05 15:10:56,799 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 0x7f9650fe46a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
2026-01-05 15:10:56,802 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 0x7f96510209d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
2026-01-05 15:10:56,803 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 0x7f9651020670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
2026-01-05 15:10:56,805 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 0x7f9651020730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
2026-01-05 15:10:56,806 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 0x7f9651020400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
2026-01-05 15:10:56,808 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 0x7f9651020430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
2026-01-05 15:10:56,809 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 0x7f9651013220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
2026-01-05 15:10:56,810 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 0x7f9651013370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
2026-01-05 15:10:56,812 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 0x7f9651083c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00
}}}
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 0x7f96510838b0>: 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_negative.py", line 49, in test_get_non_existent_alarm_timestamp
self.assertRaises(lib_exc.BadRequest, self.alarming_client.list_alarms,
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 55, in list_alarms
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?q.field=timestamp&q.op=gt&q.value=2012-07-02T10%3A41%3A00 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f96510838b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_list_invalid_project[id-6d3f39dd-64ee-438d-804e-f193dc2c7d4b,negative] |
fail
ft16.6: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_list_invalid_project[id-6d3f39dd-64ee-438d-804e-f193dc2c7d4b,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:10:56,817 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 0x7f96510717f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
2026-01-05 15:10:56,819 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 0x7f96510713d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
2026-01-05 15:10:56,820 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 0x7f9651071310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
2026-01-05 15:10:56,822 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 0x7f9651063d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
2026-01-05 15:10:56,826 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 0x7f9651063a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
2026-01-05 15:10:56,840 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 0x7f9651063880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
2026-01-05 15:10:56,846 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 0x7f96510633d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
2026-01-05 15:10:56,848 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 0x7f96510636a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
2026-01-05 15:10:56,850 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 0x7f9651063280>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
2026-01-05 15:10:56,852 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 0x7f9651063100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?q.field=project_id&q.op=eq&q.value=other-project
}}}
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 0x7f96510630a0>: 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_negative.py", line 90, in test_list_invalid_project
self.assertRaises(
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 55, in list_alarms
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?q.field=project_id&q.op=eq&q.value=other-project (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f96510630a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_list_invalid_sort_key[id-350dae2b-8720-48ae-b3a6-d92dbba55d07,negative] |
fail
ft16.7: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_list_invalid_sort_key[id-350dae2b-8720-48ae-b3a6-d92dbba55d07,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:10:56,863 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 0x7f96510132b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
2026-01-05 15:10:56,865 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 0x7f9651020bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
2026-01-05 15:10:56,868 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 0x7f96510204f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
2026-01-05 15:10:56,869 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 0x7f96510205b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
2026-01-05 15:10:56,871 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 0x7f9651020910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
2026-01-05 15:10:56,873 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 0x7f9651020460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
2026-01-05 15:10:56,875 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 0x7f9651020a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
2026-01-05 15:10:56,876 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 0x7f9651020220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
2026-01-05 15:10:56,878 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 0x7f965166e790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
2026-01-05 15:10:56,880 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 0x7f9650fe4b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms?sort=invalid_key%3Aasc
}}}
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 0x7f9650fe4d00>: 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_negative.py", line 109, in test_list_invalid_sort_key
self.assertRaises(
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 55, in list_alarms
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?sort=invalid_key%3Aasc (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9650fe4d00>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_list_non_existing_history[id-c4718d72-3091-4965-b3f2-6d6c2375d26a,negative] |
fail
ft16.8: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_list_non_existing_history[id-c4718d72-3091-4965-b3f2-6d6c2375d26a,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:10:56,885 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 0x7f96502c7be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
2026-01-05 15:10:56,887 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 0x7f9650fe4850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
2026-01-05 15:10:56,888 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 0x7f9650fffac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
2026-01-05 15:10:56,889 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 0x7f9650fff3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
2026-01-05 15:10:56,892 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 0x7f9650fff160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
2026-01-05 15:10:56,893 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 0x7f965102e3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
2026-01-05 15:10:56,895 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 0x7f965102e4c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
2026-01-05 15:10:56,897 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 0x7f9650fe4ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
2026-01-05 15:10:56,899 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 0x7f9650fe4b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
2026-01-05 15:10:56,900 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 0x7f9650fe4c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/alarms/tempest-aid-1673861311/history
}}}
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 0x7f9650fe4ac0>: 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_negative.py", line 100, in test_list_non_existing_history
self.assertRaises(
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 69, in show_alarm_history
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/tempest-aid-1673861311/history (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9650fe4ac0>: 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
ft17.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:08:52,260 27 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-05 15:08:52,260 27 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-05 15:08:55,413 27 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 3.152s
2026-01-05 15:08:55,414 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-349641192", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLRWF0igOmjUqciCdcQsNqq1aoP2HXVt2yMHyHPspquCYaWxipNZGYRoqCjUoX4h1lffVsVdusNGhAqfhZ9lm8z3wYDXAD/OOHnyZ9tx3SH0v3i91uNHw2qyCkiBpGo6Hw=="}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:08:52 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-b5238c37-0be0-468e-9083-1f37d5c6586c', 'x-compute-request-id': 'req-b5238c37-0be0-468e-9083-1f37d5c6586c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-349641192", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLRWF0igOmjUqciCdcQsNqq1aoP2HXVt2yMHyHPspquCYaWxipNZGYRoqCjUoX4h1lffVsVdusNGhAqfhZ9lm8z3wYDXAD/OOHnyZ9tx3SH0v3i91uNHw2qyCkiBpGo6Hw==", "fingerprint": "3f:7e:7c:be:49:e6:49:c0:82:7e:9f:6b:67:8a:87:92", "user_id": "f2d114b57ba04fe69b1c1c673fb3da52"}}'
2026-01-05 15:08:55,418 27 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-349641192 created
2026-01-05 15:08:56,049 27 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.630s
2026-01-05 15:08:56,050 27 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--1693160558", "description": "tempest-description--1247967361"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:08:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-9ea0d59e-3579-4491-8291-ad371d0dbf52', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "693868aa-bb86-4369-9f74-0ab1c06f142a", "name": "tempest-securitygroup--1693160558", "stateful": true, "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "description": "tempest-description--1247967361", "shared": false, "security_group_rules": [{"id": "495e73ad-2071-4ab2-80f8-1526346f9316", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "security_group_id": "693868aa-bb86-4369-9f74-0ab1c06f142a", "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": 198, "description": null, "tags": [], "created_at": "2026-01-05T15:08:55Z", "updated_at": "2026-01-05T15:08:55Z", "revision_number": 0, "project_id": "47a5a3a457584254b36f5f2118cf6568"}, {"id": "5dc7e409-35b7-4518-bcd6-508f2a094be5", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "security_group_id": "693868aa-bb86-4369-9f74-0ab1c06f142a", "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": 197, "description": null, "tags": [], "created_at": "2026-01-05T15:08:55Z", "updated_at": "2026-01-05T15:08:55Z", "revision_number": 0, "project_id": "47a5a3a457584254b36f5f2118cf6568"}], "tags": [], "created_at": "2026-01-05T15:08:55Z", "updated_at": "2026-01-05T15:08:55Z", "revision_number": 1, "project_id": "47a5a3a457584254b36f5f2118cf6568"}}'
2026-01-05 15:08:56,516 27 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.464s
2026-01-05 15:08:56,516 27 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": "693868aa-bb86-4369-9f74-0ab1c06f142a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:08:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-0ba43af7-6e7d-4e0f-9e68-7084bbe192ed', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "2a1c0f08-ecb8-4ca1-9c28-b08270451897", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "security_group_id": "693868aa-bb86-4369-9f74-0ab1c06f142a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:08:56Z", "updated_at": "2026-01-05T15:08:56Z", "revision_number": 0, "project_id": "47a5a3a457584254b36f5f2118cf6568"}}'
2026-01-05 15:08:57,739 27 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.221s
2026-01-05 15:08:57,739 27 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": "693868aa-bb86-4369-9f74-0ab1c06f142a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:08:57 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-25fe58dc-3183-495e-9f02-0d56b1db2cab', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "d8b0ae82-254f-449b-b941-c0de39a4a09b", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "security_group_id": "693868aa-bb86-4369-9f74-0ab1c06f142a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:08:57Z", "updated_at": "2026-01-05T15:08:57Z", "revision_number": 0, "project_id": "47a5a3a457584254b36f5f2118cf6568"}}'
2026-01-05 15:08:57,739 27 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1693160558 created
2026-01-05 15:09:01,925 27 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 4.183s
2026-01-05 15:09:01,926 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-1dc735df-ff5b-43f8-8946-72d810efbc74', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "ca01491b-2c88-43ef-8852-5be768870d3f", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "floating_ip_address": "192.168.122.241", "floating_network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "47a5a3a457584254b36f5f2118cf6568", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-05T15:08:59Z", "updated_at": "2026-01-05T15:08:59Z", "revision_number": 0}}'
2026-01-05 15:09:01,926 27 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ca01491b-2c88-43ef-8852-5be768870d3f', 'tenant_id': '47a5a3a457584254b36f5f2118cf6568', 'floating_ip_address': '192.168.122.241', 'floating_network_id': '91f1f87d-8ddb-4030-83b0-c60e5827f426', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '47a5a3a457584254b36f5f2118cf6568', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-05T15:08:59Z', 'updated_at': '2026-01-05T15:08:59Z', 'revision_number': 0, 'ip': '192.168.122.241'} created
2026-01-05 15:09:02,323 27 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.391s
2026-01-05 15:09:02,324 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:01 GMT', 'server': 'Apache', 'content-length': '6276', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c2b828ad-2a8b-41dc-bf84-9aae457c30f2', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=b8e48abad8ef375ef9baaa75b41107b2; 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": "f2d114b57ba04fe69b1c1c673fb3da52", "name": "tempest-AttachInterfacesUnderV243Test-1148358506-project-member", "password_expires_at": null}, "audit_ids": ["11z2CmaZRQK0ydYANUvXSA"], "expires_at": "2026-01-05T16:09:02.000000Z", "issued_at": "2026-01-05T15:09:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "47a5a3a457584254b36f5f2118cf6568", "name": "tempest-AttachInterfacesUnderV243Test-1148358506"}, "is_domain": false, "roles": [{"id": "aaca52ca9c204f5bae4af2c5afd61885", "name": "reader"}, {"id": "eb63b45be2604c799acda501d8690f59", "name": "member"}], "catalog": [{"endpoints": [{"name": "nova", "id": "338d448caf8b4a638c619b18e2c02dcf", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "dfe5a98512da440fa4a96a6e8a867375", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "24ad33e96d104def97976971e5d5bea5", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "neutron", "id": "75e5dd5a362c48989bfcce043ef331d6", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "e90bd7b912ea4dec86884b9d590be5b7", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "510150dcb2c644199a3b281cc9730e18", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2a92e03907e44ec888645038492eb92b", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "6db59afcaa694c319992ef85cc3d56aa", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "622787651bb44b49876ecd8a7be8cdb9", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "heat", "id": "8318268d02fe4cc9ac0ceafd59dbdb28", "interface": "public", "region_id": "regionOne", "url": "https://heat-api-public-openstack.apps-crc.testing/v1/47a5a3a457584254b36f5f2118cf6568", "region": "regionOne"}, {"name": "heat", "id": "a2e683aee81f4315a44b3b02a3e0e75c", "interface": "internal", "region_id": "regionOne", "url": "https://heat-api-internal.openstack.svc:8004/v1/47a5a3a457584254b36f5f2118cf6568", "region": "regionOne"}], "id": "6d4f326ca33b4293aa17db8a2ea03651", "type": "orchestration", "name": "heat"}, {"endpoints": [{"name": "glance", "id": "87b7df89997d45489d764776f6eff380", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "df86c7a9bf5348198fcfc22694694ee4", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "7937c0ebc259432e9cf257441e7bae5f", "type": "image", "name": "glance"}, {"endpoints": [{"name": "heat-cfn", "id": "7d955f323984467d849b2f4b8a70d0e6", "interface": "public", "region_id": "regionOne", "url": "https://heat-cfnapi-public-openstack.apps-crc.testing/v1", "region": "regionOne"}, {"name": "heat-cfn", "id": "f77b53f978164724bd92b5aa22621088", "interface": "internal", "region_id": "regionOne", "url": "https://heat-cfnapi-internal.openstack.svc:8000/v1", "region": "regionOne"}], "id": "98b72cdcd94345588b04c90b4c0f4fdf", "type": "cloudformation", "name": "heat-cfn"}, {"endpoints": [{"name": "aodh", "id": "37050ac8b62f49b883f98af9fb4bc3df", "interface": "internal", "region_id": "regionOne", "url": "https://aodh-internal.openstack.svc:8042", "region": "regionOne"}, {"name": "aodh", "id": "adccd99d72d744109770bcbe03225a79", "interface": "public", "region_id": "regionOne", "url": "https://aodh-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "bed622ac00c84c31a0aca163cc0cea73",
2026-01-05 15:09:02,324 27 INFO [tempest.lib.common.fixed_network] (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip) Found network {'id': '581293f8-9c7d-4afe-8455-8275f58d2374', 'name': 'tempest-AttachInterfacesUnderV243Test-1370621257-network', 'tenant_id': '47a5a3a457584254b36f5f2118cf6568', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '47a5a3a457584254b36f5f2118cf6568', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59789, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2026-01-05T15:08:33Z', 'updated_at': '2026-01-05T15:08:33Z', 'revision_number': 1} available for tenant
2026-01-05 15:09:02,325 27 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-349641192', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLRWF0igOmjUqciCdcQsNqq1aoP2HXVt2yMHyHPspquCYaWxipNZGYRoqCjUoX4h1lffVsVdusNGhAqfhZ9lm8z3wYDXAD/OOHnyZ9tx3SH0v3i91uNHw2qyCkiBpGo6Hw==', 'fingerprint': '3f:7e:7c:be:49:e6:49:c0:82:7e:9f:6b:67:8a:87:92', 'user_id': 'f2d114b57ba04fe69b1c1c673fb3da52', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB/uoOM2OFcwX11cE76p/q8EMPRyq5s1KWAn3MKTMmSOgapQ5LO1cDP\nH+11o5zjU+ygBwYFK4EEACKhZANiAAS0VhdIoDpo1KnIgnXELDaqtWqD9h11bdsj\nB8hz7KargmGlsYqTWRmEaKgo1KF+IdZX31bFXbrDRoQKn4WfZZvM98GA1wA/zjh5\n8mfbcd0h9L94vdbjR8NqsgpIgaRqOh8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '693868aa-bb86-4369-9f74-0ab1c06f142a', 'name': 'tempest-securitygroup--1693160558', 'stateful': True, 'tenant_id': '47a5a3a457584254b36f5f2118cf6568', 'description': 'tempest-description--1247967361', 'shared': False, 'security_group_rules': [{'id': '495e73ad-2071-4ab2-80f8-1526346f9316', 'tenant_id': '47a5a3a457584254b36f5f2118cf6568', 'security_group_id': '693868aa-bb86-4369-9f74-0ab1c06f142a', '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': 198, 'description': None, 'tags': [], 'created_at': '2026-01-05T15:08:55Z', 'updated_at': '2026-01-05T15:08:55Z', 'revision_number': 0, 'project_id': '47a5a3a457584254b36f5f2118cf6568'}, {'id': '5dc7e409-35b7-4518-bcd6-508f2a094be5', 'tenant_id': '47a5a3a457584254b36f5f2118cf6568', 'security_group_id': '693868aa-bb86-4369-9f74-0ab1c06f142a', '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': 197, 'description': None, 'tags': [], 'created_at': '2026-01-05T15:08:55Z', 'updated_at': '2026-01-05T15:08:55Z', 'revision_number': 0, 'project_id': '47a5a3a457584254b36f5f2118cf6568'}], 'tags': [], 'created_at': '2026-01-05T15:08:55Z', 'updated_at': '2026-01-05T15:08:55Z', 'revision_number': 1, 'project_id': '47a5a3a457584254b36f5f2118cf6568'}, 'floating_ip': {'id': 'ca01491b-2c88-43ef-8852-5be768870d3f', 'tenant_id': '47a5a3a457584254b36f5f2118cf6568', 'floating_ip_address': '192.168.122.241', 'floating_network_id': '91f1f87d-8ddb-4030-83b0-c60e5827f426', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '47a5a3a457584254b36f5f2118cf6568', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-05T15:08:59Z', 'updated_at': '2026-01-05T15:08:59Z', 'revision_number': 0, 'ip': '192.168.122.241'}}
2026-01-05 15:09:07,602 27 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 5.277s
2026-01-05 15:09:07,602 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachInterfacesUnderV243Test-server-2119923937", "imageRef": "e22fea2c-125b-4347-8d96-267cb6a6831b", "flavorRef": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "networks": [{"uuid": "581293f8-9c7d-4afe-8455-8275f58d2374"}], "security_groups": [{"name": "tempest-securitygroup--1693160558"}], "key_name": "tempest-keypair-349641192", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:02 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988', '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-4b1c61fb-dab5-47b7-81be-fc1b71c9d531', 'x-compute-request-id': 'req-4b1c61fb-dab5-47b7-81be-fc1b71c9d531', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "00943943-b19d-4862-8829-45a5cc14e988", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/00943943-b19d-4862-8829-45a5cc14e988"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1693160558"}], "adminPass": "Xn78ZFVrEuAf"}}'
2026-01-05 15:09:09,416 27 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/00943943-b19d-4862-8829-45a5cc14e988 1.812s
2026-01-05 15:09:09,416 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:07 GMT', 'server': 'Apache', 'content-length': '1462', '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-223c15c0-3ef1-484f-99c4-1df0fbc6c802', 'x-compute-request-id': 'req-223c15c0-3ef1-484f-99c4-1df0fbc6c802', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988'}
Body: b'{"server": {"id": "00943943-b19d-4862-8829-45a5cc14e988", "name": "tempest-AttachInterfacesUnderV243Test-server-2119923937", "status": "BUILD", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "user_id": "f2d114b57ba04fe69b1c1c673fb3da52", "metadata": {}, "hostId": "e1b5aea2779c08b8229a0ef33c93fbf2dcc56b160d07dca2bcd12122", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:07Z", "updated": "2026-01-05T15:09:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/00943943-b19d-4862-8829-45a5cc14e988"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-349641192", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:11,858 27 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/00943943-b19d-4862-8829-45a5cc14e988 1.435s
2026-01-05 15:09:11,858 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:10 GMT', 'server': 'Apache', 'content-length': '1518', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aead43f-b465-4288-b5a7-84d961782a9b', 'x-compute-request-id': 'req-9aead43f-b465-4288-b5a7-84d961782a9b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988'}
Body: b'{"server": {"id": "00943943-b19d-4862-8829-45a5cc14e988", "name": "tempest-AttachInterfacesUnderV243Test-server-2119923937", "status": "BUILD", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "user_id": "f2d114b57ba04fe69b1c1c673fb3da52", "metadata": {}, "hostId": "e1b5aea2779c08b8229a0ef33c93fbf2dcc56b160d07dca2bcd12122", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:07Z", "updated": "2026-01-05T15:09:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/00943943-b19d-4862-8829-45a5cc14e988"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-349641192", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1693160558"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:11,862 27 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait
2026-01-05 15:09:14,676 27 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/00943943-b19d-4862-8829-45a5cc14e988 1.812s
2026-01-05 15:09:14,676 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:12 GMT', 'server': 'Apache', 'content-length': '1518', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bd137f5-dae9-4dcc-bd77-17920502d456', 'x-compute-request-id': 'req-4bd137f5-dae9-4dcc-bd77-17920502d456', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988'}
Body: b'{"server": {"id": "00943943-b19d-4862-8829-45a5cc14e988", "name": "tempest-AttachInterfacesUnderV243Test-server-2119923937", "status": "BUILD", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "user_id": "f2d114b57ba04fe69b1c1c673fb3da52", "metadata": {}, "hostId": "e1b5aea2779c08b8229a0ef33c93fbf2dcc56b160d07dca2bcd12122", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:07Z", "updated": "2026-01-05T15:09:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/00943943-b19d-4862-8829-45a5cc14e988"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-349641192", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1693160558"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:18,001 27 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/00943943-b19d-4862-8829-45a5cc14e988 2.310s
2026-01-05 15:09:18,002 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:15 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-35d65e1b-0f5e-4d1d-8951-4425a588bc62', 'x-compute-request-id': 'req-35d65e1b-0f5e-4d1d-8951-4425a588bc62', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988'}
Body: b'{"server": {"id": "00943943-b19d-4862-8829-45a5cc14e988", "name": "tempest-AttachInterfacesUnderV243Test-server-2119923937", "status": "ACTIVE", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "user_id": "f2d114b57ba04fe69b1c1c673fb3da52", "metadata": {}, "hostId": "e1b5aea2779c08b8229a0ef33c93fbf2dcc56b160d07dca2bcd12122", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:07Z", "updated": "2026-01-05T15:09:15Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:a0:eb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/00943943-b19d-4862-8829-45a5cc14e988"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-349641192", "OS-SRV-USG:launched_at": "2026-01-05T15:09:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1693160558"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:18,007 27 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait
2026-01-05 15:09:19,296 27 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/00943943-b19d-4862-8829-45a5cc14e988/os-interface 1.285s
2026-01-05 15:09:19,296 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:18 GMT', 'server': 'Apache', 'content-length': '284', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41fc0a06-a62b-4e06-8b09-57443ff0ad83', 'x-compute-request-id': 'req-41fc0a06-a62b-4e06-8b09-57443ff0ad83', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "581293f8-9c7d-4afe-8455-8275f58d2374", "port_id": "a5cac4ea-b043-4a43-9bef-a37897937741", "mac_addr": "fa:16:3e:cb:a0:eb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "942326ac-dbac-4e45-957c-19e3a33c58bc", "ip_address": "10.100.0.8"}]}]}'
2026-01-05 15:09:21,053 27 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/ca01491b-2c88-43ef-8852-5be768870d3f 1.752s
2026-01-05 15:09:21,053 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "a5cac4ea-b043-4a43-9bef-a37897937741"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:21 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-5b0b3e11-bb7d-45bf-9e09-4da7267d280b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f'}
Body: b'{"floatingip": {"id": "ca01491b-2c88-43ef-8852-5be768870d3f", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "floating_ip_address": "192.168.122.241", "floating_network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "router_id": "23ac1e87-29c2-4c59-a5fb-19fdfb49b5af", "port_id": "a5cac4ea-b043-4a43-9bef-a37897937741", "fixed_ip_address": "10.100.0.8", "status": "DOWN", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "581293f8-9c7d-4afe-8455-8275f58d2374", "mac_address": "fa:16:3e:cb:a0:eb", "admin_state_up": true, "status": "ACTIVE", "device_id": "00943943-b19d-4862-8829-45a5cc14e988", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-05T15:08:59Z", "updated_at": "2026-01-05T15:09:19Z", "revision_number": 1, "project_id": "47a5a3a457584254b36f5f2118cf6568"}}'
2026-01-05 15:09:22,415 27 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/00943943-b19d-4862-8829-45a5cc14e988 1.361s
2026-01-05 15:09:22,416 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:21 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-e6246b69-82ea-4d3e-88ab-d4bff6487f08', 'x-compute-request-id': 'req-e6246b69-82ea-4d3e-88ab-d4bff6487f08', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988'}
Body: b'{"server": {"id": "00943943-b19d-4862-8829-45a5cc14e988", "name": "tempest-AttachInterfacesUnderV243Test-server-2119923937", "status": "ACTIVE", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "user_id": "f2d114b57ba04fe69b1c1c673fb3da52", "metadata": {}, "hostId": "e1b5aea2779c08b8229a0ef33c93fbf2dcc56b160d07dca2bcd12122", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:07Z", "updated": "2026-01-05T15:09:15Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:a0:eb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/00943943-b19d-4862-8829-45a5cc14e988"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-349641192", "OS-SRV-USG:launched_at": "2026-01-05T15:09:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1693160558"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:22,422 27 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.241:22' as 'cirros' with public key authentication
2026-01-05 15:10:22,484 27 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@192.168.122.241 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-01-05 15:10:25,041 27 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-05 15:10:26,040 27 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-05 15:10:26,127 27 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.241 successfully created
2026-01-05 15:10:28,445 27 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/00943943-b19d-4862-8829-45a5cc14e988/os-interface 2.317s
2026-01-05 15:10:28,446 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:26 GMT', 'server': 'Apache', 'content-length': '284', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36fa18b9-32c1-4717-8094-8bc7c0ed34d4', 'x-compute-request-id': 'req-36fa18b9-32c1-4717-8094-8bc7c0ed34d4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "581293f8-9c7d-4afe-8455-8275f58d2374", "port_id": "a5cac4ea-b043-4a43-9bef-a37897937741", "mac_addr": "fa:16:3e:cb:a0:eb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "942326ac-dbac-4e45-957c-19e3a33c58bc", "ip_address": "10.100.0.8"}]}]}'
2026-01-05 15:10:30,633 27 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/00943943-b19d-4862-8829-45a5cc14e988/os-interface/a5cac4ea-b043-4a43-9bef-a37897937741 2.097s
2026-01-05 15:10:30,727 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:28 GMT', 'server': 'Apache', 'content-length': '281', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3b1d9a8-4efb-4742-8226-c8276e7a6957', 'x-compute-request-id': 'req-d3b1d9a8-4efb-4742-8226-c8276e7a6957', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/os-interface/a5cac4ea-b043-4a43-9bef-a37897937741'}
Body: b'{"interfaceAttachment": {"net_id": "581293f8-9c7d-4afe-8455-8275f58d2374", "port_id": "a5cac4ea-b043-4a43-9bef-a37897937741", "mac_addr": "fa:16:3e:cb:a0:eb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "942326ac-dbac-4e45-957c-19e3a33c58bc", "ip_address": "10.100.0.8"}]}}'
2026-01-05 15:10:31,751 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 1.017s
2026-01-05 15:10:31,751 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:30 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-808572d3-cf38-478e-b445-5f237d1db3a4', 'x-compute-request-id': 'req-808572d3-cf38-478e-b445-5f237d1db3a4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:32,940 27 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/00943943-b19d-4862-8829-45a5cc14e988/action 1.184s
2026-01-05 15:10:32,940 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"addFixedIp": {"networkId": "581293f8-9c7d-4afe-8455-8275f58d2374"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:31 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-b229f9e3-3041-4a0e-9880-14443c2b256e', 'x-compute-request-id': 'req-b229f9e3-3041-4a0e-9880-14443c2b256e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/action'}
Body: b''
2026-01-05 15:10:33,085 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.145s
2026-01-05 15:10:33,085 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:32 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-169b5f8c-855a-418f-a9f7-fb7e1301447b', 'x-compute-request-id': 'req-169b5f8c-855a-418f-a9f7-fb7e1301447b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:33,087 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '192.168.122.241'}
2026-01-05 15:10:34,446 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.358s
2026-01-05 15:10:34,447 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:34 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d7fccc4-a516-418f-901e-1ef2baf52316', 'x-compute-request-id': 'req-7d7fccc4-a516-418f-901e-1ef2baf52316', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:34,448 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '192.168.122.241'}
2026-01-05 15:10:37,533 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 2.083s
2026-01-05 15:10:37,533 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:35 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa7d7d98-6061-4797-a932-6e7bb3a2d30a', 'x-compute-request-id': 'req-aa7d7d98-6061-4797-a932-6e7bb3a2d30a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:37,535 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '192.168.122.241'}
2026-01-05 15:10:39,056 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.521s
2026-01-05 15:10:39,130 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:38 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acac8eb9-c1b4-42bb-a646-757b47ca0aed', 'x-compute-request-id': 'req-acac8eb9-c1b4-42bb-a646-757b47ca0aed', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:39,138 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '192.168.122.241'}
2026-01-05 15:10:41,278 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 1.138s
2026-01-05 15:10:41,278 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:40 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51dc14c1-13a2-4b75-9f1d-3f34f3dee9e7', 'x-compute-request-id': 'req-51dc14c1-13a2-4b75-9f1d-3f34f3dee9e7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:41,281 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '192.168.122.241'}
2026-01-05 15:10:42,868 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.586s
2026-01-05 15:10:42,869 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:42 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92cc88da-f5b5-47cf-af18-a6ebaf4c7a6b', 'x-compute-request-id': 'req-92cc88da-f5b5-47cf-af18-a6ebaf4c7a6b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:42,870 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '192.168.122.241'}
2026-01-05 15:10:44,150 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.278s
2026-01-05 15:10:44,151 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:43 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fda5cd4-3eb3-4ab3-8cc7-cc7b51e1e190', 'x-compute-request-id': 'req-3fda5cd4-3eb3-4ab3-8cc7-cc7b51e1e190', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:44,153 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '192.168.122.241'}
2026-01-05 15:10:45,277 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.123s
2026-01-05 15:10:45,277 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:45 GMT', 'server': 'Apache', 'content-length': '158', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-865e7209-d0b2-41d3-8727-1219968b4960', 'x-compute-request-id': 'req-865e7209-d0b2-41d3-8727-1219968b4960', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:45,279 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '192.168.122.241'}
2026-01-05 15:10:46,717 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.437s
2026-01-05 15:10:46,717 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:46 GMT', 'server': 'Apache', 'content-length': '197', '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-9f11fe2f-fa39-4ab0-88cc-ff8ee72b56d2', 'x-compute-request-id': 'req-9f11fe2f-fa39-4ab0-88cc-ff8ee72b56d2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.10"}, {"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:46,718 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '10.100.0.10', '192.168.122.241'}
2026-01-05 15:10:46,718 27 DEBUG [tempest.lib.common.utils.test_utils] Call _wait_for_ip_change returns true in 13.778001 seconds
2026-01-05 15:10:48,895 27 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/00943943-b19d-4862-8829-45a5cc14e988 2.177s
2026-01-05 15:10:48,896 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:46 GMT', 'server': 'Apache', 'content-length': '1950', '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-4f6e8c33-e253-494b-8166-d8c17f7bb33d', 'x-compute-request-id': 'req-4f6e8c33-e253-494b-8166-d8c17f7bb33d', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988'}
Body: b'{"server": {"id": "00943943-b19d-4862-8829-45a5cc14e988", "name": "tempest-AttachInterfacesUnderV243Test-server-2119923937", "status": "ACTIVE", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "user_id": "f2d114b57ba04fe69b1c1c673fb3da52", "metadata": {}, "hostId": "e1b5aea2779c08b8229a0ef33c93fbf2dcc56b160d07dca2bcd12122", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:07Z", "updated": "2026-01-05T15:10:46Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:a0:eb"}, {"version": 4, "addr": "10.100.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:a0:eb"}, {"version": 4, "addr": "192.168.122.241", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:a0:eb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/00943943-b19d-4862-8829-45a5cc14e988"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-349641192", "OS-SRV-USG:launched_at": "2026-01-05T15:09:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1693160558"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:10:49,970 27 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/00943943-b19d-4862-8829-45a5cc14e988/action 1.066s
2026-01-05 15:10:49,971 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"removeFixedIp": {"address": "10.100.0.10"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:49 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-060a1f37-15da-4289-b18e-cfdf48f74ca5', 'x-compute-request-id': 'req-060a1f37-15da-4289-b18e-cfdf48f74ca5', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/action'}
Body: b''
2026-01-05 15:10:50,054 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.082s
2026-01-05 15:10:50,054 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:49 GMT', 'server': 'Apache', 'content-length': '197', '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-73de6983-f85d-483f-8fd1-9a1ade86a336', 'x-compute-request-id': 'req-73de6983-f85d-483f-8fd1-9a1ade86a336', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.10"}, {"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:50,056 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '10.100.0.10', '192.168.122.241'}
2026-01-05 15:10:51,853 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.759s
2026-01-05 15:10:51,854 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:51 GMT', 'server': 'Apache', 'content-length': '197', '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-82e3ab5d-76d0-41ad-8563-617bd146388a', 'x-compute-request-id': 'req-82e3ab5d-76d0-41ad-8563-617bd146388a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.10"}, {"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:51,856 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '10.100.0.10', '192.168.122.241'}
2026-01-05 15:10:53,468 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.611s
2026-01-05 15:10:53,469 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:52 GMT', 'server': 'Apache', 'content-length': '197', '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-f4fff493-7ffe-4487-acd5-eb2cd5d23d41', 'x-compute-request-id': 'req-f4fff493-7ffe-4487-acd5-eb2cd5d23d41', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.10"}, {"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:53,469 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '10.100.0.10', '192.168.122.241'}
2026-01-05 15:10:54,781 27 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/00943943-b19d-4862-8829-45a5cc14e988/ips 0.300s
2026-01-05 15:10:54,781 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:54 GMT', 'server': 'Apache', 'content-length': '197', '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-ffc1f203-e3c5-45db-b915-d31d5aedda4b', 'x-compute-request-id': 'req-ffc1f203-e3c5-45db-b915-d31d5aedda4b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1370621257-network": [{"version": 4, "addr": "10.100.0.10"}, {"version": 4, "addr": "10.100.0.8"}, {"version": 4, "addr": "192.168.122.241"}]}}'
2026-01-05 15:10:54,782 27 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 00943943-b19d-4862-8829-45a5cc14e988: {'10.100.0.8', '10.100.0.10', '192.168.122.241'}
2026-01-05 15:10:55,796 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f280fc70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:55,841 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405aa30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:55,848 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405a850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:55,850 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3e40a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:55,874 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3e40c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:55,882 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3e40ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:55,885 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3e40820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:55,887 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3e40250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:55,889 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3e40340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:55,891 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3e40580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips
2026-01-05 15:10:56,342 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405af70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,355 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3e40550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,358 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405a580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,360 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405a640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,362 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405a670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,364 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405ad60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,366 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405ad90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,367 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f29af340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,369 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f29afe20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,371 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f29af520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56,373 27 ERROR [tempest.api.compute.base] Failed to delete server 00943943-b19d-4862-8829-45a5cc14e988
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base conn = connection.create_connection(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base raise err
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base sock.connect(sa)
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base ConnectionRefusedError: [Errno 111] Connection refused
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base httplib_response = self._make_request(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base self._validate_conn(conn)
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base conn.connect()
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base conn = self._new_conn()
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base raise NewConnectionError(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f75f29afdc0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 434, in delete_server
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base cls.servers_client.delete_server(server_id)
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base resp, body = self.delete("servers/%s" % server_id)
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base return self.request('DELETE', url, extra_headers, headers, body)
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base resp, resp_body = self._request(method, url, headers=headers,
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base resp, resp_body = self.raw_request(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base resp, resp_body = self.http_obj.request(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base return self.request_encode_url(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base return self.urlopen(method, url, **extra_kw)
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base response = conn.urlopen(method, u.request_uri, **kw)
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base return self.urlopen(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base return self.urlopen(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base return self.urlopen(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base [Previous line repeated 7 more times]
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base retries = retries.increment(
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-05 15:10:56.373 27 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/00943943-b19d-4862-8829-45a5cc14e988 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f29afdc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-05 15:10:56.373 27 ERROR tempest.api.compute.base
2026-01-05 15:10:56,444 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f280f370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,446 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f280f160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,448 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f280f100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,453 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f280f8e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,456 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,459 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,464 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,466 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f29af880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,469 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f29af490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,472 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f29afbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-349641192
2026-01-05 15:10:56,474 27 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-349641192
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources raise err
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f75f29af460>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-05 15:10:56.474 27 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-349641192 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f29af460>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-05 15:10:56.474 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56,846 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405a4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,850 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405a6a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,853 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405a580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,856 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405adc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,858 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f405aa60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,860 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c87c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,864 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,866 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,868 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,870 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56,872 27 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group 693868aa-bb86-4369-9f74-0ab1c06f142a
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources raise err
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f75f61c8e50>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-05 15:10:56.872 27 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/693868aa-bb86-4369-9f74-0ab1c06f142a (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8e50>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-05 15:10:56.872 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56,875 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3eab100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,877 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3eab430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,878 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3eab580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,881 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3eab6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,883 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,884 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,886 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,887 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,889 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,890 27 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c87c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56,892 27 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip ca01491b-2c88-43ef-8852-5be768870d3f
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources raise err
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f75f61c8760>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 335, in clear_validation_resources
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources floating_ip_client.delete_floatingip(fip_id)
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/floating_ips_client.py", line 55, in delete_floatingip
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-05 15:10:56.892 27 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-05 15:10:56.892 27 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/ca01491b-2c88-43ef-8852-5be768870d3f (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f61c8760>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-05 15:10:56.892 27 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 0x7f75f29af460>: 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-349641192 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f29af460>: 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 0x7f75f3e40880>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 435, in test_add_remove_fixed_ip
if not test_utils.call_until_true(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 117, in call_until_true
if func(*args, **kwargs):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 403, in _wait_for_ip_change
_addresses = self.os_primary.servers_client.list_addresses(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 207, in list_addresses
resp, body = self.get("servers/%s/ips" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/00943943-b19d-4862-8829-45a5cc14e988/ips (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f75f3e40880>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.api.network.test_routers.RoutersTest | 4 | 2 | 2 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt18.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt18.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]
|
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft18.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:10:32,555 26 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 2.266s
2026-01-05 15:10:32,555 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-RoutersTest-1244142763"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '624', 'x-openstack-request-id': 'req-970b4d8f-d3c0-448f-82da-7fac8d60d920', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"2a6e7442-f13d-4649-b81e-61dda3007b13","name":"tempest-RoutersTest-1244142763","tenant_id":"9b357adda0b84ecb96034a787fde885a","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"9b357adda0b84ecb96034a787fde885a","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-05T15:10:30Z","updated_at":"2026-01-05T15:10:30Z","revision_number":1}}'
2026-01-05 15:10:34,712 26 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.156s
2026-01-05 15:10:34,712 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "2a6e7442-f13d-4649-b81e-61dda3007b13", "cidr": "10.100.0.0/28", "ip_version": 4, "gateway_ip": "10.100.0.1"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-078f8841-8367-4c81-a087-2291e28ab382', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"e6a40b28-010b-4a7d-acf3-c72721d6c967","name":"","tenant_id":"9b357adda0b84ecb96034a787fde885a","network_id":"2a6e7442-f13d-4649-b81e-61dda3007b13","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-05T15:10:33Z","updated_at":"2026-01-05T15:10:33Z","revision_number":0,"project_id":"9b357adda0b84ecb96034a787fde885a"}}'
2026-01-05 15:10:35,448 26 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.735s
2026-01-05 15:10:35,448 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-RoutersTest-router-392169358", "external_gateway_info": {}, "admin_state_up": false}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '481', 'x-openstack-request-id': 'req-8048fb93-f0b0-44d5-b9b8-21036ae157e9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "3fc8cb7b-277b-47f7-a105-7b67e60bd35b", "name": "tempest-RoutersTest-router-392169358", "tenant_id": "9b357adda0b84ecb96034a787fde885a", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-05T15:10:35Z", "updated_at": "2026-01-05T15:10:35Z", "revision_number": 1, "project_id": "9b357adda0b84ecb96034a787fde885a"}}'
2026-01-05 15:10:43,689 26 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3fc8cb7b-277b-47f7-a105-7b67e60bd35b/add_router_interface 8.240s
2026-01-05 15:10:43,730 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "e6a40b28-010b-4a7d-acf3-c72721d6c967"}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-43e5ed45-cfa3-4763-a84f-e3732d4bdbc2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3fc8cb7b-277b-47f7-a105-7b67e60bd35b/add_router_interface'}
Body: b'{"id": "3fc8cb7b-277b-47f7-a105-7b67e60bd35b", "tenant_id": "9b357adda0b84ecb96034a787fde885a", "port_id": "20a07f20-6282-47c9-b3aa-bc2cd3e1de88", "network_id": "2a6e7442-f13d-4649-b81e-61dda3007b13", "subnet_id": "e6a40b28-010b-4a7d-acf3-c72721d6c967", "subnet_ids": ["e6a40b28-010b-4a7d-acf3-c72721d6c967"]}'
2026-01-05 15:10:44,304 26 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports/20a07f20-6282-47c9-b3aa-bc2cd3e1de88 0.573s
2026-01-05 15:10:44,305 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:44 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '946', 'x-openstack-request-id': 'req-ee863a8f-f4ab-40cd-89ac-7c613eb83588', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports/20a07f20-6282-47c9-b3aa-bc2cd3e1de88'}
Body: b'{"port":{"id":"20a07f20-6282-47c9-b3aa-bc2cd3e1de88","name":"","network_id":"2a6e7442-f13d-4649-b81e-61dda3007b13","tenant_id":"9b357adda0b84ecb96034a787fde885a","mac_address":"fa:16:3e:bc:08:f3","admin_state_up":true,"status":"DOWN","device_id":"3fc8cb7b-277b-47f7-a105-7b67e60bd35b","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"e6a40b28-010b-4a7d-acf3-c72721d6c967","ip_address":"10.100.0.1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":false,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.1","hostname":"host-10-100-0-1","fqdn":"host-10-100-0-1.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-01-05T15:10:38Z","updated_at":"2026-01-05T15:10:41Z","revision_number":1,"project_id":"9b357adda0b84ecb96034a787fde885a"}}'
2026-01-05 15:10:52,514 26 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3fc8cb7b-277b-47f7-a105-7b67e60bd35b/remove_router_interface 8.208s
2026-01-05 15:10:52,532 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "e6a40b28-010b-4a7d-acf3-c72721d6c967"}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-b4719567-8773-4f02-9510-50b608f6347e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3fc8cb7b-277b-47f7-a105-7b67e60bd35b/remove_router_interface'}
Body: b'{"id": "3fc8cb7b-277b-47f7-a105-7b67e60bd35b", "tenant_id": "9b357adda0b84ecb96034a787fde885a", "port_id": "20a07f20-6282-47c9-b3aa-bc2cd3e1de88", "network_id": "2a6e7442-f13d-4649-b81e-61dda3007b13", "subnet_id": "e6a40b28-010b-4a7d-acf3-c72721d6c967", "subnet_ids": ["e6a40b28-010b-4a7d-acf3-c72721d6c967"]}'
2026-01-05 15:10:52,782 26 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=3fc8cb7b-277b-47f7-a105-7b67e60bd35b 0.250s
2026-01-05 15:10:52,783 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-aac18894-25ed-410a-ae3e-2e0e35ee163a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=3fc8cb7b-277b-47f7-a105-7b67e60bd35b'}
Body: b'{"ports":[]}'
2026-01-05 15:10:53,597 26 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3fc8cb7b-277b-47f7-a105-7b67e60bd35b 0.814s
2026-01-05 15:10:53,598 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:53 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-8908b599-0bf3-44a6-862d-34c69b01bff8', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3fc8cb7b-277b-47f7-a105-7b67e60bd35b'}
Body: b''
2026-01-05 15:10:54,841 26 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/e6a40b28-010b-4a7d-acf3-c72721d6c967 1.243s
2026-01-05 15:10:54,841 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:54 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-9a5f0571-3277-4ee6-a3e4-61da78fa209c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/e6a40b28-010b-4a7d-acf3-c72721d6c967'}
Body: b''
2026-01-05 15:10:55,261 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
2026-01-05 15:10:55,263 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1d2ddeb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
2026-01-05 15:10:55,265 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1d2dde80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
2026-01-05 15:10:55,267 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1d2dd7f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
2026-01-05 15:10:55,269 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1d2ea9a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
2026-01-05 15:10:55,275 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1baa65b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
2026-01-05 15:10:55,280 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1baa6c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
2026-01-05 15:10:55,283 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1baa6e20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
2026-01-05 15:10:55,286 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1baa6f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
2026-01-05 15:10:55,291 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1baa6fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13
}}}
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 0x7f9a1ba9f250>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 52, in delete_network
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks/2a6e7442-f13d-4649-b81e-61dda3007b13 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1ba9f250>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
fail
ft18.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:10:56,372 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1d2dd670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-05 15:10:56,376 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1ba9f2b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-05 15:10:56,377 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1ba9fbb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-05 15:10:56,379 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1ba9fd00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-05 15:10:56,380 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1ba9fe50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-05 15:10:56,382 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1ba9ff70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-05 15:10:56,383 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1cac5130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-05 15:10:56,384 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1cac5280>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-05 15:10:56,386 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1cac53d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-05 15:10:56,387 26 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1cac5520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9a1cac5670>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/network/test_routers.py", line 62, in test_create_show_list_update_delete_router
router = self.create_router(
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 193, in create_router
body = cls.routers_client.create_router(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 27, in create_router
return self.create_resource(uri, post_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/routers (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9a1cac5670>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke] |
fail
ft19.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-05 15:09:09,866 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 2.059s
2026-01-05 15:09:09,866 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-network-smoke--1910768748", "project_id": "134d57b916be4f4ca80b3a59630701e5"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:09 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-a80729e7-f4bd-414f-a1d7-40b23b89a3b3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"network":{"id":"a4d9427d-0bca-46c0-aaca-aa38c0dca8a5","name":"tempest-network-smoke--1910768748","tenant_id":"134d57b916be4f4ca80b3a59630701e5","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"134d57b916be4f4ca80b3a59630701e5","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-05T15:09:08Z","updated_at":"2026-01-05T15:09:08Z","revision_number":1}}'
2026-01-05 15:09:14,280 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 4.413s
2026-01-05 15:09:14,280 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-256134218", "admin_state_up": true, "project_id": "134d57b916be4f4ca80b3a59630701e5", "external_gateway_info": {"network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426"}}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-a4526bf8-555e-4640-888d-cd40f68e5725', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"router": {"id": "eba6a9e9-8af9-411d-947e-396910fad707", "name": "tempest-TestNetworkBasicOps-router-256134218", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "external_fixed_ips": [{"subnet_id": "f9f82994-8a19-40b1-82f7-b9b9bbba0198", "ip_address": "192.168.122.236"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-05T15:09:10Z", "updated_at": "2026-01-05T15:09:12Z", "revision_number": 2, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:14,504 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=134d57b916be4f4ca80b3a59630701e5&cidr=10.100.0.0%2F28 0.223s
2026-01-05 15:09:14,504 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-df298c81-f4c5-4911-8f7d-6f21a9ff7254', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=134d57b916be4f4ca80b3a59630701e5&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2026-01-05 15:09:15,181 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True 0.676s
2026-01-05 15:09:15,182 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '744', 'x-openstack-request-id': 'req-5714603f-b2af-4324-a337-18cda30cec3f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks?router%3Aexternal=True'}
Body: b'{"networks":[{"id":"91f1f87d-8ddb-4030-83b0-c60e5827f426","name":"public","tenant_id":"54417029b2fb4b749e20754214013802","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["f9f82994-8a19-40b1-82f7-b9b9bbba0198"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":true,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"is_default":false,"tags":[],"created_at":"2026-01-05T14:44:35Z","updated_at":"2026-01-05T14:44:40Z","revision_number":2,"project_id":"54417029b2fb4b749e20754214013802","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2026-01-05 15:09:15,442 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=91f1f87d-8ddb-4030-83b0-c60e5827f426&cidr=10.100.0.0%2F28 0.260s
2026-01-05 15:09:15,442 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-8b950d25-b871-4077-8496-103750aa85dd', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=91f1f87d-8ddb-4030-83b0-c60e5827f426&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2026-01-05 15:09:17,238 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 1.795s
2026-01-05 15:09:17,238 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"name": "tempest-subnet-smoke-1049650000", "network_id": "a4d9427d-0bca-46c0-aaca-aa38c0dca8a5", "project_id": "134d57b916be4f4ca80b3a59630701e5", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-f08f2697-cf3a-42f3-8570-61551e6b379c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnet":{"id":"5a3c2f57-f48c-467e-9aba-7272b80d7505","name":"tempest-subnet-smoke-1049650000","tenant_id":"134d57b916be4f4ca80b3a59630701e5","network_id":"a4d9427d-0bca-46c0-aaca-aa38c0dca8a5","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-01-05T15:09:16Z","updated_at":"2026-01-05T15:09:16Z","revision_number":0,"project_id":"134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:22,096 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/add_router_interface 4.857s
2026-01-05 15:09:22,096 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "5a3c2f57-f48c-467e-9aba-7272b80d7505"}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-5e02ccb8-959a-4198-b0ac-95c6250c5b04', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/add_router_interface'}
Body: b'{"id": "eba6a9e9-8af9-411d-947e-396910fad707", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "port_id": "407c5ecf-8378-4150-80b4-28b4838f896b", "network_id": "a4d9427d-0bca-46c0-aaca-aa38c0dca8a5", "subnet_id": "5a3c2f57-f48c-467e-9aba-7272b80d7505", "subnet_ids": ["5a3c2f57-f48c-467e-9aba-7272b80d7505"]}'
2026-01-05 15:09:22,459 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/networks 0.363s
2026-01-05 15:09:22,460 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '8104', 'x-openstack-request-id': 'req-e54b9e31-725a-42b4-8147-fb3716dad0a0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks'}
Body: b'{"networks":[{"id":"3fb711be-38c6-41a4-b491-33ae56426f4c","name":"heat_tempestconf_network","tenant_id":"f5bd5b30530649b5a22ee54d77c35eb3","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["9ecfd8be-5133-48cd-b7d5-9e6269425bd6"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-05T15:08:00Z","updated_at":"2026-01-05T15:08:01Z","revision_number":2,"project_id":"f5bd5b30530649b5a22ee54d77c35eb3","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":21986},{"id":"581293f8-9c7d-4afe-8455-8275f58d2374","name":"tempest-AttachInterfacesUnderV243Test-1370621257-network","tenant_id":"47a5a3a457584254b36f5f2118cf6568","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["942326ac-dbac-4e45-957c-19e3a33c58bc"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-05T15:08:33Z","updated_at":"2026-01-05T15:08:34Z","revision_number":2,"project_id":"47a5a3a457584254b36f5f2118cf6568","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":59789},{"id":"597cce32-7051-4c13-8c10-48a63d00b0db","name":"tempest-SecurityGroupsTestJSON-141931080-network","tenant_id":"7a71ac87ea424e57b4ab10077173d5e8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["f3761315-c9a6-4508-99e1-ba1361f11900"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-05T15:08:33Z","updated_at":"2026-01-05T15:08:34Z","revision_number":2,"project_id":"7a71ac87ea424e57b4ab10077173d5e8","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":58662},{"id":"7313966f-87a0-413c-b336-702cd552f4fe","name":"tempest-ServerActionsTestJSON-1288657617-network","tenant_id":"23dc0aab10ca466cb1b268ba1c456ac1","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["a9b76cde-c2b6-498a-9681-24b3fdb10681"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-05T15:08:33Z","updated_at":"2026-01-05T15:08:34Z","revision_number":2,"project_id":"23dc0aab10ca466cb1b268ba1c456ac1","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":59948},{"id":"789d59ac-11f1-48c0-a5bc-712b3342f5f3","name":"tempest-ServersTestJSON-329818072-network","tenant_id":"c91575382ac0488994f8b0a9212854c9","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["e14ed601-4849-4602-817d-930a57daba55"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_security_enabled":true,"dns_domain":"","l2_adjacency":true,"tags":[],"created_at":"2026-01-05T15:08:33Z","updated_at":"2026-01-05T15:08:34Z","revision_number":2,"project_id":"c91575382ac0488994f8b0a9212854c9","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":1475},{"id":"8594a48f-0d80-4a92-87ee-40a6961e3975","name":"tempest-ServerAddressesTestJSON-277196153-network","tenant_id":"678014b38c6f4f25a192ebc53f68039f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["993f6640-bbb8-46f1-b6eb-253924acf1f4"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address
2026-01-05 15:09:22,660 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.200s
2026-01-05 15:09:22,661 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '6478', 'x-openstack-request-id': 'req-086ee0d7-6fd8-4cc7-8fca-32e4f06593d3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets'}
Body: b'{"subnets":[{"id":"2d19bfc8-2a9a-46f5-a5f2-73bf977063a1","name":"","tenant_id":"4ac2bba281e54224940f01e993154277","network_id":"ac856e11-446a-4b12-8816-c4aa2124ccd0","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-05T15:09:20Z","updated_at":"2026-01-05T15:09:20Z","revision_number":0,"project_id":"4ac2bba281e54224940f01e993154277"},{"id":"5a3c2f57-f48c-467e-9aba-7272b80d7505","name":"tempest-subnet-smoke-1049650000","tenant_id":"134d57b916be4f4ca80b3a59630701e5","network_id":"a4d9427d-0bca-46c0-aaca-aa38c0dca8a5","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-05T15:09:16Z","updated_at":"2026-01-05T15:09:16Z","revision_number":0,"project_id":"134d57b916be4f4ca80b3a59630701e5"},{"id":"942326ac-dbac-4e45-957c-19e3a33c58bc","name":"tempest-AttachInterfacesUnderV243Test-1370621257-subnet","tenant_id":"47a5a3a457584254b36f5f2118cf6568","network_id":"581293f8-9c7d-4afe-8455-8275f58d2374","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-05T15:08:34Z","updated_at":"2026-01-05T15:08:34Z","revision_number":0,"project_id":"47a5a3a457584254b36f5f2118cf6568"},{"id":"993f6640-bbb8-46f1-b6eb-253924acf1f4","name":"tempest-ServerAddressesTestJSON-277196153-subnet","tenant_id":"678014b38c6f4f25a192ebc53f68039f","network_id":"8594a48f-0d80-4a92-87ee-40a6961e3975","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-05T15:08:39Z","updated_at":"2026-01-05T15:08:39Z","revision_number":0,"project_id":"678014b38c6f4f25a192ebc53f68039f"},{"id":"9ecfd8be-5133-48cd-b7d5-9e6269425bd6","name":"heat_tempestconf_subnet","tenant_id":"54417029b2fb4b749e20754214013802","network_id":"3fb711be-38c6-41a4-b491-33ae56426f4c","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.199.1","cidr":"192.168.199.0/24","allocation_pools":[{"start":"192.168.199.2","end":"192.168.199.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-05T15:08:01Z","updated_at":"2026-01-05T15:08:01Z","revision_number":0,"project_id":"54417029b2fb4b749e20754214013802"},{"id":"a9b76cde-c2b6-498a-9681-24b3fdb10681","name":"tempest-ServerActionsTestJSON-1288657617-subnet","tenant_id":"23dc0aab10ca466cb1b268ba1c456ac1","network_id":"7313966f-87a0-413c-b336-702cd552f4fe","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.100.0.1","cidr":"10.100.0.0/28","allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-05T15:08:34Z","updated_at":"2026-01-05T15:08:34Z","revision_number":0,"project_id":"23dc0aab10ca466cb1b268ba1c456ac1"},{"id":"abc01620-d04c-4702-a760-ee326325e425","name":"priv_sub","tenant_id":"54417029b2fb4b749e20754214013802","network_id":"905a1599-2980-4b24-9705-76e3c8a469ea","ip_version":4,"subnetp
2026-01-05 15:09:23,127 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.465s
2026-01-05 15:09:23,127 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:23 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '4624', 'x-openstack-request-id': 'req-0ec86e11-15fc-4082-a0b9-8e3d85b1650a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers'}
Body: b'{"routers": [{"id": "0e3eefa3-ba43-4e6c-b113-a0de03555368", "name": "tempest-ServerActionsTestJSON-1288657617-router", "tenant_id": "23dc0aab10ca466cb1b268ba1c456ac1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "external_fixed_ips": [{"subnet_id": "f9f82994-8a19-40b1-82f7-b9b9bbba0198", "ip_address": "192.168.122.178"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-05T15:08:36Z", "updated_at": "2026-01-05T15:08:38Z", "revision_number": 3, "project_id": "23dc0aab10ca466cb1b268ba1c456ac1"}, {"id": "23ac1e87-29c2-4c59-a5fb-19fdfb49b5af", "name": "tempest-AttachInterfacesUnderV243Test-1370621257-router", "tenant_id": "47a5a3a457584254b36f5f2118cf6568", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "external_fixed_ips": [{"subnet_id": "f9f82994-8a19-40b1-82f7-b9b9bbba0198", "ip_address": "192.168.122.216"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-05T15:08:37Z", "updated_at": "2026-01-05T15:08:44Z", "revision_number": 3, "project_id": "47a5a3a457584254b36f5f2118cf6568"}, {"id": "34c4d593-543f-4f32-8da0-2d124b1ee86c", "name": "tempest-ServerAddressesTestJSON-277196153-router", "tenant_id": "678014b38c6f4f25a192ebc53f68039f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "external_fixed_ips": [{"subnet_id": "f9f82994-8a19-40b1-82f7-b9b9bbba0198", "ip_address": "192.168.122.189"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-05T15:08:40Z", "updated_at": "2026-01-05T15:09:21Z", "revision_number": 4, "project_id": "678014b38c6f4f25a192ebc53f68039f"}, {"id": "64801faa-e6eb-4071-a352-a5af577703e3", "name": "tempest-ServersTestJSON-329818072-router", "tenant_id": "c91575382ac0488994f8b0a9212854c9", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "external_fixed_ips": [{"subnet_id": "f9f82994-8a19-40b1-82f7-b9b9bbba0198", "ip_address": "192.168.122.208"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-05T15:08:36Z", "updated_at": "2026-01-05T15:08:43Z", "revision_number": 3, "project_id": "c91575382ac0488994f8b0a9212854c9"}, {"id": "87eed62a-7600-414b-8b7b-7161aaf39fad", "name": "tempest-SecurityGroupsTestJSON-141931080-router", "tenant_id": "7a71ac87ea424e57b4ab10077173d5e8", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "external_fixed_ips": [{"subnet_id": "f9f82994-8a19-40b1-82f7-b9b9bbba0198", "ip_address": "192.168.122.227"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-05T15:08:36Z", "updated_at": "2026-01-05T15:09:21Z", "revision_number": 4, "project_id": "7a71ac87ea424e57b4ab10077173d5e8"}, {"id": "c4788e67-4f48-432d-8e51-9071327d65b7", "name": "priv_router", "tenant_id": "54417029b2fb4b749e20754214013802", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "external_fixed_ips": [{"subnet_id": "f9f82994-8a19-40b1-82f7-b9b9bbba0198", "ip_address": "192.168.122.245"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-05T14:44:46Z", "updated_at": "2026-01-05T14:44:54Z", "revision_number": 3, "project_id": "54417029b2fb4b749e20754214013802"}, {"id": "eba6a9e9-8af9-411d-947e-396910fad707", "name": "tempest-TestNetworkBasicOps-router-256134218", "tenant_id": "134d57b916be4f
2026-01-05 15:09:23,470 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.342s
2026-01-05 15:09:23,470 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-TestNetworkBasicOps-1945306424", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE7+PHzr89/ErKG/vgzfJel9PkpQEHZeqH7T1Jbf+shgI0Q4XRhGdXXBBFloo2IeGKa1FlNtQaTgBydeEEVXqi+pm1sAFTEBKf70vSIpcARbyAP20SCqZdimFDzPUPJBYw=="}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:23 GMT', 'server': 'Apache', 'content-length': '398', '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-aae542e4-51ed-487e-a23b-ea5d92707649', 'x-compute-request-id': 'req-aae542e4-51ed-487e-a23b-ea5d92707649', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1945306424", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE7+PHzr89/ErKG/vgzfJel9PkpQEHZeqH7T1Jbf+shgI0Q4XRhGdXXBBFloo2IeGKa1FlNtQaTgBydeEEVXqi+pm1sAFTEBKf70vSIpcARbyAP20SCqZdimFDzPUPJBYw==", "fingerprint": "e4:8f:61:e3:e9:2d:94:5e:78:aa:fd:e1:4d:17:54:61", "user_id": "8d883f36e32b4c71b56683d7117547d8"}}'
2026-01-05 15:09:24,762 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 1.290s
2026-01-05 15:09:24,763 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-secgroup-smoke-1214727255", "description": "tempest-secgroup-smoke-1214727255 description", "project_id": "134d57b916be4f4ca80b3a59630701e5"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:24 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-65b6eb0c-73c1-4a99-9205-9ec01d4c60a0', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "name": "tempest-secgroup-smoke-1214727255", "stateful": true, "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "description": "tempest-secgroup-smoke-1214727255 description", "shared": false, "security_group_rules": [{"id": "cf466ae0-ca26-4885-8daa-2c3ec7a8f32a", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "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": 260, "description": null, "tags": [], "created_at": "2026-01-05T15:09:24Z", "updated_at": "2026-01-05T15:09:24Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}, {"id": "d3d1ac0b-3e02-43f8-8c09-9641924dd2a5", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "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": 261, "description": null, "tags": [], "created_at": "2026-01-05T15:09:24Z", "updated_at": "2026-01-05T15:09:24Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}], "tags": [], "created_at": "2026-01-05T15:09:24Z", "updated_at": "2026-01-05T15:09:24Z", "revision_number": 1, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:26,039 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.276s
2026-01-05 15:09:26,040 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": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:26 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-a0572039-ae8b-4e8c-8efd-ea0df48f2be6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "0863a9fe-c08a-4af5-9591-6be561ff91b1", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:09:25Z", "updated_at": "2026-01-05T15:09:25Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:27,381 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.339s
2026-01-05 15:09:27,421 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": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:27 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-b6e4f6a2-ed8c-470b-942f-6524a0a1c8e4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "92854898-b854-4ed1-a762-583f5fab6f97", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:09:26Z", "updated_at": "2026-01-05T15:09:26Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:28,081 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.660s
2026-01-05 15:09:28,082 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": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a88f2301-feb5-4b54-bdf5-b122bc10f011', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "453a312b-2d00-4b9e-b69a-525f015ae11a", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:09:27Z", "updated_at": "2026-01-05T15:09:27Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:28,397 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.315s
2026-01-05 15:09:28,398 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": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-da74f50b-f80a-4979-a40e-eb8bfb3a9e60', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "2d1ffde0-9ef7-4215-9ed8-501e3c097ef1", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:09:28Z", "updated_at": "2026-01-05T15:09:28Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:29,217 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.818s
2026-01-05 15:09:29,217 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": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:29 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-fa79b7b0-220c-4b43-b949-61de7b53a8c6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "2c80d15f-c631-43bb-a016-4c0529390001", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:09:28Z", "updated_at": "2026-01-05T15:09:28Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:29,703 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.485s
2026-01-05 15:09:29,703 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": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:29 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bcb4384c-b029-41ed-8c0e-a9a65ff90e87', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "a71c0e2b-3933-49ac-978b-198bb554fae0", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c4626b8f-c7be-4842-bc7a-e8902b844f18", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:09:29Z", "updated_at": "2026-01-05T15:09:29Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:30,129 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.420s
2026-01-05 15:09:30,129 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:29 GMT', 'server': 'Apache', 'content-length': '6254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bb75bf7b-a35d-4efc-86f9-6266f48c0ed3', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=b8e48abad8ef375ef9baaa75b41107b2; 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": "8d883f36e32b4c71b56683d7117547d8", "name": "tempest-TestNetworkBasicOps-197593556-project-member", "password_expires_at": null}, "audit_ids": ["ESfQXrUjSd2Yg-M_5JTtKA"], "expires_at": "2026-01-05T16:09:30.000000Z", "issued_at": "2026-01-05T15:09:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "134d57b916be4f4ca80b3a59630701e5", "name": "tempest-TestNetworkBasicOps-197593556"}, "is_domain": false, "roles": [{"id": "aaca52ca9c204f5bae4af2c5afd61885", "name": "reader"}, {"id": "eb63b45be2604c799acda501d8690f59", "name": "member"}], "catalog": [{"endpoints": [{"name": "nova", "id": "338d448caf8b4a638c619b18e2c02dcf", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "dfe5a98512da440fa4a96a6e8a867375", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "24ad33e96d104def97976971e5d5bea5", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "neutron", "id": "75e5dd5a362c48989bfcce043ef331d6", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "e90bd7b912ea4dec86884b9d590be5b7", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "510150dcb2c644199a3b281cc9730e18", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2a92e03907e44ec888645038492eb92b", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "6db59afcaa694c319992ef85cc3d56aa", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "622787651bb44b49876ecd8a7be8cdb9", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "heat", "id": "8318268d02fe4cc9ac0ceafd59dbdb28", "interface": "public", "region_id": "regionOne", "url": "https://heat-api-public-openstack.apps-crc.testing/v1/134d57b916be4f4ca80b3a59630701e5", "region": "regionOne"}, {"name": "heat", "id": "a2e683aee81f4315a44b3b02a3e0e75c", "interface": "internal", "region_id": "regionOne", "url": "https://heat-api-internal.openstack.svc:8004/v1/134d57b916be4f4ca80b3a59630701e5", "region": "regionOne"}], "id": "6d4f326ca33b4293aa17db8a2ea03651", "type": "orchestration", "name": "heat"}, {"endpoints": [{"name": "glance", "id": "87b7df89997d45489d764776f6eff380", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}, {"name": "glance", "id": "df86c7a9bf5348198fcfc22694694ee4", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "7937c0ebc259432e9cf257441e7bae5f", "type": "image", "name": "glance"}, {"endpoints": [{"name": "heat-cfn", "id": "7d955f323984467d849b2f4b8a70d0e6", "interface": "public", "region_id": "regionOne", "url": "https://heat-cfnapi-public-openstack.apps-crc.testing/v1", "region": "regionOne"}, {"name": "heat-cfn", "id": "f77b53f978164724bd92b5aa22621088", "interface": "internal", "region_id": "regionOne", "url": "https://heat-cfnapi-internal.openstack.svc:8000/v1", "region": "regionOne"}], "id": "98b72cdcd94345588b04c90b4c0f4fdf", "type": "cloudformation", "name": "heat-cfn"}, {"endpoints": [{"name": "aodh", "id": "37050ac8b62f49b883f98af9fb4bc3df", "interface": "internal", "region_id": "regionOne", "url": "https://aodh-internal.openstack.svc:8042", "region": "regionOne"}, {"name": "aodh", "id": "adccd99d72d744109770bcbe03225a79", "interface": "public", "region_id": "regionOne", "url": "https://aodh-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "bed622ac00c84c31a0aca163cc0cea73", "type": "alarming", "
2026-01-05 15:09:30,130 32 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_network_basic_ops) Found network None available for tenant
2026-01-05 15:09:34,307 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.177s
2026-01-05 15:09:34,308 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-TestNetworkBasicOps-server-141186871", "imageRef": "e22fea2c-125b-4347-8d96-267cb6a6831b", "flavorRef": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "networks": [{"uuid": "a4d9427d-0bca-46c0-aaca-aa38c0dca8a5"}], "key_name": "tempest-TestNetworkBasicOps-1945306424", "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}]}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:30 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8', '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-da9e87d9-fd81-4e51-8804-ea08ddadaaa8', 'x-compute-request-id': 'req-da9e87d9-fd81-4e51-8804-ea08ddadaaa8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}], "adminPass": "dKbZ4NvcX2P5"}}'
2026-01-05 15:09:34,985 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 0.675s
2026-01-05 15:09:34,985 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': 'Mon, 05 Jan 2026 15:09:34 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7773e54-78bb-4ef1-ad44-6f2a39b4184c', 'x-compute-request-id': 'req-c7773e54-78bb-4ef1-ad44-6f2a39b4184c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "BUILD", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:37,456 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 1.465s
2026-01-05 15:09:37,456 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': 'Mon, 05 Jan 2026 15:09:36 GMT', 'server': 'Apache', 'content-length': '1452', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9845376-3042-431b-bced-a76a98f20258', 'x-compute-request-id': 'req-f9845376-3042-431b-bced-a76a98f20258', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "BUILD", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "dd91e800a8ccaf570defe3489ea6eac358fb3fd9b78a6f5299436f84", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:37,459 32 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait
2026-01-05 15:09:39,668 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 1.208s
2026-01-05 15:09:39,668 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': 'Mon, 05 Jan 2026 15:09:38 GMT', 'server': 'Apache', 'content-length': '1520', '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-237ba361-5e43-46dc-8101-75d0fc089ecf', 'x-compute-request-id': 'req-237ba361-5e43-46dc-8101-75d0fc089ecf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "BUILD", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "dd91e800a8ccaf570defe3489ea6eac358fb3fd9b78a6f5299436f84", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:41,973 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 1.301s
2026-01-05 15:09:41,973 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': 'Mon, 05 Jan 2026 15:09:40 GMT', 'server': 'Apache', 'content-length': '1520', '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-2b6e76f4-0254-48b4-9c35-ed0d43839fc9', 'x-compute-request-id': 'req-2b6e76f4-0254-48b4-9c35-ed0d43839fc9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "BUILD", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "dd91e800a8ccaf570defe3489ea6eac358fb3fd9b78a6f5299436f84", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:44,674 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 1.695s
2026-01-05 15:09:44,674 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': 'Mon, 05 Jan 2026 15:09:42 GMT', 'server': 'Apache', 'content-length': '1520', '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-51b4e270-c70b-4d35-b698-1d2715ed2dfc', 'x-compute-request-id': 'req-51b4e270-c70b-4d35-b698-1d2715ed2dfc', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "BUILD", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "dd91e800a8ccaf570defe3489ea6eac358fb3fd9b78a6f5299436f84", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:46,835 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 1.154s
2026-01-05 15:09:46,835 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': 'Mon, 05 Jan 2026 15:09:45 GMT', 'server': 'Apache', 'content-length': '1520', '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-5cf2fcf8-51b3-49db-a180-eaef9a56d636', 'x-compute-request-id': 'req-5cf2fcf8-51b3-49db-a180-eaef9a56d636', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "BUILD", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "dd91e800a8ccaf570defe3489ea6eac358fb3fd9b78a6f5299436f84", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:49,062 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 1.221s
2026-01-05 15:09:49,062 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': 'Mon, 05 Jan 2026 15:09:47 GMT', 'server': 'Apache', 'content-length': '1520', '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-9952f223-c4a6-4e83-9777-af874f41e375', 'x-compute-request-id': 'req-9952f223-c4a6-4e83-9777-af874f41e375', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "BUILD", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "dd91e800a8ccaf570defe3489ea6eac358fb3fd9b78a6f5299436f84", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:51,043 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 0.972s
2026-01-05 15:09:51,044 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': 'Mon, 05 Jan 2026 15:09:50 GMT', 'server': 'Apache', 'content-length': '1520', '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-11c6d843-64f6-40a5-a17e-69b016d45113', 'x-compute-request-id': 'req-11c6d843-64f6-40a5-a17e-69b016d45113', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "BUILD", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "dd91e800a8ccaf570defe3489ea6eac358fb3fd9b78a6f5299436f84", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:52,951 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 0.902s
2026-01-05 15:09:52,951 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': 'Mon, 05 Jan 2026 15:09:52 GMT', 'server': 'Apache', 'content-length': '1693', '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-8cae020d-6dba-49f5-ad6b-7324fa30e01b', 'x-compute-request-id': 'req-8cae020d-6dba-49f5-ad6b-7324fa30e01b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "ACTIVE", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "dd91e800a8ccaf570defe3489ea6eac358fb3fd9b78a6f5299436f84", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:51Z", "addresses": {"tempest-network-smoke--1910768748": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:1f:9a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": "2026-01-05T15:09:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:52,956 32 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-01-05 15:09:54,075 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 1.118s
2026-01-05 15:09:54,075 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': 'Mon, 05 Jan 2026 15:09:52 GMT', 'server': 'Apache', 'content-length': '1693', '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-a5454dab-cd0d-4336-adad-3a036d6f89b9', 'x-compute-request-id': 'req-a5454dab-cd0d-4336-adad-3a036d6f89b9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"server": {"id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "name": "tempest-TestNetworkBasicOps-server-141186871", "status": "ACTIVE", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "user_id": "8d883f36e32b4c71b56683d7117547d8", "metadata": {}, "hostId": "dd91e800a8ccaf570defe3489ea6eac358fb3fd9b78a6f5299436f84", "image": {"id": "e22fea2c-125b-4347-8d96-267cb6a6831b", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/e22fea2c-125b-4347-8d96-267cb6a6831b"}]}, "flavor": {"id": "3a2fb381-0342-40f9-8eb5-089f8c9475fd", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/3a2fb381-0342-40f9-8eb5-089f8c9475fd"}]}, "created": "2026-01-05T15:09:34Z", "updated": "2026-01-05T15:09:51Z", "addresses": {"tempest-network-smoke--1910768748": [{"version": 4, "addr": "10.100.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:1f:9a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1945306424", "OS-SRV-USG:launched_at": "2026-01-05T15:09:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1214727255"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-05 15:09:54,080 32 INFO [tempest.scenario.manager] Tenant networks not configured to be reachable.
2026-01-05 15:09:54,374 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 0.293s
2026-01-05 15:09:54,374 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:54 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1340', 'x-openstack-request-id': 'req-8aeebf05-dc71-420a-ab56-1b9a0612b0c1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8'}
Body: b'{"ports":[{"id":"39d7dd25-004e-46d1-b35c-19e1d39b90b7","name":"","network_id":"a4d9427d-0bca-46c0-aaca-aa38c0dca8a5","tenant_id":"134d57b916be4f4ca80b3a59630701e5","mac_address":"fa:16:3e:d8:1f:9a","admin_state_up":true,"status":"ACTIVE","device_id":"e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"5a3c2f57-f48c-467e-9aba-7272b80d7505","ip_address":"10.100.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["c4626b8f-c7be-4842-bc7a-e8902b844f18"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-0.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-testnetworkbasicops-server-141186871","dns_assignment":[{"ip_address":"10.100.0.12","hostname":"tempest-testnetworkbasicops-server-141186871","fqdn":"tempest-testnetworkbasicops-server-141186871.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-05T15:09:38Z","updated_at":"2026-01-05T15:09:51Z","revision_number":4,"project_id":"134d57b916be4f4ca80b3a59630701e5"}]}'
2026-01-05 15:09:54,374 32 DEBUG [tempest.common.waiters] Server ID e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 ports are all ACTIVE [{'id': '39d7dd25-004e-46d1-b35c-19e1d39b90b7', 'name': '', 'network_id': 'a4d9427d-0bca-46c0-aaca-aa38c0dca8a5', 'tenant_id': '134d57b916be4f4ca80b3a59630701e5', 'mac_address': 'fa:16:3e:d8:1f:9a', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '5a3c2f57-f48c-467e-9aba-7272b80d7505', 'ip_address': '10.100.0.12'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['c4626b8f-c7be-4842-bc7a-e8902b844f18'], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'compute-0.ctlplane.example.com', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'qos_policy_id': None, 'qos_network_policy_id': None, 'port_security_enabled': True, 'dns_name': 'tempest-testnetworkbasicops-server-141186871', 'dns_assignment': [{'ip_address': '10.100.0.12', 'hostname': 'tempest-testnetworkbasicops-server-141186871', 'fqdn': 'tempest-testnetworkbasicops-server-141186871.openstackgate.local.'}], 'dns_domain': '', 'resource_request': None, 'ip_allocation': 'immediate', 'tags': [], 'created_at': '2026-01-05T15:09:38Z', 'updated_at': '2026-01-05T15:09:51Z', 'revision_number': 4, 'project_id': '134d57b916be4f4ca80b3a59630701e5'}]:
2026-01-05 15:09:56,294 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 1.919s
2026-01-05 15:09:56,295 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": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "port_id": "39d7dd25-004e-46d1-b35c-19e1d39b90b7", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "fixed_ip_address": "10.100.0.12"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '882', 'x-openstack-request-id': 'req-13a4fc54-881c-4004-8346-d13ca1d23e5a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "d21a4328-53f6-4cf6-9e37-4c457662da96", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "floating_ip_address": "192.168.122.234", "floating_network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "router_id": "eba6a9e9-8af9-411d-947e-396910fad707", "port_id": "39d7dd25-004e-46d1-b35c-19e1d39b90b7", "fixed_ip_address": "10.100.0.12", "status": "DOWN", "project_id": "134d57b916be4f4ca80b3a59630701e5", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "a4d9427d-0bca-46c0-aaca-aa38c0dca8a5", "mac_address": "fa:16:3e:d8:1f:9a", "admin_state_up": true, "status": "ACTIVE", "device_id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-05T15:09:55Z", "updated_at": "2026-01-05T15:09:55Z", "revision_number": 0}}'
2026-01-05 15:09:56,636 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96 0.340s
2026-01-05 15:09:56,641 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:09:56 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '884', 'x-openstack-request-id': 'req-9bd0eda9-c5e1-46f3-85e7-8891540cc214', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96'}
Body: b'{"floatingip": {"id": "d21a4328-53f6-4cf6-9e37-4c457662da96", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "floating_ip_address": "192.168.122.234", "floating_network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "router_id": "eba6a9e9-8af9-411d-947e-396910fad707", "port_id": "39d7dd25-004e-46d1-b35c-19e1d39b90b7", "fixed_ip_address": "10.100.0.12", "status": "ACTIVE", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "a4d9427d-0bca-46c0-aaca-aa38c0dca8a5", "mac_address": "fa:16:3e:d8:1f:9a", "admin_state_up": true, "status": "ACTIVE", "device_id": "e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-05T15:09:55Z", "updated_at": "2026-01-05T15:09:56Z", "revision_number": 1, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:09:56,641 32 INFO [tempest.scenario.manager] FloatingIP: {'id': 'd21a4328-53f6-4cf6-9e37-4c457662da96', 'tenant_id': '134d57b916be4f4ca80b3a59630701e5', 'floating_ip_address': '192.168.122.234', 'floating_network_id': '91f1f87d-8ddb-4030-83b0-c60e5827f426', 'router_id': 'eba6a9e9-8af9-411d-947e-396910fad707', 'port_id': '39d7dd25-004e-46d1-b35c-19e1d39b90b7', 'fixed_ip_address': '10.100.0.12', 'status': 'ACTIVE', 'description': '', 'qos_policy_id': None, 'port_details': {'name': '', 'network_id': 'a4d9427d-0bca-46c0-aaca-aa38c0dca8a5', 'mac_address': 'fa:16:3e:d8:1f:9a', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8', 'device_owner': 'compute:nova'}, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-05T15:09:55Z', 'updated_at': '2026-01-05T15:09:56Z', 'revision_number': 1, 'project_id': '134d57b916be4f4ca80b3a59630701e5'} is at status: ACTIVE
2026-01-05 15:09:56,641 32 DEBUG [tempest.lib.common.utils.test_utils] Call refresh returns true in 0.346114 seconds
2026-01-05 15:09:56,641 32 DEBUG [tempest.scenario.manager] checking network connections to IP 192.168.122.234 with user: cirros
2026-01-05 15:09:56,642 32 DEBUG [tempest.scenario.manager] TestNetworkBasicOps:test_network_basic_ops begins to ping 192.168.122.234 in 120 sec and the expected result is reachable
2026-01-05 15:10:29,251 32 DEBUG [tempest.lib.common.utils.test_utils] Call ping returns true in 32.609042 seconds
2026-01-05 15:10:29,251 32 DEBUG [tempest.scenario.manager] TestNetworkBasicOps:test_network_basic_ops finishes ping 192.168.122.234 in 120 sec and the ping result is expected
2026-01-05 15:10:31,223 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8/action 1.971s
2026-01-05 15:10:31,226 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: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:29 GMT', 'server': 'Apache', 'content-length': '75978', '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-faabd78b-dca3-412d-b274-3a581cb05975', 'x-compute-request-id': 'req-faabd78b-dca3-412d-b274-3a581cb05975', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8/action'}
Body: b'{"output": "[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)\\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Hygon HygonGenuine\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] zhaoxin Shanghai \\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: \'x87 floating point registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: \'SSE registers\'\\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: \'AVX registers\'\\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using \'standard\' format.\\n[ 0.000000] signal: max sigframe size: 1776\\n[ 0.000000] BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable\\n[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.8 present.\\n[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023\\n[ 0.000000] Hypervisor detected: KVM\\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\\n[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock\\n[ 0.000002] kvm-clock: using sched offset of 2738423867 cycles\\n[ 0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\\n[ 0.000009] tsc: Detected 2799.998 MHz processor\\n[ 0.001204] last_pfn = 0x7fdb max_arch_pfn = 0x400000000\\n[ 0.002679] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.005760] found SMP MP-table at [mem 0x000f5480-0x000f548f]\\n[ 0.005827] Using GB pages for direct mapping\\n[ 0.006218] RAMDISK: [mem 0x07741000-0x07fcafff]\\n[ 0.006222] ACPI: Early table checksum verification disabled\\n[ 0.006228] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )\\n[ 0.006233] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.006241] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.006248] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.006253] ACPI: FACS 0x0000000007FE0000 000040\\n[ 0.006256] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.006260] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.006264] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)\\n[ 0.006268] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]\\n[ 0.006270] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]\\n[ 0.006271] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]\\n[ 0.006273] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]\\n[ 0.006274] ACPI: Reserving MCFG table memory at [mem 0x7fe4100-0x7fe413b]\\n[ 0.006275] ACPI: Reserving WAET table memory at [mem 0x7fe413c-0x7fe4163]\\n[ 0.009202] No NUMA configuration fo
2026-01-05 15:10:31,233 32 DEBUG [tempest.scenario.manager] Console output for e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
body=
[ 0.000000] Linux version 5.15.0-71-generic (buildd@lcy02-amd64-044) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 (Ubuntu 5.15.0-71.78-generic 5.15.92)
[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] signal: max sigframe size: 1776
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007fdafff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000007fdb000-0x0000000007ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: RDO OpenStack Compute/RHEL, BIOS 1.16.3-5.el9 11/05/2023
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 3a01001, primary cpu clock
[ 0.000002] kvm-clock: using sched offset of 2738423867 cycles
[ 0.000005] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000009] tsc: Detected 2799.998 MHz processor
[ 0.001204] last_pfn = 0x7fdb max_arch_pfn = 0x400000000
[ 0.002679] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.005760] found SMP MP-table at [mem 0x000f5480-0x000f548f]
[ 0.005827] Using GB pages for direct mapping
[ 0.006218] RAMDISK: [mem 0x07741000-0x07fcafff]
[ 0.006222] ACPI: Early table checksum verification disabled
[ 0.006228] ACPI: RSDP 0x00000000000F5210 000014 (v00 BOCHS )
[ 0.006233] ACPI: RSDT 0x0000000007FE4164 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.006241] ACPI: FACP 0x0000000007FE3F94 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.006248] ACPI: DSDT 0x0000000007FE0040 003F54 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.006253] ACPI: FACS 0x0000000007FE0000 000040
[ 0.006256] ACPI: APIC 0x0000000007FE4088 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.006260] ACPI: MCFG 0x0000000007FE4100 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.006264] ACPI: WAET 0x0000000007FE413C 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.006268] ACPI: Reserving FACP table memory at [mem 0x7fe3f94-0x7fe4087]
[ 0.006270] ACPI: Reserving DSDT table memory at [mem 0x7fe0040-0x7fe3f93]
[ 0.006271] ACPI: Reserving FACS table memory at [mem 0x7fe0000-0x7fe003f]
[ 0.006273] ACPI: Reserving APIC table memory at [mem 0x7fe4088-0x7fe40ff]
[ 0.006274] ACPI: Reserving MCFG table memory at [mem 0x7fe4100-0x7fe413b]
[ 0.006275] ACPI: Reserving WAET table memory at [mem 0x7fe413c-0x7fe4163]
[ 0.009202] No NUMA configuration found
[ 0.009205] Faking a node at [mem 0x0000000000000000-0x0000000007fdafff]
[ 0.009214] NODE_DATA(0) allocated [mem 0x07717000-0x07740fff]
[ 0.009614] Zone ranges:
[ 0.009616] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.009619] DMA32 [mem 0x0000000001000000-0x0000000007fdafff]
[ 0.009621] Normal empty
[ 0.009623] Device empty
[ 0.009625] Movable zone start for each node
[ 0.009628] Early memory node ranges
[ 0.009629] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.009631] node 0: [mem 0x0000000000100000-0x0000000007fdafff]
[ 0.009633] Initmem setup node 0 [mem 0x0000000000001000-0x0000000007fdafff]
[ 0.009926] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.009955] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.010169] On node 0, zone DMA32: 37 pages in unavailable ranges
[ 0.039049] ACPI: PM-Timer IO Port: 0x608
[ 0.039136] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.039643] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.039650] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.039654] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.039656] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.039658] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.039660] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.039666] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.039669] TSC deadline timer available
[ 0.039715] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.039966] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.039970] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.039972] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.039974] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.039977] [mem 0x08000000-0xafffffff] available for PCI devices
[ 0.039979] Booting paravirtualized kernel on KVM
[ 0.039982] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.039992] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[ 0.040393] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u2097152
[ 0.040616] kvm-guest: setup async PF for cpu 0
[ 0.040731] kvm-guest: stealtime: cpu 0, msr 7232080
[ 0.040809] kvm-guest: PV spinlocks disabled, single CPU
[ 0.040818] Built 1 zonelists, mobility grouping on. Total pages: 31963
[ 0.040821] Policy zone: DMA32
[ 0.040823] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[ 0.040896] Unknown kernel command line parameters "LABEL=cirros-rootfs", will be passed to user space.
[ 0.040911] Dentry cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.040919] Inode-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.041096] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.041570] Memory: 73072K/130532K available (16393K kernel code, 4383K rwdata, 10840K rodata, 3244K init, 6548K bss, 57200K reserved, 0K cma-reserved)
[ 0.042296] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.042326] ftrace: allocating 50600 entries in 198 pages
[ 0.068855] ftrace: allocated 198 pages with 4 groups
[ 0.069046] rcu: Hierarchical RCU implementation.
[ 0.069048] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[ 0.069051] Rude variant of Tasks RCU enabled.
[ 0.069052] Tracing variant of Tasks RCU enabled.
[ 0.069053] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.069055] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.074640] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16
[ 0.075712] random: crng init done
[ 0.188113] Console: colour VGA+ 80x25
[ 0.591286] printk: console [tty1] enabled
[ 1.387086] printk: console [ttyS0] enabled
[ 1.394841] ACPI: Core revision 20210730
[ 1.401876] APIC: Switch to symmetric I/O mode setup
[ 1.416043] x2apic enabled
[ 1.426245] Switched APIC routing to physical x2apic.
[ 1.450306] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c3ee517e, max_idle_ns: 440795257231 ns
[ 1.467067] Calibrating delay loop (skipped) preset value.. 5599.99 BogoMIPS (lpj=11199992)
[ 1.471060] pid_max: default: 32768 minimum: 301
[ 1.471060] LSM: Security Framework initializing
[ 1.471060] landlock: Up and running.
[ 1.471060] Yama: becoming mindful.
[ 1.471060] AppArmor: AppArmor initialized
[ 1.471060] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 1.471060] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 1.471060] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 1.471060] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
[ 1.471060] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[ 1.471060] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 1.471060] Spectre V2 : Mitigation: Retpolines
[ 1.471060] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 1.471060] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 1.471060] Spectre V2 : Enabling Speculation Barrier for firmware calls
[ 1.471060] RETBleed: Mitigation: untrained return thunk
[ 1.471060] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 1.471060] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 1.471060] Freeing SMP alternatives memory: 44K
[ 1.471060] smpboot: CPU0: AMD EPYC-Rome Processor (family: 0x17, model: 0x31, stepping: 0x0)
[ 1.471272] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 1.475132] ... version: 0
[ 1.479095] ... bit width: 48
[ 1.483096] ... generic registers: 6
[ 1.487108] ... value mask: 0000ffffffffffff
[ 1.491096] ... max period: 00007fffffffffff
[ 1.495096] ... fixed-purpose events: 0
[ 1.499097] ... event mask: 000000000000003f
[ 1.503246] rcu: Hierarchical SRCU implementation.
[ 1.507640] smp: Bringing up secondary CPUs ...
[ 1.511099] smp: Brought up 1 node, 1 CPU
[ 1.515097] smpboot: Max logical packages: 1
[ 1.519102] smpboot: Total of 1 processors activated (5599.99 BogoMIPS)
[ 1.524706] devtmpfs: initialized
[ 1.527171] x86/mm: Memory block size: 128MB
[ 1.531296] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 1.535117] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 1.539171] pinctrl core: initialized pinctrl subsystem
[ 1.544656] PM: RTC time: 15:09:55, date: 2026-01-05
[ 1.547596] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 1.551214] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 1.555143] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 1.559117] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 1.563127] audit: initializing netlink subsys (disabled)
[ 1.567309] thermal_sys: Registered thermal governor 'fair_share'
[ 1.567311] thermal_sys: Registered thermal governor 'bang_bang'
[ 1.571106] audit: type=2000 audit(1767625794.415:1): state=initialized audit_enabled=0 res=1
[ 1.579106] thermal_sys: Registered thermal governor 'step_wise'
[ 1.579108] thermal_sys: Registered thermal governor 'user_space'
[ 1.583097] thermal_sys: Registered thermal governor 'power_allocator'
[ 1.587125] EISA bus registered
[ 1.595103] cpuidle: using governor ladder
[ 1.599096] cpuidle: using governor menu
[ 1.609459] ACPI: bus type PCI registered
[ 1.611099] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.615728] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[ 1.619099] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[ 1.623124] PCI: Using configuration type 1 for base access
[ 1.628626] Kprobes globally optimized
[ 1.631241] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 1.635104] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.640010] ACPI: Added _OSI(Module Device)
[ 1.643130] ACPI: Added _OSI(Processor Device)
[ 1.647135] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.651105] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.655164] ACPI: Added _OSI(Linux-Dell-Video)
[ 1.659097] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 1.663096] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 1.670430] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 1.675448] ACPI: Interpreter enabled
[ 1.679119] ACPI: PM: (supports S0 S5)
[ 1.683109] ACPI: Using IOAPIC for interrupt routing
[ 1.687188] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.691102] PCI: Using E820 reservations for host bridge windows
[ 1.695535] ACPI: Enabled 2 GPEs in block 00 to 3F
[ 1.706815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 1.707115] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 1.711367] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug LTR DPC]
[ 1.715302] acpi PNP0A08:00: _OSC: OS now controls [SHPCHotplug PME AER PCIeCapability]
[ 1.721846] PCI host bridge to bus 0000:00
[ 1.723101] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.727104] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 1.731106] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 1.735104] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.739101] pci_bus 0000:00: root bus resource [mem 0x08000000-0xafffffff window]
[ 1.743103] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 1.747103] pci_bus 0000:00: root bus resource [mem 0x100000000-0x8ffffffff window]
[ 1.751653] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[ 1.770535] pci 0000:00:01.0: [1af4:1050] type 00 class 0x030000
[ 1.779014] pci 0000:00:01.0: reg 0x10: [mem 0xf7800000-0xf7ffffff pref]
[ 1.790124] pci 0000:00:01.0: reg 0x18: [mem 0xfb200000-0xfb203fff 64bit pref]
[ 1.797702] pci 0000:00:01.0: reg 0x20: [mem 0xfea10000-0xfea10fff]
[ 1.809192] pci 0000:00:01.0: reg 0x30: [mem 0xfea00000-0xfea0ffff pref]
[ 1.811571] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.829436] pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400
[ 1.834871] pci 0000:00:02.0: reg 0x10: [mem 0xfea11000-0xfea11fff]
[ 1.841779] pci 0000:00:02.0: enabling Extended Tags
[ 1.848674] pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400
[ 1.854935] pci 0000:00:02.1: reg 0x10: [mem 0xfea12000-0xfea12fff]
[ 1.864437] pci 0000:00:02.1: enabling Extended Tags
[ 1.872968] pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400
[ 1.879096] pci 0000:00:02.2: reg 0x10: [mem 0xfea13000-0xfea13fff]
[ 1.890949] pci 0000:00:02.2: enabling Extended Tags
[ 1.896979] pci 0000:00:02.3: [1b36:000c] type 01 class 0x060400
[ 1.902889] pci 0000:00:02.3: reg 0x10: [mem 0xfea14000-0xfea14fff]
[ 1.913557] pci 0000:00:02.3: enabling Extended Tags
[ 1.920793] pci 0000:00:02.4: [1b36:000c] type 01 class 0x060400
[ 1.927098] pci 0000:00:02.4: reg 0x10: [mem 0xfea15000-0xfea15fff]
[ 1.939014] pci 0000:00:02.4: enabling Extended Tags
[ 1.944938] pci 0000:00:02.5: [1b36:000c] type 01 class 0x060400
[ 1.950833] pci 0000:00:02.5: reg 0x10: [mem 0xfea16000-0xfea16fff]
[ 1.957527] pci 0000:00:02.5: enabling Extended Tags
[ 1.964791] pci 0000:00:02.6: [1b36:000c] type 01 class 0x060400
[ 1.970775] pci 0000:00:02.6: reg 0x10: [mem 0xfea17000-0xfea17fff]
[ 1.978521] pci 0000:00:02.6: enabling Extended Tags
[ 1.984726] pci 0000:00:02.7: [1b36:000c] type 01 class 0x060400
[ 1.990612] pci 0000:00:02.7: reg 0x10: [mem 0xfea18000-0xfea18fff]
[ 1.997787] pci 0000:00:02.7: enabling Extended Tags
[ 2.013299] pci 0000:00:03.0: [1b36:000c] type 01 class 0x060400
[ 2.018836] pci 0000:00:03.0: reg 0x10: [mem 0xfea19000-0xfea19fff]
[ 2.025147] pci 0000:00:03.0: enabling Extended Tags
[ 2.033372] pci 0000:00:03.1: [1b36:000c] type 01 class 0x060400
[ 2.038872] pci 0000:00:03.1: reg 0x10: [mem 0xfea1a000-0xfea1afff]
[ 2.047946] pci 0000:00:03.1: enabling Extended Tags
[ 2.056982] pci 0000:00:03.2: [1b36:000c] type 01 class 0x060400
[ 2.063020] pci 0000:00:03.2: reg 0x10: [mem 0xfea1b000-0xfea1bfff]
[ 2.069615] pci 0000:00:03.2: enabling Extended Tags
[ 2.076792] pci 0000:00:03.3: [1b36:000c] type 01 class 0x060400
[ 2.083098] pci 0000:00:03.3: reg 0x10: [mem 0xfea1c000-0xfea1cfff]
[ 2.095273] pci 0000:00:03.3: enabling Extended Tags
[ 2.105068] pci 0000:00:03.4: [1b36:000c] type 01 class 0x060400
[ 2.113029] pci 0000:00:03.4: reg 0x10: [mem 0xfea1d000-0xfea1dfff]
[ 2.124533] pci 0000:00:03.4: enabling Extended Tags
[ 2.133685] pci 0000:00:03.5: [1b36:000c] type 01 class 0x060400
[ 2.139108] pci 0000:00:03.5: reg 0x10: [mem 0xfea1e000-0xfea1efff]
[ 2.153914] pci 0000:00:03.5: enabling Extended Tags
[ 2.161761] pci 0000:00:03.6: [1b36:000c] type 01 class 0x060400
[ 2.167101] pci 0000:00:03.6: reg 0x10: [mem 0xfea1f000-0xfea1ffff]
[ 2.181979] pci 0000:00:03.6: enabling Extended Tags
[ 2.188905] pci 0000:00:03.7: [1b36:000c] type 01 class 0x060400
[ 2.195102] pci 0000:00:03.7: reg 0x10: [mem 0xfea20000-0xfea20fff]
[ 2.206452] pci 0000:00:03.7: enabling Extended Tags
[ 2.221369] pci 0000:00:04.0: [1b36:000c] type 01 class 0x060400
[ 2.227103] pci 0000:00:04.0: reg 0x10: [mem 0xfea21000-0xfea21fff]
[ 2.240857] pci 0000:00:04.0: enabling Extended Tags
[ 2.248841] pci 0000:00:04.1: [1b36:000c] type 01 class 0x060400
[ 2.255099] pci 0000:00:04.1: reg 0x10: [mem 0xfea22000-0xfea22fff]
[ 2.265101] pci 0000:00:04.1: enabling Extended Tags
[ 2.272811] pci 0000:00:04.2: [1b36:000c] type 01 class 0x060400
[ 2.279098] pci 0000:00:04.2: reg 0x10: [mem 0xfea23000-0xfea23fff]
[ 2.292471] pci 0000:00:04.2: enabling Extended Tags
[ 2.301010] pci 0000:00:04.3: [1b36:000c] type 01 class 0x060400
[ 2.307101] pci 0000:00:04.3: reg 0x10: [mem 0xfea24000-0xfea24fff]
[ 2.317242] pci 0000:00:04.3: enabling Extended Tags
[ 2.325013] pci 0000:00:04.4: [1b36:000c] type 01 class 0x060400
[ 2.330968] pci 0000:00:04.4: reg 0x10: [mem 0xfea25000-0xfea25fff]
[ 2.339868] pci 0000:00:04.4: enabling Extended Tags
[ 2.350146] pci 0000:00:04.5: [1b36:000c] type 01 class 0x060400
[ 2.355104] pci 0000:00:04.5: reg 0x10: [mem 0xfea26000-0xfea26fff]
[ 2.365204] pci 0000:00:04.5: enabling Extended Tags
[ 2.372848] pci 0000:00:04.6: [1b36:000c] type 01 class 0x060400
[ 2.379032] pci 0000:00:04.6: reg 0x10: [mem 0xfea27000-0xfea27fff]
[ 2.385121] pci 0000:00:04.6: enabling Extended Tags
[ 2.393226] pci 0000:00:04.7: [1b36:000c] type 01 class 0x060400
[ 2.398953] pci 0000:00:04.7: reg 0x10: [mem 0xfea28000-0xfea28fff]
[ 2.405109] pci 0000:00:04.7: enabling Extended Tags
[ 2.422434] pci 0000:00:05.0: [1b36:000c] type 01 class 0x060400
[ 2.427107] pci 0000:00:05.0: reg 0x10: [mem 0xfea29000-0xfea29fff]
[ 2.438437] pci 0000:00:05.0: enabling Extended Tags
[ 2.689179] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[ 2.695759] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[ 2.701200] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[ 2.724556] pci 0000:00:1f.2: reg 0x20: [io 0xd040-0xd05f]
[ 2.729860] pci 0000:00:1f.2: reg 0x24: [mem 0xfea2a000-0xfea2afff]
[ 2.737019] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 2.747097] pci 0000:00:1f.3: reg 0x20: [io 0x0700-0x073f]
[ 2.769112] pci 0000:01:00.0: [1b36:000e] type 01 class 0x060400
[ 2.775099] pci 0000:01:00.0: reg 0x10: [mem 0xfb800000-0xfb8000ff 64bit]
[ 2.783930] pci 0000:01:00.0: enabling Extended Tags
[ 3.082285] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 3.083243] pci 0000:00:02.0: bridge window [io 0xc000-0xcfff]
[ 3.087238] pci 0000:00:02.0: bridge window [mem 0xfb600000-0xfb9fffff]
[ 3.091384] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 3.099096] pci_bus 0000:02: extended config space not accessible
[ 3.103427] acpiphp: Slot [1] registered
[ 3.107191] acpiphp: Slot [0] registered
[ 3.111189] acpiphp: Slot [2] registered
[ 3.115188] acpiphp: Slot [3] registered
[ 3.119269] acpiphp: Slot [4] registered
[ 3.123267] acpiphp: Slot [5] registered
[ 3.127188] acpiphp: Slot [6] registered
[ 3.131190] acpiphp: Slot [7] registered
[ 3.135189] acpiphp: Slot [8] registered
[ 3.139245] acpiphp: Slot [9] registered
[ 3.143192] acpiphp: Slot [10] registered
[ 3.147204] acpiphp: Slot [11] registered
[ 3.151196] acpiphp: Slot [12] registered
[ 3.155188] acpiphp: Slot [13] registered
[ 3.159253] acpiphp: Slot [14] registered
[ 3.163190] acpiphp: Slot [15] registered
[ 3.167194] acpiphp: Slot [16] registered
[ 3.171195] acpiphp: Slot [17] registered
[ 3.175194] acpiphp: Slot [18] registered
[ 3.179194] acpiphp: Slot [19] registered
[ 3.183197] acpiphp: Slot [20] registered
[ 3.187191] acpiphp: Slot [21] registered
[ 3.191191] acpiphp: Slot [22] registered
[ 3.195194] acpiphp: Slot [23] registered
[ 3.199190] acpiphp: Slot [24] registered
[ 3.203249] acpiphp: Slot [25] registered
[ 3.207196] acpiphp: Slot [26] registered
[ 3.211202] acpiphp: Slot [27] registered
[ 3.215191] acpiphp: Slot [28] registered
[ 3.219195] acpiphp: Slot [29] registered
[ 3.223201] acpiphp: Slot [30] registered
[ 3.227195] acpiphp: Slot [31] registered
[ 3.240961] pci 0000:02:01.0: [8086:7020] type 00 class 0x0c0300
[ 3.256023] pci 0000:02:01.0: reg 0x20: [io 0xc000-0xc01f]
[ 3.578278] pci 0000:01:00.0: PCI bridge to [bus 02]
[ 3.579254] pci 0000:01:00.0: bridge window [io 0xc000-0xcfff]
[ 3.583248] pci 0000:01:00.0: bridge window [mem 0xfb600000-0xfb7fffff]
[ 3.587411] pci 0000:01:00.0: bridge window [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 3.597716] acpiphp: Slot [0-2] registered
[ 3.600543] pci 0000:03:00.0: [1af4:1041] type 00 class 0x020000
[ 3.610518] pci 0000:03:00.0: reg 0x14: [mem 0xfe840000-0xfe840fff]
[ 3.621510] pci 0000:03:00.0: reg 0x20: [mem 0xfae00000-0xfae03fff 64bit pref]
[ 3.626653] pci 0000:03:00.0: reg 0x30: [mem 0xfe800000-0xfe83ffff pref]
[ 3.627684] pci 0000:03:00.0: enabling Extended Tags
[ 3.981073] pci 0000:00:02.1: PCI bridge to [bus 03]
[ 3.983706] pci 0000:00:02.1: bridge window [mem 0xfe800000-0xfe9fffff]
[ 3.987658] pci 0000:00:02.1: bridge window [mem 0xfae00000-0xfaffffff 64bit pref]
[ 3.997108] acpiphp: Slot [0-3] registered
[ 4.001662] pci 0000:04:00.0: [1af4:1042] type 00 class 0x010000
[ 4.011108] pci 0000:04:00.0: reg 0x14: [mem 0xfe600000-0xfe600fff]
[ 4.029942] pci 0000:04:00.0: reg 0x20: [mem 0xfac00000-0xfac03fff 64bit pref]
[ 4.036015] pci 0000:04:00.0: enabling Extended Tags
[ 4.346733] pci 0000:00:02.2: PCI bridge to [bus 04]
[ 4.347625] pci 0000:00:02.2: bridge window [mem 0xfe600000-0xfe7fffff]
[ 4.351640] pci 0000:00:02.2: bridge window [mem 0xfac00000-0xfadfffff 64bit pref]
[ 4.361041] acpiphp: Slot [0-4] registered
[ 4.365546] pci 0000:05:00.0: [1af4:1045] type 00 class 0x00ff00
[ 4.375103] pci 0000:05:00.0: reg 0x14: [mem 0xfe400000-0xfe400fff]
[ 4.395108] pci 0000:05:00.0: reg 0x20: [mem 0xfaa00000-0xfaa03fff 64bit pref]
[ 4.404025] pci 0000:05:00.0: enabling Extended Tags
[ 4.715567] pci 0000:00:02.3: PCI bridge to [bus 05]
[ 4.719786] pci 0000:00:02.3: bridge window [mem 0xfe400000-0xfe5fffff]
[ 4.723646] pci 0000:00:02.3: bridge window [mem 0xfaa00000-0xfabfffff 64bit pref]
[ 4.733586] acpiphp: Slot [0-5] registered
[ 4.737515] pci 0000:06:00.0: [1af4:1044] type 00 class 0x00ff00
[ 4.747100] pci 0000:06:00.0: reg 0x14: [mem 0xfe200000-0xfe200fff]
[ 4.762717] pci 0000:06:00.0: reg 0x20: [mem 0xfa800000-0xfa803fff 64bit pref]
[ 4.767345] pci 0000:06:00.0: enabling Extended Tags
[ 5.068820] pci 0000:00:02.4: PCI bridge to [bus 06]
[ 5.071653] pci 0000:00:02.4: bridge window [mem 0xfe200000-0xfe3fffff]
[ 5.075684] pci 0000:00:02.4: bridge window [mem 0xfa800000-0xfa9fffff 64bit pref]
[ 5.084979] acpiphp: Slot [0-6] registered
[ 5.362644] pci 0000:00:02.5: PCI bridge to [bus 07]
[ 5.363643] pci 0000:00:02.5: bridge window [mem 0xfe000000-0xfe1fffff]
[ 5.367617] pci 0000:00:02.5: bridge window [mem 0xfa600000-0xfa7fffff 64bit pref]
[ 5.377085] acpiphp: Slot [0-7] registered
[ 5.662411] pci 0000:00:02.6: PCI bridge to [bus 08]
[ 5.663659] pci 0000:00:02.6: bridge window [mem 0xfde00000-0xfdffffff]
[ 5.667579] pci 0000:00:02.6: bridge window [mem 0xfa400000-0xfa5fffff 64bit pref]
[ 5.677317] acpiphp: Slot [0-8] registered
[ 5.966200] pci 0000:00:02.7: PCI bridge to [bus 09]
[ 5.967636] pci 0000:00:02.7: bridge window [mem 0xfdc00000-0xfddfffff]
[ 5.971655] pci 0000:00:02.7: bridge window [mem 0xfa200000-0xfa3fffff 64bit pref]
[ 5.980351] acpiphp: Slot [0-9] registered
[ 6.271804] pci 0000:00:03.0: PCI bridge to [bus 0a]
[ 6.275661] pci 0000:00:03.0: bridge window [mem 0xfda00000-0xfdbfffff]
[ 6.279595] pci 0000:00:03.0: bridge window [mem 0xfa000000-0xfa1fffff 64bit pref]
[ 6.288600] acpiphp: Slot [0-10] registered
[ 6.563912] pci 0000:00:03.1: PCI bridge to [bus 0b]
[ 6.567590] pci 0000:00:03.1: bridge window [mem 0xfd800000-0xfd9fffff]
[ 6.571648] pci 0000:00:03.1: bridge window [mem 0xf9e00000-0xf9ffffff 64bit pref]
[ 6.580320] acpiphp: Slot [0-11] registered
[ 6.865360] pci 0000:00:03.2: PCI bridge to [bus 0c]
[ 6.867621] pci 0000:00:03.2: bridge window [mem 0xfd600000-0xfd7fffff]
[ 6.871756] pci 0000:00:03.2: bridge window [mem 0xf9c00000-0xf9dfffff 64bit pref]
[ 6.881983] acpiphp: Slot [0-12] registered
[ 7.169613] pci 0000:00:03.3: PCI bridge to [bus 0d]
[ 7.171702] pci 0000:00:03.3: bridge window [mem 0xfd400000-0xfd5fffff]
[ 7.175621] pci 0000:00:03.3: bridge window [mem 0xf9a00000-0xf9bfffff 64bit pref]
[ 7.184458] acpiphp: Slot [0-13] registered
[ 7.472460] pci 0000:00:03.4: PCI bridge to [bus 0e]
[ 7.475684] pci 0000:00:03.4: bridge window [mem 0xfd200000-0xfd3fffff]
[ 7.479644] pci 0000:00:03.4: bridge window [mem 0xf9800000-0xf99fffff 64bit pref]
[ 7.488339] acpiphp: Slot [0-14] registered
[ 7.767824] pci 0000:00:03.5: PCI bridge to [bus 0f]
[ 7.771620] pci 0000:00:03.5: bridge window [mem 0xfd000000-0xfd1fffff]
[ 7.775616] pci 0000:00:03.5: bridge window [mem 0xf9600000-0xf97fffff 64bit pref]
[ 7.784514] acpiphp: Slot [0-15] registered
[ 8.064188] pci 0000:00:03.6: PCI bridge to [bus 10]
[ 8.067659] pci 0000:00:03.6: bridge window [mem 0xfce00000-0xfcffffff]
[ 8.071640] pci 0000:00:03.6: bridge window [mem 0xf9400000-0xf95fffff 64bit pref]
[ 8.080639] acpiphp: Slot [0-16] registered
[ 8.356896] pci 0000:00:03.7: PCI bridge to [bus 11]
[ 8.359640] pci 0000:00:03.7: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 8.363632] pci 0000:00:03.7: bridge window [mem 0xf9200000-0xf93fffff 64bit pref]
[ 8.372222] acpiphp: Slot [0-17] registered
[ 8.646771] pci 0000:00:04.0: PCI bridge to [bus 12]
[ 8.647619] pci 0000:00:04.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 8.651611] pci 0000:00:04.0: bridge window [mem 0xf9000000-0xf91fffff 64bit pref]
[ 8.660396] acpiphp: Slot [0-18] registered
[ 8.934053] pci 0000:00:04.1: PCI bridge to [bus 13]
[ 8.935579] pci 0000:00:04.1: bridge window [mem 0xfc800000-0xfc9fffff]
[ 8.939576] pci 0000:00:04.1: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref]
[ 8.948385] acpiphp: Slot [0-19] registered
[ 9.223190] pci 0000:00:04.2: PCI bridge to [bus 14]
[ 9.227619] pci 0000:00:04.2: bridge window [mem 0xfc600000-0xfc7fffff]
[ 9.231577] pci 0000:00:04.2: bridge window [mem 0xf8c00000-0xf8dfffff 64bit pref]
[ 9.240219] acpiphp: Slot [0-20] registered
[ 9.517531] pci 0000:00:04.3: PCI bridge to [bus 15]
[ 9.519620] pci 0000:00:04.3: bridge window [mem 0xfc400000-0xfc5fffff]
[ 9.523671] pci 0000:00:04.3: bridge window [mem 0xf8a00000-0xf8bfffff 64bit pref]
[ 9.533128] acpiphp: Slot [0-21] registered
[ 9.822939] pci 0000:00:04.4: PCI bridge to [bus 16]
[ 9.823627] pci 0000:00:04.4: bridge window [mem 0xfc200000-0xfc3fffff]
[ 9.827605] pci 0000:00:04.4: bridge window [mem 0xf8800000-0xf89fffff 64bit pref]
[ 9.838084] acpiphp: Slot [0-22] registered
[ 10.137998] pci 0000:00:04.5: PCI bridge to [bus 17]
[ 10.139635] pci 0000:00:04.5: bridge window [mem 0xfc000000-0xfc1fffff]
[ 10.143598] pci 0000:00:04.5: bridge window [mem 0xf8600000-0xf87fffff 64bit pref]
[ 10.152804] acpiphp: Slot [0-23] registered
[ 10.446655] pci 0000:00:04.6: PCI bridge to [bus 18]
[ 10.447661] pci 0000:00:04.6: bridge window [mem 0xfbe00000-0xfbffffff]
[ 10.452221] pci 0000:00:04.6: bridge window [mem 0xf8400000-0xf85fffff 64bit pref]
[ 10.462209] acpiphp: Slot [0-24] registered
[ 10.748402] pci 0000:00:04.7: PCI bridge to [bus 19]
[ 10.751614] pci 0000:00:04.7: bridge window [mem 0xfbc00000-0xfbdfffff]
[ 10.755598] pci 0000:00:04.7: bridge window [mem 0xf8200000-0xf83fffff 64bit pref]
[ 10.765215] acpiphp: Slot [0-25] registered
[ 11.052640] pci 0000:00:05.0: PCI bridge to [bus 1a]
[ 11.055712] pci 0000:00:05.0: bridge window [mem 0xfba00000-0xfbbfffff]
[ 11.059644] pci 0000:00:05.0: bridge window [mem 0xf8000000-0xf81fffff 64bit pref]
[ 11.135988] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 11.140016] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 11.143764] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 11.148076] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 11.151723] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[ 11.155724] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[ 11.159733] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 11.163757] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 11.167373] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[ 11.171184] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[ 11.175117] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[ 11.179182] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[ 11.183116] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[ 11.187137] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[ 11.191116] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[ 11.195119] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[ 11.199666] iommu: Default domain type: Translated
[ 11.203096] iommu: DMA domain TLB invalidation policy: lazy mode
[ 11.207386] SCSI subsystem initialized
[ 11.211345] pci 0000:00:01.0: vgaarb: setting as boot VGA device
[ 11.215060] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 11.215125] pci 0000:00:01.0: vgaarb: bridge control possible
[ 11.219104] vgaarb: loaded
[ 11.223227] ACPI: bus type USB registered
[ 11.227137] usbcore: registered new interface driver usbfs
[ 11.231110] usbcore: registered new interface driver hub
[ 11.235131] usbcore: registered new device driver usb
[ 11.239147] pps_core: LinuxPPS API ver. 1 registered
[ 11.243098] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 11.247131] PTP clock support registered
[ 11.251306] EDAC MC: Ver: 3.0.0
[ 11.270483] NetLabel: Initializing
[ 11.271120] NetLabel: domain hash size = 128
[ 11.275119] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 11.279199] NetLabel: unlabeled traffic allowed by default
[ 11.283259] PCI: Using ACPI for IRQ routing
[ 14.591799] clocksource: Switched to clocksource kvm-clock
[ 14.624120] VFS: Disk quotas dquot_6.6.0
[ 14.634460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 14.652948] AppArmor: AppArmor Filesystem Enabled
[ 14.665526] pnp: PnP ACPI init
[ 14.674646] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
[ 14.693665] pnp: PnP ACPI: found 5 devices
[ 14.711330] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 14.736120] NET: Registered PF_INET protocol family
[ 14.750565] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 14.770586] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 14.791233] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 14.810572] TCP established hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 14.829220] TCP bind hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 14.847302] TCP: Hash tables configured (established 1024 bind 1024)
[ 14.864227] MPTCP token hash table entries: 256 (order: 0, 6144 bytes, linear)
[ 14.882330] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 14.899291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 14.917598] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 14.935192] NET: Registered PF_XDP protocol family
[ 14.951378] pci 0000:00:02.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 14.970679] pci 0000:00:02.2: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 14.991249] pci 0000:00:02.3: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
[ 15.010738] pci 0000:00:02.4: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
[ 15.031476] pci 0000:00:02.5: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
[ 15.053756] pci 0000:00:02.6: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
[ 15.075571] pci 0000:00:02.7: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
[ 15.099143] pci 0000:00:03.0: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
[ 15.120244] pci 0000:00:03.1: bridge window [io 0x1000-0x0fff] to [bus 0b] add_size 1000
[ 15.140077] pci 0000:00:03.2: bridge window [io 0x1000-0x0fff] to [bus 0c] add_size 1000
[ 15.163337] pci 0000:00:03.3: bridge window [io 0x1000-0x0fff] to [bus 0d] add_size 1000
[ 15.183738] pci 0000:00:03.4: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000
[ 15.204593] pci 0000:00:03.5: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000
[ 15.224464] pci 0000:00:03.6: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000
[ 15.244146] pci 0000:00:03.7: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 15.264034] pci 0000:00:04.0: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 15.283274] pci 0000:00:04.1: bridge window [io 0x1000-0x0fff] to [bus 13] add_size 1000
[ 15.303015] pci 0000:00:04.2: bridge window [io 0x1000-0x0fff] to [bus 14] add_size 1000
[ 15.322690] pci 0000:00:04.3: bridge window [io 0x1000-0x0fff] to [bus 15] add_size 1000
[ 15.343357] pci 0000:00:04.4: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000
[ 15.363399] pci 0000:00:04.5: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000
[ 15.383486] pci 0000:00:04.6: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000
[ 15.403398] pci 0000:00:04.7: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000
[ 15.424317] pci 0000:00:05.0: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000
[ 15.445367] pci 0000:00:02.1: BAR 13: assigned [io 0x1000-0x1fff]
[ 15.460723] pci 0000:00:02.2: BAR 13: assigned [io 0x2000-0x2fff]
[ 15.476201] pci 0000:00:02.3: BAR 13: assigned [io 0x3000-0x3fff]
[ 15.492990] pci 0000:00:02.4: BAR 13: assigned [io 0x4000-0x4fff]
[ 15.508305] pci 0000:00:02.5: BAR 13: assigned [io 0x5000-0x5fff]
[ 15.524250] pci 0000:00:02.6: BAR 13: assigned [io 0x6000-0x6fff]
[ 15.540083] pci 0000:00:02.7: BAR 13: assigned [io 0x7000-0x7fff]
[ 15.556180] pci 0000:00:03.0: BAR 13: assigned [io 0x8000-0x8fff]
[ 15.571781] pci 0000:00:03.1: BAR 13: assigned [io 0x9000-0x9fff]
[ 15.588670] pci 0000:00:03.2: BAR 13: assigned [io 0xa000-0xafff]
[ 15.604670] pci 0000:00:03.3: BAR 13: assigned [io 0xb000-0xbfff]
[ 15.620753] pci 0000:00:03.4: BAR 13: assigned [io 0xe000-0xefff]
[ 15.635525] pci 0000:00:03.5: BAR 13: assigned [io 0xf000-0xffff]
[ 15.652410] pci 0000:00:03.6: BAR 13: no space for [io size 0x1000]
[ 15.668897] pci 0000:00:03.6: BAR 13: failed to assign [io size 0x1000]
[ 15.685774] pci 0000:00:03.7: BAR 13: no space for [io size 0x1000]
[ 15.703292] pci 0000:00:03.7: BAR 13: failed to assign [io size 0x1000]
[ 15.720266] pci 0000:00:04.0: BAR 13: no space for [io size 0x1000]
[ 15.737099] pci 0000:00:04.0: BAR 13: failed to assign [io size 0x1000]
[ 15.754971] pci 0000:00:04.1: BAR 13: no space for [io size 0x1000]
[ 15.772724] pci 0000:00:04.1: BAR 13: failed to assign [io size 0x1000]
[ 15.788891] pci 0000:00:04.2: BAR 13: no space for [io size 0x1000]
[ 15.804412] pci 0000:00:04.2: BAR 13: failed to assign [io size 0x1000]
[ 15.820443] pci 0000:00:04.3: BAR 13: no space for [io size 0x1000]
[ 15.836076] pci 0000:00:04.3: BAR 13: failed to assign [io size 0x1000]
[ 15.854030] pci 0000:00:04.4: BAR 13: no space for [io size 0x1000]
[ 15.871183] pci 0000:00:04.4: BAR 13: failed to assign [io size 0x1000]
[ 15.887650] pci 0000:00:04.5: BAR 13: no space for [io size 0x1000]
[ 15.903236] pci 0000:00:04.5: BAR 13: failed to assign [io size 0x1000]
[ 15.919672] pci 0000:00:04.6: BAR 13: no space for [io size 0x1000]
[ 15.936717] pci 0000:00:04.6: BAR 13: failed to assign [io size 0x1000]
[ 15.953730] pci 0000:00:04.7: BAR 13: no space for [io size 0x1000]
[ 15.970296] pci 0000:00:04.7: BAR 13: failed to assign [io size 0x1000]
[ 15.987019] pci 0000:00:05.0: BAR 13: no space for [io size 0x1000]
[ 16.003220] pci 0000:00:05.0: BAR 13: failed to assign [io size 0x1000]
[ 16.020706] pci 0000:00:05.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 16.036332] pci 0000:00:04.7: BAR 13: assigned [io 0x2000-0x2fff]
[ 16.051763] pci 0000:00:04.6: BAR 13: assigned [io 0x3000-0x3fff]
[ 16.067175] pci 0000:00:04.5: BAR 13: assigned [io 0x4000-0x4fff]
[ 16.082505] pci 0000:00:04.4: BAR 13: assigned [io 0x5000-0x5fff]
[ 16.098490] pci 0000:00:04.3: BAR 13: assigned [io 0x6000-0x6fff]
[ 16.114536] pci 0000:00:04.2: BAR 13: assigned [io 0x7000-0x7fff]
[ 16.131214] pci 0000:00:04.1: BAR 13: assigned [io 0x8000-0x8fff]
[ 16.147561] pci 0000:00:04.0: BAR 13: assigned [io 0x9000-0x9fff]
[ 16.163468] pci 0000:00:03.7: BAR 13: assigned [io 0xa000-0xafff]
[ 16.178731] pci 0000:00:03.6: BAR 13: assigned [io 0xb000-0xbfff]
[ 16.194664] pci 0000:00:03.5: BAR 13: assigned [io 0xe000-0xefff]
[ 16.210136] pci 0000:00:03.4: BAR 13: assigned [io 0xf000-0xffff]
[ 16.225523] pci 0000:00:03.3: BAR 13: no space for [io size 0x1000]
[ 16.242531] pci 0000:00:03.3: BAR 13: failed to assign [io size 0x1000]
[ 16.259533] pci 0000:00:03.2: BAR 13: no space for [io size 0x1000]
[ 16.275336] pci 0000:00:03.2: BAR 13: failed to assign [io size 0x1000]
[ 16.297948] pci 0000:00:03.1: BAR 13: no space for [io size 0x1000]
[ 16.323247] pci 0000:00:03.1: BAR 13: failed to assign [io size 0x1000]
[ 16.350919] pci 0000:00:03.0: BAR 13: no space for [io size 0x1000]
[ 16.370239] pci 0000:00:03.0: BAR 13: failed to assign [io size 0x1000]
[ 16.388243] pci 0000:00:02.7: BAR 13: no space for [io size 0x1000]
[ 16.406539] pci 0000:00:02.7: BAR 13: failed to assign [io size 0x1000]
[ 16.424366] pci 0000:00:02.6: BAR 13: no space for [io size 0x1000]
[ 16.440136] pci 0000:00:02.6: BAR 13: failed to assign [io size 0x1000]
[ 16.457600] pci 0000:00:02.5: BAR 13: no space for [io size 0x1000]
[ 16.473353] pci 0000:00:02.5: BAR 13: failed to assign [io size 0x1000]
[ 16.490695] pci 0000:00:02.4: BAR 13: no space for [io size 0x1000]
[ 16.507880] pci 0000:00:02.4: BAR 13: failed to assign [io size 0x1000]
[ 16.525984] pci 0000:00:02.3: BAR 13: no space for [io size 0x1000]
[ 16.542447] pci 0000:00:02.3: BAR 13: failed to assign [io size 0x1000]
[ 16.559164] pci 0000:00:02.2: BAR 13: no space for [io size 0x1000]
[ 16.576299] pci 0000:00:02.2: BAR 13: failed to assign [io size 0x1000]
[ 16.594039] pci 0000:00:02.1: BAR 13: no space for [io size 0x1000]
[ 16.612898] pci 0000:00:02.1: BAR 13: failed to assign [io size 0x1000]
[ 16.629868] pci 0000:01:00.0: PCI bridge to [bus 02]
[ 16.642871] pci 0000:01:00.0: bridge window [io 0xc000-0xcfff]
[ 16.663879] pci 0000:01:00.0: bridge window [mem 0xfb600000-0xfb7fffff]
[ 16.691241] pci 0000:01:00.0: bridge window [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 16.724854] pci 0000:00:02.0: PCI bridge to [bus 01-02]
[ 16.741123] pci 0000:00:02.0: bridge window [io 0xc000-0xcfff]
[ 16.760397] pci 0000:00:02.0: bridge window [mem 0xfb600000-0xfb9fffff]
[ 16.783923] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 16.807403] pci 0000:00:02.1: PCI bridge to [bus 03]
[ 16.824241] pci 0000:00:02.1: bridge window [mem 0xfe800000-0xfe9fffff]
[ 16.844566] pci 0000:00:02.1: bridge window [mem 0xfae00000-0xfaffffff 64bit pref]
[ 16.871270] pci 0000:00:02.2: PCI bridge to [bus 04]
[ 16.890208] pci 0000:00:02.2: bridge window [mem 0xfe600000-0xfe7fffff]
[ 16.910503] pci 0000:00:02.2: bridge window [mem 0xfac00000-0xfadfffff 64bit pref]
[ 16.937998] pci 0000:00:02.3: PCI bridge to [bus 05]
[ 16.955515] pci 0000:00:02.3: bridge window [mem 0xfe400000-0xfe5fffff]
[ 16.977408] pci 0000:00:02.3: bridge window [mem 0xfaa00000-0xfabfffff 64bit pref]
[ 17.003924] pci 0000:00:02.4: PCI bridge to [bus 06]
[ 17.022022] pci 0000:00:02.4: bridge window [mem 0xfe200000-0xfe3fffff]
[ 17.042438] pci 0000:00:02.4: bridge window [mem 0xfa800000-0xfa9fffff 64bit pref]
[ 17.066461] pci 0000:00:02.5: PCI bridge to [bus 07]
[ 17.083540] pci 0000:00:02.5: bridge window [mem 0xfe000000-0xfe1fffff]
[ 17.104955] pci 0000:00:02.5: bridge window [mem 0xfa600000-0xfa7fffff 64bit pref]
[ 17.158110] pci 0000:00:02.6: PCI bridge to [bus 08]
[ 17.195042] pci 0000:00:02.6: bridge window [mem 0xfde00000-0xfdffffff]
[ 17.222599] pci 0000:00:02.6: bridge window [mem 0xfa400000-0xfa5fffff 64bit pref]
[ 17.252984] pci 0000:00:02.7: PCI bridge to [bus 09]
[ 17.269178] pci 0000:00:02.7: bridge window [mem 0xfdc00000-0xfddfffff]
[ 17.287904] pci 0000:00:02.7: bridge window [mem 0xfa200000-0xfa3fffff 64bit pref]
[ 17.312362] pci 0000:00:03.0: PCI bridge to [bus 0a]
[ 17.327055] pci 0000:00:03.0: bridge window [mem 0xfda00000-0xfdbfffff]
[ 17.346159] pci 0000:00:03.0: bridge window [mem 0xfa000000-0xfa1fffff 64bit pref]
[ 17.368230] pci 0000:00:03.1: PCI bridge to [bus 0b]
[ 17.384373] pci 0000:00:03.1: bridge window [mem 0xfd800000-0xfd9fffff]
[ 17.402977] pci 0000:00:03.1: bridge window [mem 0xf9e00000-0xf9ffffff 64bit pref]
[ 17.425530] pci 0000:00:03.2: PCI bridge to [bus 0c]
[ 17.441486] pci 0000:00:03.2: bridge window [mem 0xfd600000-0xfd7fffff]
[ 17.460500] pci 0000:00:03.2: bridge window [mem 0xf9c00000-0xf9dfffff 64bit pref]
[ 17.482228] pci 0000:00:03.3: PCI bridge to [bus 0d]
[ 17.498828] pci 0000:00:03.3: bridge window [mem 0xfd400000-0xfd5fffff]
[ 17.518168] pci 0000:00:03.3: bridge window [mem 0xf9a00000-0xf9bfffff 64bit pref]
[ 17.540620] pci 0000:00:03.4: PCI bridge to [bus 0e]
[ 17.554512] pci 0000:00:03.4: bridge window [io 0xf000-0xffff]
[ 17.571526] pci 0000:00:03.4: bridge window [mem 0xfd200000-0xfd3fffff]
[ 17.590930] pci 0000:00:03.4: bridge window [mem 0xf9800000-0xf99fffff 64bit pref]
[ 17.614348] pci 0000:00:03.5: PCI bridge to [bus 0f]
[ 17.631421] pci 0000:00:03.5: bridge window [io 0xe000-0xefff]
[ 17.648721] pci 0000:00:03.5: bridge window [mem 0xfd000000-0xfd1fffff]
[ 17.666689] pci 0000:00:03.5: bridge window [mem 0xf9600000-0xf97fffff 64bit pref]
[ 17.688648] pci 0000:00:03.6: PCI bridge to [bus 10]
[ 17.702378] pci 0000:00:03.6: bridge window [io 0xb000-0xbfff]
[ 17.721029] pci 0000:00:03.6: bridge window [mem 0xfce00000-0xfcffffff]
[ 17.742240] pci 0000:00:03.6: bridge window [mem 0xf9400000-0xf95fffff 64bit pref]
[ 17.765948] pci 0000:00:03.7: PCI bridge to [bus 11]
[ 17.780275] pci 0000:00:03.7: bridge window [io 0xa000-0xafff]
[ 17.799315] pci 0000:00:03.7: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 17.820500] pci 0000:00:03.7: bridge window [mem 0xf9200000-0xf93fffff 64bit pref]
[ 17.846320] pci 0000:00:04.0: PCI bridge to [bus 12]
[ 17.862180] pci 0000:00:04.0: bridge window [io 0x9000-0x9fff]
[ 17.881213] pci 0000:00:04.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 17.901724] pci 0000:00:04.0: bridge window [mem 0xf9000000-0xf91fffff 64bit pref]
[ 17.926020] pci 0000:00:04.1: PCI bridge to [bus 13]
[ 17.940733] pci 0000:00:04.1: bridge window [io 0x8000-0x8fff]
[ 17.959743] pci 0000:00:04.1: bridge window [mem 0xfc800000-0xfc9fffff]
[ 17.981115] pci 0000:00:04.1: bridge window [mem 0xf8e00000-0xf8ffffff 64bit pref]
[ 18.005915] pci 0000:00:04.2: PCI bridge to [bus 14]
[ 18.021211] pci 0000:00:04.2: bridge window [io 0x7000-0x7fff]
[ 18.040474] pci 0000:00:04.2: bridge window [mem 0xfc600000-0xfc7fffff]
[ 18.061307] pci 0000:00:04.2: bridge window [mem 0xf8c00000-0xf8dfffff 64bit pref]
[ 18.085729] pci 0000:00:04.3: PCI bridge to [bus 15]
[ 18.101120] pci 0000:00:04.3: bridge window [io 0x6000-0x6fff]
[ 18.120701] pci 0000:00:04.3: bridge window [mem 0xfc400000-0xfc5fffff]
[ 18.140820] pci 0000:00:04.3: bridge window [mem 0xf8a00000-0xf8bfffff 64bit pref]
[ 18.166177] pci 0000:00:04.4: PCI bridge to [bus 16]
[ 18.182430] pci 0000:00:04.4: bridge window [io 0x5000-0x5fff]
[ 18.202704] pci 0000:00:04.4: bridge window [mem 0xfc200000-0xfc3fffff]
[ 18.224531] pci 0000:00:04.4: bridge window [mem 0xf8800000-0xf89fffff 64bit pref]
[ 18.248042] pci 0000:00:04.5: PCI bridge to [bus 17]
[ 18.263432] pci 0000:00:04.5: bridge window [io 0x4000-0x4fff]
[ 18.281396] pci 0000:00:04.5: bridge window [mem 0xfc000000-0xfc1fffff]
[ 18.301624] pci 0000:00:04.5: bridge window [mem 0xf8600000-0xf87fffff 64bit pref]
[ 18.325697] pci 0000:00:04.6: PCI bridge to [bus 18]
[ 18.340393] pci 0000:00:04.6: bridge window [io 0x3000-0x3fff]
[ 18.358374] pci 0000:00:04.6: bridge window [mem 0xfbe00000-0xfbffffff]
[ 18.378170] pci 0000:00:04.6: bridge window [mem 0xf8400000-0xf85fffff 64bit pref]
[ 18.402222] pci 0000:00:04.7: PCI bridge to [bus 19]
[ 18.417285] pci 0000:00:04.7: bridge window [io 0x2000-0x2fff]
[ 18.435360] pci 0000:00:04.7: bridge window [mem 0xfbc00000-0xfbdfffff]
[ 18.455617] pci 0000:00:04.7: bridge window [mem 0xf8200000-0xf83fffff 64bit pref]
[ 18.479383] pci 0000:00:05.0: PCI bridge to [bus 1a]
[ 18.494385] pci 0000:00:05.0: bridge window [io 0x1000-0x1fff]
[ 18.511979] pci 0000:00:05.0: bridge window [mem 0xfba00000-0xfbbfffff]
[ 18.532398] pci 0000:00:05.0: bridge window [mem 0xf8000000-0xf81fffff 64bit pref]
[ 18.555686] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 18.573255] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 18.588878] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 18.609196] pci_bus 0000:00: resource 7 [mem 0x08000000-0xafffffff window]
[ 18.633031] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[ 18.650196] pci_bus 0000:00: resource 9 [mem 0x100000000-0x8ffffffff window]
[ 18.667570] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
[ 18.685087] pci_bus 0000:01: resource 1 [mem 0xfb600000-0xfb9fffff]
[ 18.700792] pci_bus 0000:01: resource 2 [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 18.718022] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
[ 18.731494] pci_bus 0000:02: resource 1 [mem 0xfb600000-0xfb7fffff]
[ 18.746957] pci_bus 0000:02: resource 2 [mem 0xfb000000-0xfb1fffff 64bit pref]
[ 18.764929] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe9fffff]
[ 18.780402] pci_bus 0000:03: resource 2 [mem 0xfae00000-0xfaffffff 64bit pref]
[ 18.799148] pci_bus 0000:04: resource 1 [mem 0xfe600000-0xfe7fffff]
[ 18.815126] pci_bus 0000:04: resource 2 [mem 0xfac00000-0xfadfffff 64bit pref]
[ 18.833913] pci_bus 0000:05: resource 1 [mem 0xfe400000-0xfe5fffff]
[ 18.849313] pci_bus 0000:05: resource 2 [mem 0xfaa00000-0xfabfffff 64bit pref]
[ 18.867324] pci_bus 0000:06: resource 1 [mem 0xfe200000-0xfe3fffff]
[ 18.883181] pci_bus 0000:06: resource 2 [mem 0xfa800000-0xfa9fffff 64bit pref]
[ 18.900706] pci_bus 0000:07: resource 1 [mem 0xfe000000-0xfe1fffff]
[ 18.940227] pci_bus 0000:07: resource 2 [mem 0xfa600000-0xfa7fffff 64bit pref]
[ 18.973475] pci_bus 0000:08: resource 1 [mem 0xfde00000-0xfdffffff]
[ 18.995625] pci_bus 0000:08: resource 2 [mem 0xfa400000-0xfa5fffff 64bit pref]
[ 19.013380] pci_bus 0000:09: resource 1 [mem 0xfdc00000-0xfddfffff]
[ 19.030868] pci_bus 0000:09: resource 2 [mem 0xfa200000-0xfa3fffff 64bit pref]
[ 19.048968] pci_bus 0000:0a: resource 1 [mem 0xfda00000-0xfdbfffff]
[ 19.064339] pci_bus 0000:0a: resource 2 [mem 0xfa000000-0xfa1fffff 64bit pref]
[ 19.084117] pci_bus 0000:0b: resource 1 [mem 0xfd800000-0xfd9fffff]
[ 19.100982] pci_bus 0000:0b: resource 2 [mem 0xf9e00000-0xf9ffffff 64bit pref]
[ 19.119573] pci_bus 0000:0c: resource 1 [mem 0xfd600000-0xfd7fffff]
[ 19.136000] pci_bus 0000:0c: resource 2 [mem 0xf9c00000-0xf9dfffff 64bit pref]
[ 19.154931] pci_bus 0000:0d: resource 1 [mem 0xfd400000-0xfd5fffff]
[ 19.171595] pci_bus 0000:0d: resource 2 [mem 0xf9a00000-0xf9bfffff 64bit pref]
[ 19.191966] pci_bus 0000:0e: resource 0 [io 0xf000-0xffff]
[ 19.205833] pci_bus 0000:0e: resource 1 [mem 0xfd200000-0xfd3fffff]
[ 19.221202] pci_bus 0000:0e: resource 2 [mem 0xf9800000-0xf99fffff 64bit pref]
[ 19.238297] pci_bus 0000:0f: resource 0 [io 0xe000-0xefff]
[ 19.251942] pci_bus 0000:0f: resource 1 [mem 0xfd000000-0xfd1fffff]
[ 19.267229] pci_bus 0000:0f: resource 2 [mem 0xf9600000-0xf97fffff 64bit pref]
[ 19.287196] pci_bus 0000:10: resource 0 [io 0xb000-0xbfff]
[ 19.300922] pci_bus 0000:10: resource 1 [mem 0xfce00000-0xfcffffff]
[ 19.315870] pci_bus 0000:10: resource 2 [mem 0xf9400000-0xf95fffff 64bit pref]
[ 19.333842] pci_bus 0000:11: resource 0 [io 0xa000-0xafff]
[ 19.347659] pci_bus 0000:11: resource 1 [mem 0xfcc00000-0xfcdfffff]
[ 19.365533] pci_bus 0000:11: resource 2 [mem 0xf9200000-0xf93fffff 64bit pref]
[ 19.383278] pci_bus 0000:12: resource 0 [io 0x9000-0x9fff]
[ 19.397595] pci_bus 0000:12: resource 1 [mem 0xfca00000-0xfcbfffff]
[ 19.412674] pci_bus 0000:12: resource 2 [mem 0xf9000000-0xf91fffff 64bit pref]
[ 19.430109] pci_bus 0000:13: resource 0 [io 0x8000-0x8fff]
[ 19.443842] pci_bus 0000:13: resource 1 [mem 0xfc800000-0xfc9fffff]
[ 19.458690] pci_bus 0000:13: resource 2 [mem 0xf8e00000-0xf8ffffff 64bit pref]
[ 19.475977] pci_bus 0000:14: resource 0 [io 0x7000-0x7fff]
[ 19.490121] pci_bus 0000:14: resource 1 [mem 0xfc600000-0xfc7fffff]
[ 19.506267] pci_bus 0000:14: resource 2 [mem 0xf8c00000-0xf8dfffff 64bit pref]
[ 19.524900] pci_bus 0000:15: resource 0 [io 0x6000-0x6fff]
[ 19.539855] pci_bus 0000:15: resource 1 [mem 0xfc400000-0xfc5fffff]
[ 19.556030] pci_bus 0000:15: resource 2 [mem 0xf8a00000-0xf8bfffff 64bit pref]
[ 19.578310] pci_bus 0000:16: resource 0 [io 0x5000-0x5fff]
[ 19.592638] pci_bus 0000:16: resource 1 [mem 0xfc200000-0xfc3fffff]
[ 19.608939] pci_bus 0000:16: resource 2 [mem 0xf8800000-0xf89fffff 64bit pref]
[ 19.629442] pci_bus 0000:17: resource 0 [io 0x4000-0x4fff]
[ 19.643662] pci_bus 0000:17: resource 1 [mem 0xfc000000-0xfc1fffff]
[ 19.662521] pci_bus 0000:17: resource 2 [mem 0xf8600000-0xf87fffff 64bit pref]
[ 19.683523] pci_bus 0000:18: resource 0 [io 0x3000-0x3fff]
[ 19.697892] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbffffff]
[ 19.713879] pci_bus 0000:18: resource 2 [mem 0xf8400000-0xf85fffff 64bit pref]
[ 19.732311] pci_bus 0000:19: resource 0 [io 0x2000-0x2fff]
[ 19.746451] pci_bus 0000:19: resource 1 [mem 0xfbc00000-0xfbdfffff]
[ 19.762587] pci_bus 0000:19: resource 2 [mem 0xf8200000-0xf83fffff 64bit pref]
[ 19.780390] pci_bus 0000:1a: resource 0 [io 0x1000-0x1fff]
[ 19.794323] pci_bus 0000:1a: resource 1 [mem 0xfba00000-0xfbbfffff]
[ 19.810358] pci_bus 0000:1a: resource 2 [mem 0xf8000000-0xf81fffff 64bit pref]
[ 19.834823] ACPI: \_SB_.GSIG: Enabled at IRQ 22
[ 19.857961] pci 0000:02:01.0: quirk_usb_early_handoff+0x0/0x160 took 23439 usecs
[ 19.880233] PCI: CLS 0 bytes, default 64
[ 19.891409] Trying to unpack rootfs image as initramfs...
[ 19.906237] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x285c3ee517e, max_idle_ns: 440795257231 ns
[ 19.963534] Initialise system trusted keyrings
[ 19.987268] Key type blacklist registered
[ 20.011364] workingset: timestamp_bits=36 max_order=15 bucket_order=0
[ 20.044637] zbud: loaded
[ 20.063660] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 20.099244] fuse: init (API version 7.34)
[ 20.119629] integrity: Platform Keyring initialized
[ 20.151268] Key type asymmetric registered
[ 20.175181] Asymmetric key parser 'x509' registered
[ 20.195557] Freeing initrd memory: 8744K
[ 20.205920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 20.224331] io scheduler mq-deadline registered
[ 20.243353] pcieport 0000:00:02.0: PME: Signaling with IRQ 24
[ 20.260057] pcieport 0000:00:02.0: AER: enabled with IRQ 24
[ 20.289296] pcieport 0000:00:02.1: PME: Signaling with IRQ 25
[ 20.306817] pcieport 0000:00:02.1: AER: enabled with IRQ 25
[ 20.333611] pcieport 0000:00:02.2: PME: Signaling with IRQ 26
[ 20.351820] pcieport 0000:00:02.2: AER: enabled with IRQ 26
[ 20.381347] pcieport 0000:00:02.3: PME: Signaling with IRQ 27
[ 20.398466] pcieport 0000:00:02.3: AER: enabled with IRQ 27
[ 20.425956] pcieport 0000:00:02.4: PME: Signaling with IRQ 28
[ 20.443681] pcieport 0000:00:02.4: AER: enabled with IRQ 28
[ 20.474420] pcieport 0000:00:02.5: PME: Signaling with IRQ 29
[ 20.493763] pcieport 0000:00:02.5: AER: enabled with IRQ 29
[ 20.522302] pcieport 0000:00:02.6: PME: Signaling with IRQ 30
[ 20.540383] pcieport 0000:00:02.6: AER: enabled with IRQ 30
[ 20.570785] pcieport 0000:00:02.7: PME: Signaling with IRQ 31
[ 20.588334] pcieport 0000:00:02.7: AER: enabled with IRQ 31
[ 20.607547] ACPI: \_SB_.GSIH: Enabled at IRQ 23
[ 20.628454] pcieport 0000:00:03.0: PME: Signaling with IRQ 32
[ 20.646617] pcieport 0000:00:03.0: AER: enabled with IRQ 32
[ 20.674323] pcieport 0000:00:03.1: PME: Signaling with IRQ 33
[ 20.690111] pcieport 0000:00:03.1: AER: enabled with IRQ 33
[ 20.716948] pcieport 0000:00:03.2: PME: Signaling with IRQ 34
[ 20.734632] pcieport 0000:00:03.2: AER: enabled with IRQ 34
[ 20.762502] pcieport 0000:00:03.3: PME: Signaling with IRQ 35
[ 20.782210] pcieport 0000:00:03.3: AER: enabled with IRQ 35
[ 20.811330] pcieport 0000:00:03.4: PME: Signaling with IRQ 36
[ 20.827528] pcieport 0000:00:03.4: AER: enabled with IRQ 36
[ 20.855830] pcieport 0000:00:03.5: PME: Signaling with IRQ 37
[ 20.872882] pcieport 0000:00:03.5: AER: enabled with IRQ 37
[ 20.908178] pcieport 0000:00:03.6: PME: Signaling with IRQ 38
[ 20.924986] pcieport 0000:00:03.6: AER: enabled with IRQ 38
[ 20.951264] pcieport 0000:00:03.7: PME: Signaling with IRQ 39
[ 20.969613] pcieport 0000:00:03.7: AER: enabled with IRQ 39
[ 20.994779] ACPI: \_SB_.GSIE: Enabled at IRQ 20
[ 21.015574] pcieport 0000:00:04.0: PME: Signaling with IRQ 40
[ 21.034254] pcieport 0000:00:04.0: AER: enabled with IRQ 40
[ 21.064785] pcieport 0000:00:04.1: PME: Signaling with IRQ 41
[ 21.083818] pcieport 0000:00:04.1: AER: enabled with IRQ 41
[ 21.113002] pcieport 0000:00:04.2: PME: Signaling with IRQ 42
[ 21.131113] pcieport 0000:00:04.2: AER: enabled with IRQ 42
[ 21.159159] pcieport 0000:00:04.3: PME: Signaling with IRQ 43
[ 21.174787] pcieport 0000:00:04.3: AER: enabled with IRQ 43
[ 21.204076] pcieport 0000:00:04.4: PME: Signaling with IRQ 44
[ 21.220225] pcieport 0000:00:04.4: AER: enabled with IRQ 44
[ 21.246262] pcieport 0000:00:04.5: PME: Signaling with IRQ 45
[ 21.264133] pcieport 0000:00:04.5: AER: enabled with IRQ 45
[ 21.291336] pcieport 0000:00:04.6: PME: Signaling with IRQ 46
[ 21.308937] pcieport 0000:00:04.6: AER: enabled with IRQ 46
[ 21.335593] pcieport 0000:00:04.7: PME: Signaling with IRQ 47
[ 21.353372] pcieport 0000:00:04.7: AER: enabled with IRQ 47
[ 21.373110] ACPI: \_SB_.GSIF: Enabled at IRQ 21
[ 21.394880] pcieport 0000:00:05.0: PME: Signaling with IRQ 48
[ 21.412199] pcieport 0000:00:05.0: AER: enabled with IRQ 48
[ 21.445888] shpchp 0000:01:00.0: HPC vendor_id 1b36 device_id e ss_vid 0 ss_did 0
[ 21.486105] shpchp 0000:01:00.0: pci_hp_register failed with error -16
[ 21.501948] shpchp 0000:01:00.0: Slot initialization failed
[ 21.523911] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 21.541557] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 21.560030] ACPI: button: Power Button [PWRF]
[ 21.655969] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 21.728286] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 21.749768] Linux agpgart interface v0.103
[ 21.762355] loop: module loaded
[ 21.772543] tun: Universal TUN/TAP device driver, 1.6
[ 21.785400] PPP generic driver version 2.4.2
[ 21.796275] VFIO - User Level meta-driver version: 0.3
[ 21.809493] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 21.826006] ehci-pci: EHCI PCI platform driver
[ 21.837596] ehci-platform: EHCI generic platform driver
[ 21.850481] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 21.865310] ohci-pci: OHCI PCI platform driver
[ 21.877310] ohci-platform: OHCI generic platform driver
[ 21.892473] uhci_hcd: USB Universal Host Controller Interface driver
[ 21.912787] uhci_hcd 0000:02:01.0: UHCI Host Controller
[ 21.926380] uhci_hcd 0000:02:01.0: new USB bus registered, assigned bus number 1
[ 21.945887] uhci_hcd 0000:02:01.0: detected 2 ports
[ 21.960210] uhci_hcd 0000:02:01.0: irq 22, io base 0x0000c000
[ 21.975854] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[ 21.996347] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 22.014307] usb usb1: Product: UHCI Host Controller
[ 22.029113] usb usb1: Manufacturer: Linux 5.15.0-71-generic uhci_hcd
[ 22.045574] usb usb1: SerialNumber: 0000:02:01.0
[ 22.058232] hub 1-0:1.0: USB hub found
[ 22.068617] hub 1-0:1.0: 2 ports detected
[ 22.080073] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 22.107511] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 22.120259] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 22.133460] mousedev: PS/2 mouse device common for all mice
[ 22.150625] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 22.171157] rtc_cmos 00:03: RTC can wake from S4
[ 22.190093] rtc_cmos 00:03: registered as rtc0
[ 22.205463] rtc_cmos 00:03: setting system clock to 2026-01-05T15:10:19 UTC (1767625819)
[ 22.227024] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram
[ 22.243150] i2c_dev: i2c /dev entries driver
[ 22.254581] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 22.283614] device-mapper: uevent: version 1.0.3
[ 22.296286] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[ 22.317201] platform eisa.0: Probing EISA bus 0
[ 22.328870] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 22.345318] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 22.360791] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 22.376942] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 22.393284] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 22.409262] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 22.425199] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 22.441038] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[ 22.457369] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 22.472853] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 22.489200] platform eisa.0: EISA: Detected 0 cards
[ 22.502313] ledtrig-cpu: registered to indicate activity on CPUs
[ 22.517451] drop_monitor: Initializing network drop monitor service
[ 22.532988] NET: Registered PF_INET6 protocol family
[ 22.549353] Segment Routing with IPv6
[ 22.559260] In-situ OAM (IOAM) with IPv6
[ 22.570965] NET: Registered PF_PACKET protocol family
[ 22.584449] Key type dns_resolver registered
[ 22.597132] IPI shorthand broadcast: enabled
[ 22.608617] registered taskstats version 1
[ 22.619933] Loading compiled-in X.509 certificates
[ 22.633307] Loaded X.509 cert 'Build time autogenerated kernel key: 2f86ddc308e15dc6b50c79b07e2324bbca0a5704'
[ 22.660709] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[ 22.685402] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[ 22.711389] blacklist: Loading compiled-in revocation X.509 certificates
[ 22.728123] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[ 22.755445] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[ 22.780946] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[ 22.807608] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[ 22.833214] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[ 22.859216] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[ 22.886374] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[ 22.912000] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[ 22.939768] zswap: loaded using pool lzo/zbud
[ 22.952422] Key type .fscrypt registered
[ 22.963339] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
[ 22.983532] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
[ 23.001978] usb 1-1: Product: QEMU USB Tablet
[ 23.013432] usb 1-1: Manufacturer: QEMU
[ 23.024185] usb 1-1: SerialNumber: 28754-0000:00:02.0:00.0:01.0-1
[ 23.039853] Key type fscrypt-provisioning registered
[ 23.055534] Key type encrypted registered
[ 23.068051] AppArmor: AppArmor sha1 policy hashing enabled
[ 23.083599] ima: No TPM chip found, activating TPM-bypass!
[ 23.099688] Loading compiled-in module X.509 certificates
[ 23.114512] Loaded X.509 cert 'Build time autogenerated kernel key: 2f86ddc308e15dc6b50c79b07e2324bbca0a5704'
[ 23.138411] ima: Allocated hash algorithm: sha1
[ 23.151718] ima: No architecture policies found
[ 23.165191] evm: Initialising EVM extended attributes:
[ 23.179553] evm: security.selinux
[ 23.189169] evm: security.SMACK64
[ 23.199546] evm: security.SMACK64EXEC
[ 23.210823] evm: security.SMACK64TRANSMUTE
[ 23.223298] evm: security.SMACK64MMAP
[ 23.234170] evm: security.apparmor
[ 23.243962] evm: security.ima
[ 23.252528] evm: security.capability
[ 23.262527] evm: HMAC attrs: 0x1
[ 23.272181] PM: Magic number: 10:550:183
[ 23.284969] acpi device:42: hash matches
[ 23.296840] RAS: Correctable Errors collector initialized.
[ 23.311218] Unstable clock detected, switching default tracing clock to "global"
[ 23.311218] If you want to keep using the local clock, then add:
[ 23.311218] "trace_clock=local"
[ 23.311218] on the kernel command line
[ 23.365200] Freeing unused decrypted memory: 2036K
[ 23.378991] Freeing unused kernel image (initmem) memory: 3244K
[ 23.394813] Write protecting the kernel read-only data: 30720k
[ 23.410751] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 23.428230] Freeing unused kernel image (rodata/data gap) memory: 1448K
[ 23.496908] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 23.521782] Run /init as init process
info: initramfs: up at 22.16
[ 23.624927] virtio_blk virtio2: [vda] 2097152 512-byte logical blocks (1.07 GB/1.00 GiB)
[ 23.666829] GPT:Primary header thinks Alt. header is not at the end of the disk.
[ 23.695519] GPT:229375 != 2097151
[ 23.709025] GPT:Alternate GPT header not at the end of the disk.
[ 23.732788] GPT:229375 != 2097151
[ 23.746966] GPT: Use GNU Parted to correct GPT errors.
[ 23.844945] virtio_gpu virtio0: [drm] drm_plane_enable_fb_damage_clips() not called
[ 24.298359] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5
[ 24.349856] sr 0:0:0:0: Attached scsi generic sg0 type 5
currently loaded modules: 8021q 8139cp 8390 9pnet 9pnet_virtio ahci cec drm drm_kms_helper e1000 e1000e failover fb_sys_fops garp hid hid_generic ip6_udp_tunnel ip_tables isofs libahci libcrc32c llc mii mrp ne2k_pci net_failover nls_ascii nls_iso8859_1 nls_utf8 pcnet32 qemu_fw_cfg rc_core sctp stp syscopyarea sysfillrect sysimgblt udp_tunnel usbhid virtio_blk virtio_dma_buf virtio_gpu virtio_input virtio_net virtio_rng virtio_scsi x_tables
info: copying initramfs to /dev/vda1
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 23.44
info: container: none
Starting syslogd: OK
currently loaded modules: 8021q 8139cp 8390 9pnet 9pnet_virtio ahci cec drm drm_kms_helper e1000 e1000e failover fb_sys_fops garp hid hid_generic ip6_udp_tunnel ip_tables isofs libahci libcrc32c llc mii mrp ne2k_pci net_failover nls_ascii nls_iso8859_1 nls_utf8 pcnet32 qemu_fw_cfg rc_core sctp stp syscopyarea sysfillrect sysimgblt udp_tunnel usbhid virtio_blk virtio_dma_buf virtio_gpu virtio_input virtio_net virtio_rng virtio_scsi x_tables
Saving random seed: OK
Starting acpid: OK
Starting network: dhcpcd-9.4.1 starting
DUID 00:04:e8:b5:80:f0:e6:87:4a:7f:8b:bf:6a:63:f5:3c:f4:b8
forked to background, child pid 349
no interfaces have a carrier
OK
Top of dropbear init script
Starting dropbear sshd: OK
GROWROOT: CHANGED: partition=1 start=18432 old: size=210911 end=229343 new: size=2078687,end=2097119
/dev/root resized successfully [took 0.05s]
no userdata for datasource
=== system information ===
Platform: RDO OpenStack Compute/RHEL
Container: none
Arch: x86_64
CPU(s): 1 @ na MHz
Cores/Sockets/Threads: 1/1/1
Virt-type:
RAM Size: 88MB
Disks:
NAME MAJ:MIN SIZE LABEL MOUNTPOINT
sr0 11:0 485376 config-2
vda 252:0 1073741824
vda1 252:1 1064287744 cirros-rootfs /
vda15 252:15 8388608
=== sshd host keys ===
-----BEGIN SSH HOST KEY KEYS-----
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUBcWaoZBkpQdyCfwLOmIVfJvfSwzfwfZG9LEbcGQd047H8ut3hF8AwWrfES+jkG0PfJbGkXgUebqxm5/uE2Ep2nk/ZqymmnqhkZJC0o2ShLQrilr9vh5Mvc4EQwA6XDYJYBG0LTorF7bQHkkfj7Ko1uI8ys7fMLQIh9g4RigPPkkZZnv0BPmguSaIke+9Cpb2YpPPgOgDSZX+JyhkK+eLcMLyYzbZLrm7xBjPVG2uaVjCJHJMdDCZaxl84/O06aJTi3DAgRLB2djD5xDsD9cn7RIuykpgxQxiUJ8vwsH/OR24+0qx+ZoGlYdktV43Xp1WS/u+sJncKVaaRZkYGL9d root@tempest-testnetworkbasicops-server-141186871
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNT8ac3m7Pz/coeteseJm2Jq89o5+8SEpFETGHFwb5e4y0IWijVoB0btn1Kxq6TkqMNG35rfrhI3CdqPzW17938= root@tempest-testnetworkbasicops-server-141186871
-----END SSH HOST KEY KEYS-----
=== network info ===
if-info: lo,up,127.0.0.1,8,,
if-info: eth0,up,,8,fe80::f816:3eff:fed8:1f9a/64,
ip-route6:fe80::/64 dev eth0 metric 256
ip-route6:multicast ff00::/8 dev eth0 metric 256
=== datasource: configdrive local ===
instance-id: e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
name: tempest-TestNetworkBasicOps-server-141186871
availability-zone: nova
local-hostname: tempest-testnetworkbasicops-server-141186871
launch-index: 0
=== cirros: current=0.6.2 uptime=24.85 ===
=== pinging gateway failed, debugging connection ===
############ debug start ##############
### /etc/init.d/sshd start
Top of dropbear init script
Starting dropbear sshd: remove-dropbear-host-keys already run per instance
FAIL
### ifconfig -a
eth0 Link encap:Ethernet HWaddr FA:16:3E:D8:1F:9A
inet6 addr: fe80::f816:3eff:fed8:1f9a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1442 Metric:1
RX packets:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2438 (2.3 KiB) TX bytes:992 (992.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1020 (1020.0 B) TX bytes:1020 (1020.0 B)
### route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
### cat /etc/resolv.conf
# Generated by dhcpcd
# /etc/resolv.conf.head can replace this line
# /etc/resolv.conf.tail can replace this line
### gateway not found
### pinging nameservers
### uname -a
Linux tempest-testnetworkbasicops-server-141186871 5.15.0-71-generic #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 x86_64 GNU/Linux
### lsmod
Module Size Used by Not tainted
ahci 45056 0
libahci 45056 1 ahci
sctp 393216 2
libcrc32c 16384 1 sctp
ip6_udp_tunnel 16384 1 sctp
udp_tunnel 20480 1 sctp
ip_tables 32768 0
x_tables 53248 1 ip_tables
8021q 36864 0
garp 20480 1 8021q
stp 16384 1 garp
llc 16384 2 garp,stp
mrp 20480 1 8021q
nls_utf8 16384 0
nls_iso8859_1 16384 0
nls_ascii 16384 0
isofs 53248 0
hid_generic 16384 0
usbhid 65536 0
hid 151552 2 hid_generic,usbhid
virtio_rng 16384 0
virtio_gpu 73728 0
virtio_dma_buf 16384 1 virtio_gpu
drm_kms_helper 311296 3 virtio_gpu
syscopyarea 16384 1 drm_kms_helper
sysfillrect 20480 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
cec 61440 1 drm_kms_helper
rc_core 65536 1 cec
drm 622592 3 virtio_gpu,drm_kms_helper
virtio_scsi 24576 0
virtio_net 61440 0
net_failover 20480 1 virtio_net
failover 16384 1 net_failover
virtio_input 20480 0
virtio_blk 20480 1
qemu_fw_cfg 20480 0
9pnet_virtio 20480 0
9pnet 90112 1 9pnet_virtio
pcnet32 45056 0
8139cp 40960 0
mii 16384 2 pcnet32,8139cp
ne2k_pci 20480 0
8390 24576 1 ne2k_pci
e1000e 299008 0
e1000 159744 0
### dmesg | tail
[ 24.499368] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 24.505111] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem
[ 24.527420] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 24.776254] EXT4-fs (vda1): re-mounted. Opts: (null). Quota mode: none.
[ 24.850330] EXT4-fs (vda1): re-mounted. Opts: (null). Quota mode: none.
[ 25.134760] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 25.136918] ISO 9660 Extensions: RRIP_1991A
[ 25.343461] 8021q: adding VLAN 0 to HW filter on device eth0
[ 25.979375] EXT4-fs (vda1): resizing filesystem from 25600 to 259835 blocks
[ 25.983780] EXT4-fs (vda1): resized filesystem to 259835
### tail -n 25 /var/log/messages
Jan 5 15:10:22 cirros syslog.info syslogd started: BusyBox v1.35.0
Jan 5 15:10:22 cirros auth.notice su: + none root:cirros
Jan 5 15:10:22 cirros daemon.info dhcpcd[347]: dhcpcd-9.4.1 starting
Jan 5 15:10:22 cirros daemon.info dhcpcd[350]: DUID 00:04:e8:b5:80:f0:e6:87:4a:7f:8b:bf:6a:63:f5:3c:f4:b8
Jan 5 15:10:22 cirros daemon.warn dhcpcd[350]: no interfaces have a carrier
Jan 5 15:10:22 cirros daemon.info dhcpcd[350]: eth0: waiting for carrier
Jan 5 15:10:22 cirros daemon.info dhcpcd[350]: eth0: carrier acquired
Jan 5 15:10:22 cirros daemon.info dhcpcd[350]: eth0: IAID 3e:d8:1f:9a
Jan 5 15:10:22 cirros daemon.info dhcpcd[350]: eth0: adding address fe80::f816:3eff:fed8:1f9a
Jan 5 15:10:22 cirros daemon.info dhcpcd[350]: eth0: soliciting a DHCP lease
Jan 5 15:10:22 cirros daemon.info dhcpcd[350]: eth0: offered 10.100.0.12 from 10.100.0.1
Jan 5 15:10:22 cirros daemon.info dhcpcd[350]: eth0: probing address 10.100.0.12/28
Jan 5 15:10:22 cirros authpriv.info dropbear[393]: Running in background
Jan 5 15:10:23 cirros daemon.info dhcpcd[350]: eth0: soliciting an IPv6 router
############ debug end ##############
____ ____ ____
/ __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \
\___//_//_/ /_/ \____/___/
http://cirros-cloud.net
login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.
tempest-testnetworkbasicops-server-141186871 login:
2026-01-05 15:10:31,336 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'cirros' with public key authentication
2026-01-05 15:10:31,347 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-05 15:10:31,948 32 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-05 15:10:31,951 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.234 successfully created
2026-01-05 15:10:32,707 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?project_id=134d57b916be4f4ca80b3a59630701e5&network_id=a4d9427d-0bca-46c0-aaca-aa38c0dca8a5 0.755s
2026-01-05 15:10:32,707 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '3456', 'x-openstack-request-id': 'req-aa98fa94-c1a6-4ca5-84a2-302eac0545db', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?project_id=134d57b916be4f4ca80b3a59630701e5&network_id=a4d9427d-0bca-46c0-aaca-aa38c0dca8a5'}
Body: b'{"ports":[{"id":"39d7dd25-004e-46d1-b35c-19e1d39b90b7","name":"","network_id":"a4d9427d-0bca-46c0-aaca-aa38c0dca8a5","tenant_id":"134d57b916be4f4ca80b3a59630701e5","mac_address":"fa:16:3e:d8:1f:9a","admin_state_up":true,"status":"ACTIVE","device_id":"e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"5a3c2f57-f48c-467e-9aba-7272b80d7505","ip_address":"10.100.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["c4626b8f-c7be-4842-bc7a-e8902b844f18"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"compute-0.ctlplane.example.com","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"tempest-testnetworkbasicops-server-141186871","dns_assignment":[{"ip_address":"10.100.0.12","hostname":"tempest-testnetworkbasicops-server-141186871","fqdn":"tempest-testnetworkbasicops-server-141186871.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-05T15:09:38Z","updated_at":"2026-01-05T15:09:51Z","revision_number":4,"project_id":"134d57b916be4f4ca80b3a59630701e5"},{"id":"407c5ecf-8378-4150-80b4-28b4838f896b","name":"","network_id":"a4d9427d-0bca-46c0-aaca-aa38c0dca8a5","tenant_id":"134d57b916be4f4ca80b3a59630701e5","mac_address":"fa:16:3e:45:01:a3","admin_state_up":true,"status":"ACTIVE","device_id":"eba6a9e9-8af9-411d-947e-396910fad707","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"5a3c2f57-f48c-467e-9aba-7272b80d7505","ip_address":"10.100.0.1"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"","binding:vif_type":"unbound","binding:vif_details":{},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":false,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.1","hostname":"host-10-100-0-1","fqdn":"host-10-100-0-1.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"immediate","tags":[],"created_at":"2026-01-05T15:09:18Z","updated_at":"2026-01-05T15:09:19Z","revision_number":2,"project_id":"134d57b916be4f4ca80b3a59630701e5"},{"id":"4cc48a5f-b4b4-4326-a167-b706318b3e05","name":"","network_id":"a4d9427d-0bca-46c0-aaca-aa38c0dca8a5","tenant_id":"134d57b916be4f4ca80b3a59630701e5","mac_address":"fa:16:3e:ab:74:9d","admin_state_up":true,"status":"DOWN","device_id":"ovnmeta-a4d9427d-0bca-46c0-aaca-aa38c0dca8a5","device_owner":"network:distributed","fixed_ips":[{"subnet_id":"5a3c2f57-f48c-467e-9aba-7272b80d7505","ip_address":"10.100.0.2"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":[],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"","binding:vif_type":"unbound","binding:vif_details":{},"qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":false,"dns_name":"","dns_assignment":[{"ip_address":"10.100.0.2","hostname":"host-10-100-0-2","fqdn":"host-10-100-0-2.openstackgate.local."}],"dns_domain":"","resource_request":null,"ip_allocation":"none","tags":[],"created_at":"2026-01-05T15:09:09Z","updated_at":"2026-01-05T15:09:16Z","revision_number":2,"project_id":"134d57b916be4f4ca80b3a59630701e5"}]}'
2026-01-05 15:10:32,709 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'cirros' with public key authentication
2026-01-05 15:10:32,714 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-05 15:10:32,834 32 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-05 15:10:32,835 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.234 successfully created
2026-01-05 15:10:32,836 32 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 10.100.0.12
2026-01-05 15:10:32,836 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'cirros' with public key authentication
2026-01-05 15:10:32,841 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-05 15:10:32,947 32 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-05 15:10:32,949 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.234 successfully created
2026-01-05 15:10:32,970 32 DEBUG [tempest.lib.common.utils.test_utils] Call connect_remote returns true in 0.133982 seconds
2026-01-05 15:10:32,970 32 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 10.100.0.1
2026-01-05 15:10:32,970 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'cirros' with public key authentication
2026-01-05 15:10:32,975 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-05 15:10:33,083 32 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-05 15:10:33,083 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.234 successfully created
2026-01-05 15:10:33,090 32 DEBUG [tempest.lib.common.utils.test_utils] Call connect_remote returns true in 0.119837 seconds
2026-01-05 15:10:33,247 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=91f1f87d-8ddb-4030-83b0-c60e5827f426 0.157s
2026-01-05 15:10:33,248 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:33 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '651', 'x-openstack-request-id': 'req-4b3910b9-6fb0-4f1c-8440-5a5c87378c0c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=91f1f87d-8ddb-4030-83b0-c60e5827f426'}
Body: b'{"subnets":[{"id":"f9f82994-8a19-40b1-82f7-b9b9bbba0198","name":"public_subnet","tenant_id":"54417029b2fb4b749e20754214013802","network_id":"91f1f87d-8ddb-4030-83b0-c60e5827f426","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"192.168.122.1","cidr":"192.168.122.0/24","allocation_pools":[{"start":"192.168.122.171","end":"192.168.122.250"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-05T14:44:40Z","updated_at":"2026-01-05T14:44:40Z","revision_number":0,"project_id":"54417029b2fb4b749e20754214013802"}]}'
2026-01-05 15:10:33,248 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'cirros' with public key authentication
2026-01-05 15:10:33,255 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-05 15:10:33,371 32 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-05 15:10:33,377 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.234 successfully created
2026-01-05 15:10:33,377 32 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 192.168.122.1
2026-01-05 15:10:33,377 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'cirros' with public key authentication
2026-01-05 15:10:33,382 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-05 15:10:33,497 32 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-05 15:10:33,497 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.234 successfully created
2026-01-05 15:10:34,506 32 ERROR [tempest.lib.common.utils.linux.remote_client] (TestNetworkBasicOps:test_network_basic_ops) Executing command on 192.168.122.234 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 192.168.122.1' failed, exit status: 1, stderr:
stdout:
PING 192.168.122.1 (192.168.122.1) 56(84) bytes of data.
--- 192.168.122.1 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
2026-01-05 15:10:34,506 32 WARNING [tempest.scenario.manager] Failed to check icmp connectivity for IP 192.168.122.1 via a ssh connection from: 192.168.122.234.
2026-01-05 15:10:35,509 32 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; ping -c1 -w1 -s56 192.168.122.1
2026-01-05 15:10:35,509 32 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.234:22' as 'cirros' with public key authentication
2026-01-05 15:10:35,513 32 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-05 15:10:35,572 32 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-05 15:10:35,573 32 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.234 successfully created
2026-01-05 15:10:35,584 32 DEBUG [tempest.lib.common.utils.test_utils] Call connect_remote returns true in 2.206656 seconds
2026-01-05 15:10:36,105 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96 0.520s
2026-01-05 15:10:36,105 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": null}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '580', 'x-openstack-request-id': 'req-f03087d0-91b7-4a9a-9c0a-a5b86d941589', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96'}
Body: b'{"floatingip": {"id": "d21a4328-53f6-4cf6-9e37-4c457662da96", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "floating_ip_address": "192.168.122.234", "floating_network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "ACTIVE", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-05T15:09:55Z", "updated_at": "2026-01-05T15:10:35Z", "revision_number": 2, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:10:41,262 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96 5.156s
2026-01-05 15:10:41,263 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-e39c4df4-787d-4ca4-a6c3-177687e3a076', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96'}
Body: b'{"floatingip": {"id": "d21a4328-53f6-4cf6-9e37-4c457662da96", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "floating_ip_address": "192.168.122.234", "floating_network_id": "91f1f87d-8ddb-4030-83b0-c60e5827f426", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-05T15:09:55Z", "updated_at": "2026-01-05T15:10:36Z", "revision_number": 3, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:10:41,263 32 INFO [tempest.scenario.manager] FloatingIP: {'id': 'd21a4328-53f6-4cf6-9e37-4c457662da96', 'tenant_id': '134d57b916be4f4ca80b3a59630701e5', 'floating_ip_address': '192.168.122.234', 'floating_network_id': '91f1f87d-8ddb-4030-83b0-c60e5827f426', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-05T15:09:55Z', 'updated_at': '2026-01-05T15:10:36Z', 'revision_number': 3, 'project_id': '134d57b916be4f4ca80b3a59630701e5'} is at status: DOWN
2026-01-05 15:10:41,263 32 DEBUG [tempest.lib.common.utils.test_utils] Call refresh returns true in 5.158098 seconds
2026-01-05 15:10:41,263 32 DEBUG [tempest.scenario.manager] checking network connections to IP 192.168.122.234 with user: cirros
2026-01-05 15:10:41,264 32 DEBUG [tempest.scenario.manager] TestNetworkBasicOps:test_network_basic_ops begins to ping 192.168.122.234 in 120 sec and the expected result is unreachable
2026-01-05 15:10:45,559 32 DEBUG [tempest.lib.common.utils.test_utils] Call ping returns true in 4.294808 seconds
2026-01-05 15:10:45,559 32 DEBUG [tempest.scenario.manager] TestNetworkBasicOps:test_network_basic_ops finishes ping 192.168.122.234 in 120 sec and the ping result is expected
2026-01-05 15:10:46,559 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.820s
2026-01-05 15:10:46,560 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-TestNetworkBasicOps-1652670178", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKh399X5lcPmnryZsMEiRmq6/hWc2lqnzoKjZflIaMxD/wFojmqrE9y8g8didK67Tk1uw0iHp6H9BLRCpYhdH0udQnkf+vdWA61pvUmEq8/NMoSaQgqrFMX5S1Km9EOGXQ=="}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:45 GMT', 'server': 'Apache', 'content-length': '398', '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-b6dbaf96-1c1b-4fc7-87c4-ec99515c9ce1', 'x-compute-request-id': 'req-b6dbaf96-1c1b-4fc7-87c4-ec99515c9ce1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=eb593ec211983448d7407e1c49a519e7; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestNetworkBasicOps-1652670178", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKh399X5lcPmnryZsMEiRmq6/hWc2lqnzoKjZflIaMxD/wFojmqrE9y8g8didK67Tk1uw0iHp6H9BLRCpYhdH0udQnkf+vdWA61pvUmEq8/NMoSaQgqrFMX5S1Km9EOGXQ==", "fingerprint": "c1:8a:34:5d:ac:99:99:22:bc:8b:72:64:d3:92:cc:4d", "user_id": "8d883f36e32b4c71b56683d7117547d8"}}'
2026-01-05 15:10:48,682 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 2.119s
2026-01-05 15:10:48,682 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-secgroup-smoke-847955539", "description": "tempest-secgroup-smoke-847955539 description", "project_id": "134d57b916be4f4ca80b3a59630701e5"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:48 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-318823ac-861c-4b25-ade7-c4dd614efe15', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "name": "tempest-secgroup-smoke-847955539", "stateful": true, "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "description": "tempest-secgroup-smoke-847955539 description", "shared": false, "security_group_rules": [{"id": "99a43b8e-5952-45d5-9c8e-51bcf957e951", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "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": 507, "description": null, "tags": [], "created_at": "2026-01-05T15:10:47Z", "updated_at": "2026-01-05T15:10:47Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}, {"id": "ce3a7e53-a955-43d9-b140-ea4df47f40a5", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "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": 505, "description": null, "tags": [], "created_at": "2026-01-05T15:10:47Z", "updated_at": "2026-01-05T15:10:47Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}], "tags": [], "created_at": "2026-01-05T15:10:47Z", "updated_at": "2026-01-05T15:10:47Z", "revision_number": 1, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:10:51,636 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 2.953s
2026-01-05 15:10:51,636 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": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-8648ba89-d34f-4bae-989a-dd5d26c49a27', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "b9d3a71c-393c-47ae-8d4a-4e75a0f973a3", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:10:50Z", "updated_at": "2026-01-05T15:10:50Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:10:52,359 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.722s
2026-01-05 15:10:52,359 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": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-cf23b3fa-61dc-4435-b25e-130e9eef2c43', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "7a7a742a-fc27-4514-ab03-152c72e64a3e", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:10:52Z", "updated_at": "2026-01-05T15:10:52Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:10:53,022 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.662s
2026-01-05 15:10:53,022 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": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:53 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-48e9cb3c-4034-4894-b25e-ad47752584f3', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "a8935c18-948e-4748-b2ce-fc3687b46ad5", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:10:52Z", "updated_at": "2026-01-05T15:10:52Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:10:53,895 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.856s
2026-01-05 15:10:53,895 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": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:53 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3fa5536a-eacc-473f-9870-f420ac9d34d9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "6d947f11-2d8d-4c9a-a36e-fa310ccc0163", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:10:53Z", "updated_at": "2026-01-05T15:10:53Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:10:55,218 32 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.322s
2026-01-05 15:10:55,218 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": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "project_id": "134d57b916be4f4ca80b3a59630701e5", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 05 Jan 2026 15:10:55 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bd1fd7bb-6ddb-4bcf-a9d9-e407c359af5f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=2c2cd5b81df1da8f7efddcfbda941b56; 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": "9c1ea8f9-ae72-454e-b456-603632669374", "tenant_id": "134d57b916be4f4ca80b3a59630701e5", "security_group_id": "c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-01-05T15:10:54Z", "updated_at": "2026-01-05T15:10:54Z", "revision_number": 0, "project_id": "134d57b916be4f4ca80b3a59630701e5"}}'
2026-01-05 15:10:56,444 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 0x7f445a7a9fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,447 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 0x7f4453370b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,451 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 0x7f44533708b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,458 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 0x7f4453370ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,461 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 0x7f44533707c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,464 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 0x7f445332f7c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,466 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 0x7f445332f760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,468 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 0x7f445332fa30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,469 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 0x7f445332f520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,471 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 0x7f445332fa90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014
2026-01-05 15:10:56,749 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 0x7f445a799ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,835 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 0x7f445332fbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,841 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 0x7f445332ff40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,844 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 0x7f445332fe80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,846 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 0x7f445332fdf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,848 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 0x7f44533a7f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,850 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 0x7f44533a7df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,853 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 0x7f44533a7c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,856 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 0x7f44533a7a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,858 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 0x7f44533a7a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178
2026-01-05 15:10:56,944 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 0x7f445333ca60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,947 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 0x7f44533a74f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,948 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 0x7f445bf9dee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,950 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 0x7f445bd91c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,952 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 0x7f445bd91a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,953 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 0x7f445bd91910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,955 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 0x7f445bd91730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,957 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 0x7f445bd91580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,962 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 0x7f445bd91550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,964 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 0x7f445bd913a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96
2026-01-05 15:10:56,975 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 0x7f445336cd90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:56,977 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 0x7f445bd91130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:56,980 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 0x7f4459ecfdf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:56,984 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 0x7f4459ecfc40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:56,985 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 0x7f4459ecfaf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:56,987 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 0x7f4459ecfa60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:56,989 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 0x7f4459ecf730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:56,990 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 0x7f4459ecf700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:56,992 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 0x7f4459ecf6d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:56,994 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 0x7f4459ecf3a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,032 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 0x7f445a78df10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,117 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 0x7f4459ecf040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,119 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 0x7f445a78dd60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,122 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 0x7f445a78da30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,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 0x7f445a78d880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,125 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 0x7f445a78d850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,141 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 0x7f445a78d7f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,144 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 0x7f445f862a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,150 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 0x7f445c0eea00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,152 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 0x7f445a7a9c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8
2026-01-05 15:10:57,339 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 0x7f445a77ce80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,344 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 0x7f445a77c8e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,347 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 0x7f445a77c910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,350 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 0x7f445a77c7c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,351 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 0x7f445a77c2e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,353 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 0x7f445a77c0d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,355 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 0x7f445a77c760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,357 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 0x7f445a77c4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,360 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 0x7f445a77ca90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,364 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 0x7f445b2e7d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18
2026-01-05 15:10:57,371 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 0x7f445a734730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,373 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 0x7f445a7343d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,375 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 0x7f445a734520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,377 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 0x7f445a734130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,378 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 0x7f445a7792e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,380 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 0x7f445a779610>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,383 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 0x7f445a779820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,386 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 0x7f445a779bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,388 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 0x7f445a779910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,389 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 0x7f445a779dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424
2026-01-05 15:10:57,393 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 0x7f445a7996a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,395 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 0x7f4453370520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,397 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 0x7f44533701c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,398 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 0x7f44533704f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,400 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 0x7f4453372430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,402 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 0x7f4453372dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,404 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 0x7f4453372b50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,405 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 0x7f4453372fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,407 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 0x7f4453372a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,409 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 0x7f4453372940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface
2026-01-05 15:10:57,427 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 0x7f445a7999a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,436 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 0x7f4453372250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,440 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 0x7f445336c400>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,443 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 0x7f445336c190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,446 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 0x7f445336c070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,449 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 0x7f445336c940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,455 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 0x7f445336c910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,464 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 0x7f445336cb20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,466 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 0x7f445336cd00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,468 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 0x7f445336cbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505
2026-01-05 15:10:57,554 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 0x7f445333c8b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,630 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 0x7f445333cd30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,639 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 0x7f445333c9a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,641 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 0x7f445333c7c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,643 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 0x7f44533234f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,645 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 0x7f44533233d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,647 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 0x7f4453323970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,649 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 0x7f4453323220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,651 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 0x7f4453323790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,653 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 0x7f4453323130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707
2026-01-05 15:10:57,658 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 0x7f445a799fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
2026-01-05 15:10:57,660 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 0x7f445331dd00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
2026-01-05 15:10:57,666 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 0x7f445331d220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
2026-01-05 15:10:57,673 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 0x7f445331d7f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
2026-01-05 15:10:57,675 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 0x7f445331d790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
2026-01-05 15:10:57,677 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 0x7f445331d9d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
2026-01-05 15:10:57,678 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 0x7f445331d9a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
2026-01-05 15:10:57,682 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 0x7f445331da60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
2026-01-05 15:10:57,686 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 0x7f445331d4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
2026-01-05 15:10:57,688 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 0x7f445331dd90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5
}}}
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 0x7f445332fbb0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups/c1d5ef07-f8d3-4a7a-b1b9-2dd13bec0014 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f445332fbb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-10: {{{
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 0x7f4453323e50>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 52, in delete_router
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4453323e50>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-11: {{{
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 0x7f445331df40>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 52, in delete_network
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks/a4d9427d-0bca-46c0-aaca-aa38c0dca8a5 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f445331df40>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f44533a78b0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
resp, body = self.delete(url)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1652670178 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f44533a78b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f445bd911f0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/floating_ips_client.py", line 55, in delete_floatingip
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/d21a4328-53f6-4cf6-9e37-4c457662da96 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f445bd911f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f4459ecf100>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/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/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4459ecf100>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-5: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f445c265880>: 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/waiters.py", line 110, in wait_for_server_termination
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/e8b580f0-e687-4a7f-8bbf-6a63f53cf4b8 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f445c265880>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-6: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f445a734970>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups/c4626b8f-c7be-4842-bc7a-e8902b844f18 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f445a734970>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-7: {{{
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 0x7f445a779be0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
resp, body = self.delete(url)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1945306424 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f445a779be0>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-8: {{{
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 0x7f4453372820>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface
return self.update_resource(uri, kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 392, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/routers/eba6a9e9-8af9-411d-947e-396910fad707/remove_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4453372820>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
traceback-9: {{{
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 0x7f445333cc70>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/5a3c2f57-f48c-467e-9aba-7272b80d7505 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f445333cc70>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
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/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 442, in test_network_basic_ops
self._reassociate_floating_ips()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 225, in _reassociate_floating_ips
server = self._create_server(self.network)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 163, in _create_server
{'name': self.create_security_group()['name']}
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 608, in create_security_group
rules = self.create_loginable_secgroup_rule(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 738, in create_loginable_secgroup_rule
sg_rule = self.create_security_group_rule(
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 688, in create_security_group_rule
sg_rule = sec_group_rules_client.create_security_group_rule(**ruleset)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_group_rules_client.py", line 27, in create_security_group_rule
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 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 (telemetry_tempest_plugin.aodh.api.gnocchi.test_alarming_api | 1 | 0 | 0 | 0 | 1 | Detail | |
TelemetryAlarmingAPIGnocchiTest) |
skip
pt20.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
pt21.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
pt22.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
pt23.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration)
|
||||||
| setUpClass (tempest.api.volume.test_versions | 1 | 0 | 0 | 0 | 1 | Detail | |
VersionsTest) |
skip
pt24.1: setUpClass (tempest.api.volume.test_versions.VersionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesActionsTest) |
skip
pt25.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_get | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesGetTest) |
skip
pt26.1: setUpClass (tempest.api.volume.test_volumes_get.VolumesGetTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesListTestJSON) |
skip
pt27.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)
|
||||||
| setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt28.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps)
|
||||||
| setUpClass (tempest.scenario.test_server_multinode | 1 | 0 | 0 | 0 | 1 | Detail | |
TestServerMultinode) |
skip
pt29.1: setUpClass (tempest.scenario.test_server_multinode.TestServerMultinode)
|
||||||
| tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt30.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
pt30.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
pt31.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
pt31.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
pt32.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
pt33.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
pt33.2: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
pass
pt34.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke]
|
||||||
| tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,smoke] |
pass
pt35.1: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,smoke]
|
||||||
test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,smoke] |
pass
pt35.2: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
pass
pt36.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_domains.DomainsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke] |
pass
pt37.1: tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain[id-f2f5b44a-82e8-4dad-8084-0661ea3b18cf,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke] |
pass
pt38.1: tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint[id-37e8f15e-ee7c-4657-a1e7-f6b61e375eff,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
pass
pt39.1: tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke] |
pass
pt40.1: tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy[id-e544703a-2f03-4cf2-9b0f-350782fdb0d3,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_regions.RegionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke] |
pass
pt41.1: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
pass
pt42.1: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_services.ServicesTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt43.1: tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke] |
pass
pt44.1: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke]
|
||||||
| tempest.api.identity.v3.test_api_discovery.TestApiDiscovery | 4 | 4 | 0 | 0 | 0 | Detail | |
test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke] |
pass
pt45.1: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types[id-657c1970-4722-4189-8831-7325f3bc4265,smoke]
|
||||||
test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke] |
pass
pt45.2: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources[id-b9232f5e-d9e5-4d97-b96c-28d3db4de1bd,smoke]
|
||||||
test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke] |
pass
pt45.3: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses[id-8879a470-abfb-47bb-bb8d-5a7fd279ad1e,smoke]
|
||||||
test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke] |
pass
pt45.4: tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions[id-721f480f-35b6-46c7-846e-047e6acea0dc,smoke]
|
||||||
| tempest.api.identity.v3.test_domains.DefaultDomainTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke] |
pass
pt46.1: tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,smoke]
|
||||||
| tempest.api.image.v2.test_images.BasicOperationsImagesTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke] |
pass
pt47.1: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image[id-f848bb94-1c6e-45a4-8726-39e3a5b23535,smoke]
|
||||||
test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke] |
pass
pt47.2: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file[id-139b765e-7f3d-4b3d-8b37-3ca3876ee318,smoke]
|
||||||
test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke] |
pass
pt47.3: tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image[id-f66891a7-a35c-41a8-b590-a065c2a1caa6,smoke]
|
||||||
| tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt48.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke]
|
||||||
| tempest.api.network.test_floating_ips.FloatingIPTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt49.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
pt49.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.BulkNetworkOpsIpV6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt50.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke]
|
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt50.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]
|
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt50.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke]
|
||||||
| tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt51.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke]
|
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt51.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]
|
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt51.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke]
|
||||||
| tempest.api.network.test_networks.NetworksIpV6Test | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt52.1: tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke]
|
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt52.2: tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke]
|
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt52.3: tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke]
|
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt52.4: tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke]
|
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt52.5: tempest.api.network.test_networks.NetworksIpV6Test.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke]
|
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt52.6: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke]
|
||||||
| tempest.api.network.test_networks.NetworksTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt53.1: tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke]
|
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt53.2: tempest.api.network.test_networks.NetworksTest.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke]
|
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt53.3: tempest.api.network.test_networks.NetworksTest.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke]
|
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt53.4: tempest.api.network.test_networks.NetworksTest.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke]
|
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt53.5: tempest.api.network.test_networks.NetworksTest.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke]
|
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt53.6: tempest.api.network.test_networks.NetworksTest.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke]
|
||||||
| tempest.api.network.test_ports.PortsIpV6TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt54.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke]
|
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt54.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke]
|
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt54.3: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke]
|
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt54.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke]
|
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt54.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke]
|
||||||
| tempest.api.network.test_routers.RoutersIpV6Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt55.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt55.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]
|
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt55.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]
|
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt55.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]
|
||||||
| tempest.api.network.test_security_groups.SecGroupIPv6Test | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt56.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]
|
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt56.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]
|
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt56.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]
|
||||||
| tempest.api.network.test_security_groups.SecGroupTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt57.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]
|
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt57.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]
|
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt57.3: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]
|
||||||
| tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt58.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke]
|
||||||
| tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt59.1: tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke]
|
||||||
test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
pass
pt59.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke]
|
||||||
| tempest.api.object_storage.test_account_quotas.AccountQuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_admin_modify_quota[id-63f51f9f-5f1d-4fc6-b5be-d454d70949d6,smoke] |
pass
pt60.1: tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota[id-63f51f9f-5f1d-4fc6-b5be-d454d70949d6,smoke]
|
||||||
test_upload_valid_object[id-a22ef352-a342-4587-8f47-3bbdb5b039c4,smoke] |
pass
pt60.2: tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object[id-a22ef352-a342-4587-8f47-3bbdb5b039c4,smoke]
|
||||||
| tempest.api.object_storage.test_account_services.AccountTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke] |
pass
pt61.1: tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke]
|
||||||
test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke] |
pass
pt61.2: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke]
|
||||||
| tempest.api.object_storage.test_container_services.ContainerTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_container[id-92139d73-7819-4db1-85f8-3f2f22a8d91f,smoke] |
pass
pt62.1: tempest.api.object_storage.test_container_services.ContainerTest.test_create_container[id-92139d73-7819-4db1-85f8-3f2f22a8d91f,smoke]
|
||||||
test_list_container_contents[id-312ff6bd-5290-497f-bda1-7c5fec6697ab,smoke] |
pass
pt62.2: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents[id-312ff6bd-5290-497f-bda1-7c5fec6697ab,smoke]
|
||||||
test_list_container_metadata[id-96e68f0e-19ec-4aa2-86f3-adc6a45e14dd,smoke] |
pass
pt62.3: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata[id-96e68f0e-19ec-4aa2-86f3-adc6a45e14dd,smoke]
|
||||||
| Total | 113 | 77 | 25 | 0 | 11 | ||