Status: Pass 35 Failure 44 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 0x7f4737859610>: 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 0x7f4737859610>: 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 0x7fdd726b68b0>: 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 0x7fdd726b68b0>: 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 0x7f7a36d7fb80>: 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 0x7f7a36d7fb80>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (telemetry_tempest_plugin.aodh.api.test_alarming_api_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingNegativeTest) |
fail
ft4.1: setUpClass (telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9fbc3e5fa0>: 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 0x7f9fbc3e5fa0>: 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
ft5.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f47377d1d60>: 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 0x7f47377d1d60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.compute.servers.test_create_server | 2 | 0 | 1 | 0 | 1 | Detail | |
ServersTestBootFromVolume) |
skip
pt6.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)
|
||||||
ServersTestManualDisk) |
fail
ft6.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 0x7f22251f49a0>: 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 0x7f22251f49a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft7.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/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 0x7f354eddd6a0>: 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_server_actions.py", line 85, in setup_credentials
super(ServerActionsBase, 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 0x7f354eddd6a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_addresses | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesTestJSON) |
fail
ft8.1: setUpClass (tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f354cd0d340>: 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 0x7f354cd0d340>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.compute.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVersions) |
fail
ft9.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 0x7f222523b490>: 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 0x7f222523b490>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_roles | 1 | 0 | 1 | 0 | 0 | Detail | |
RolesV3TestJSON) |
fail
ft10.1: setUpClass (tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f354f356a90>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f356a90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.image.v2.test_images | 1 | 0 | 1 | 0 | 0 | Detail | |
BasicOperationsImagesTest) |
fail
ft11.1: setUpClass (tempest.api.image.v2.test_images.BasicOperationsImagesTest)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 0x7f354f3654f0>: 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 0x7f354f3654f0>: 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
ft12.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 0x7fdd783b4640>: 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 0x7fdd783b4640>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_networks | 2 | 0 | 2 | 0 | 0 | Detail | |
NetworksTest) |
fail
ft13.1: setUpClass (tempest.api.network.test_networks.NetworksTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 446, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib64/python3.9/http/client.py", line 1377, in getresponse
response.begin()
File "/usr/lib64/python3.9/http/client.py", line 320, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python3.9/http/client.py", line 289, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/usr/lib/python3.9/site-packages/tempest/api/network/test_networks.py", line 36, in resource_setup
cls.network = cls.create_network()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 109, in create_network
body = cls.networks_client.create_network(name=network_name, **kwargs)
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'))
|
||||||
BulkNetworkOpsTest) |
fail
ft13.2: setUpClass (tempest.api.network.test_networks.BulkNetworkOpsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f2225023c10>: 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 0x7f2225023c10>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_ports | 2 | 0 | 2 | 0 | 0 | Detail | |
PortsTestJSON) |
fail
ft14.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 0x7fdd78249130>: 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 0x7fdd78249130>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
PortsIpV6TestJSON) |
fail
ft14.2: setUpClass (tempest.api.network.test_ports.PortsIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f354f1bf3a0>: 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 0x7f354f1bf3a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_security_groups | 1 | 0 | 1 | 0 | 0 | Detail | |
SecGroupTest) |
fail
ft15.1: setUpClass (tempest.api.network.test_security_groups.SecGroupTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f7a3c8d3490>: 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 0x7f7a3c8d3490>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_subnetpools_extensions | 1 | 0 | 1 | 0 | 0 | Detail | |
SubnetPoolsTestJSON) |
fail
ft16.1: setUpClass (tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f7a3cb74ee0>: 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 0x7f7a3cb74ee0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworksApiDiscovery) |
fail
ft17.1: setUpClass (tempest.api.network.test_versions.NetworksApiDiscovery)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f473d3ab3a0>: 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 0x7f473d3ab3a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.object_storage.test_account_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
AccountQuotasTest) |
fail
ft18.1: setUpClass (tempest.api.object_storage.test_account_quotas.AccountQuotasTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f7a3cb2ca60>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/object_storage/test_account_quotas.py", line 32, in setup_credentials
super(AccountQuotasTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/object_storage/base.py", line 46, in setup_credentials
super(BaseObjectTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 433, in setup_credentials
manager = cls.get_client_manager(roles=credentials_type[1:],
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cb2ca60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.object_storage.test_account_services | 1 | 0 | 1 | 0 | 0 | Detail | |
AccountTest) |
fail
ft19.1: setUpClass (tempest.api.object_storage.test_account_services.AccountTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f2224f41610>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/object_storage/test_account_services.py", line 38, in setup_credentials
super(AccountTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/object_storage/base.py", line 46, in setup_credentials
super(BaseObjectTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 433, in setup_credentials
manager = cls.get_client_manager(roles=credentials_type[1:],
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 165, in request
resp, resp_body = self.raw_request(url, method,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='keystone-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f2224f41610>: 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
ft20.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 0x7f9fc1f66130>: 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 0x7f9fc1f66130>: 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
ft21.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 0x7f9fc1f3e040>: 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 0x7f9fc1f3e040>: 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
ft22.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 0x7f2224d4d640>: 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 0x7f2224d4d640>: 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
ft23.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/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f4312b0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f3548bcac40>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ffca0>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f3548c27bc0>))
|
||||||
| tearDownClass (tempest.api.compute.servers.test_create_server | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersTestJSON) |
fail
ft24.1: tearDownClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)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 0x7f22251f4850>: 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/0a354aaf-9939-4f6f-a907-60ded194d1d3/remove_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f22251f4850>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (tempest.api.identity.admin.v3.test_trusts | 1 | 0 | 1 | 0 | 0 | Detail | |
TrustsV3TestJSON) |
fail
ft25.1: tearDownClass (tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fdd78367520>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds
self.cleanup_default_secgroup(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_provider.py", line 145, in cleanup_default_secgroup
security_group_client.delete_security_group(secgroup['id'])
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups/2fc1b2b6-6b4d-4c87-bea3-47fc746cfe89 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdd78367520>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (tempest.api.network.test_routers | 2 | 0 | 2 | 0 | 0 | Detail | |
RoutersIpV6Test) |
fail
ft26.1: tearDownClass (tempest.api.network.test_routers.RoutersIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f7a3cbcddf0>: 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/ba85f3e7ae434934ba3a0a3c45be076d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cbcddf0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
RoutersTest) |
fail
ft26.2: 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/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9fc209ac70>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f9fbd0502c0>)
|
||||||
| tearDownClass (tempest.api.network.test_security_groups | 1 | 0 | 1 | 0 | 0 | Detail | |
SecGroupIPv6Test) |
fail
ft27.1: tearDownClass (tempest.api.network.test_security_groups.SecGroupIPv6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f5a19ef54f0>: 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/50b8d33f8f194f33a6d7a2f4a450aab2 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a19ef54f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (tempest.scenario.test_network_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestNetworkBasicOps) |
fail
ft28.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 0x7ffad31180a0>: 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/681f3e0e9ee844b78788743c1be54ca9 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ffad31180a0>: 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
ft29.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-23 12:12:13,235 29 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-23 12:12:13,235 29 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-23 12:12:13,509 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.272s
2026-01-23 12:12:13,509 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1350791428", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEqmGwMs+GWA2kBdB4XPVlAKSeC3SPMc1Ev+Ck7JIowgPqk0CpuRBThR9XO/GLkQiSvv9436emOVY6urrnKAd2pjFMRHKI8XtWgwsQ+c31zM5Xh1CRL28uvDLVOROdrsVA=="}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:13 GMT', 'server': 'Apache', 'content-length': '386', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-727f8821-53b4-40f8-bf4e-8adfe590ddd1', 'x-compute-request-id': 'req-727f8821-53b4-40f8-bf4e-8adfe590ddd1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; 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-1350791428", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEqmGwMs+GWA2kBdB4XPVlAKSeC3SPMc1Ev+Ck7JIowgPqk0CpuRBThR9XO/GLkQiSvv9436emOVY6urrnKAd2pjFMRHKI8XtWgwsQ+c31zM5Xh1CRL28uvDLVOROdrsVA==", "fingerprint": "42:58:d4:b4:54:9f:35:78:df:b3:5d:20:b0:c1:81:fa", "user_id": "e0e1cef9ff584692b12674d39ab8e57c"}}'
2026-01-23 12:12:13,511 29 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1350791428 created
2026-01-23 12:12:14,190 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.677s
2026-01-23 12:12:14,190 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--795267958", "description": "tempest-description--2136053988"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-8b598cbf-473f-4d84-a403-f973fe642744', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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": "cea7ef28-0e53-4d1b-9894-bdd04ace9b30", "name": "tempest-securitygroup--795267958", "stateful": true, "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "description": "tempest-description--2136053988", "shared": false, "security_group_rules": [{"id": "07646b12-0240-4039-a31f-47ddcd8a5831", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "security_group_id": "cea7ef28-0e53-4d1b-9894-bdd04ace9b30", "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": 153, "description": null, "tags": [], "created_at": "2026-01-23T12:12:14Z", "updated_at": "2026-01-23T12:12:14Z", "revision_number": 0, "project_id": "219dee4c2af34d05ac6e31aa65c35134"}, {"id": "239b80a1-c1d8-4602-a11b-ef5d0ccbbcfe", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "security_group_id": "cea7ef28-0e53-4d1b-9894-bdd04ace9b30", "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": 152, "description": null, "tags": [], "created_at": "2026-01-23T12:12:14Z", "updated_at": "2026-01-23T12:12:14Z", "revision_number": 0, "project_id": "219dee4c2af34d05ac6e31aa65c35134"}], "tags": [], "created_at": "2026-01-23T12:12:14Z", "updated_at": "2026-01-23T12:12:14Z", "revision_number": 1, "project_id": "219dee4c2af34d05ac6e31aa65c35134"}}'
2026-01-23 12:12:14,632 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.441s
2026-01-23 12:12:14,633 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cea7ef28-0e53-4d1b-9894-bdd04ace9b30", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:14 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-b9a585ce-25ae-43b1-bf48-5efb9f802b21', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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": "55e7f931-82a4-47be-95db-01341504d21e", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "security_group_id": "cea7ef28-0e53-4d1b-9894-bdd04ace9b30", "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-23T12:12:14Z", "updated_at": "2026-01-23T12:12:14Z", "revision_number": 0, "project_id": "219dee4c2af34d05ac6e31aa65c35134"}}'
2026-01-23 12:12:15,502 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.869s
2026-01-23 12:12:15,502 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cea7ef28-0e53-4d1b-9894-bdd04ace9b30", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-efe652bd-4a03-4c77-a3c5-0eebc67b8ddf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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": "b20f6278-a636-41a8-843f-d451f165299f", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "security_group_id": "cea7ef28-0e53-4d1b-9894-bdd04ace9b30", "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-23T12:12:15Z", "updated_at": "2026-01-23T12:12:15Z", "revision_number": 0, "project_id": "219dee4c2af34d05ac6e31aa65c35134"}}'
2026-01-23 12:12:15,504 29 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--795267958 created
2026-01-23 12:12:17,676 29 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips 2.166s
2026-01-23 12:12:17,676 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "e0e3383a-a1a4-4765-955c-5a1fb8fa826b"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '578', 'x-openstack-request-id': 'req-9f590b68-1ee8-40f2-aeff-3119ea2a93d9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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": "b2625c2d-cb2c-44c2-8230-5e091c8734c4", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "floating_ip_address": "192.168.122.200", "floating_network_id": "e0e3383a-a1a4-4765-955c-5a1fb8fa826b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "219dee4c2af34d05ac6e31aa65c35134", "description": "", "qos_policy_id": null, "port_details": null, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:12:16Z", "updated_at": "2026-01-23T12:12:16Z", "revision_number": 0}}'
2026-01-23 12:12:17,676 29 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b2625c2d-cb2c-44c2-8230-5e091c8734c4', 'tenant_id': '219dee4c2af34d05ac6e31aa65c35134', 'floating_ip_address': '192.168.122.200', 'floating_network_id': 'e0e3383a-a1a4-4765-955c-5a1fb8fa826b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '219dee4c2af34d05ac6e31aa65c35134', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-23T12:12:16Z', 'updated_at': '2026-01-23T12:12:16Z', 'revision_number': 0, 'ip': '192.168.122.200'} created
2026-01-23 12:12:18,180 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.498s
2026-01-23 12:12:18,181 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:17 GMT', 'server': 'Apache', 'content-length': '6410', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d276e520-e15f-4773-9bcb-30593f142996', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=c160fdad3b3dd2a01a966935185a4617; 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": "e0e1cef9ff584692b12674d39ab8e57c", "name": "tempest-AttachInterfacesUnderV243Test-2029647340-project-member", "password_expires_at": null}, "audit_ids": ["eja_LThTQ_uSIwiDUPKhiw"], "expires_at": "2026-01-23T13:12:18.000000Z", "issued_at": "2026-01-23T12:12:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "219dee4c2af34d05ac6e31aa65c35134", "name": "tempest-AttachInterfacesUnderV243Test-2029647340"}, "is_domain": false, "roles": [{"id": "e9219ddf19eb44208fc9b59c919a77fe", "name": "member"}, {"id": "e65285859fdf42e3a6d7751b25d5aff6", "name": "reader"}], "catalog": [{"endpoints": [{"name": "cinderv3", "id": "57239258e5cc44c4b4ae69d23cbbc477", "interface": "internal", "region_id": "regionOne", "url": "https://cinder-internal.openstack.svc:8776/v3", "region": "regionOne"}, {"name": "cinderv3", "id": "7b60441af940479788d70b8cc8cfd311", "interface": "public", "region_id": "regionOne", "url": "https://cinder-public-openstack.apps-crc.testing/v3", "region": "regionOne"}], "id": "3d677406ad2f4e379e8cacb3f8b408ff", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"name": "placement", "id": "108e1585ec0a47d7a952e429d795ce64", "interface": "public", "region_id": "regionOne", "url": "https://placement-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "placement", "id": "a04665f4f8f843948de3e9aedb50fcb2", "interface": "internal", "region_id": "regionOne", "url": "https://placement-internal.openstack.svc:8778", "region": "regionOne"}], "id": "5c6731a0d1704bbc92bc012df2f7c404", "type": "placement", "name": "placement"}, {"endpoints": [], "id": "64ac5b3ee9d841b592a9416ea0f3bbad", "type": "tempest-type-1314815434", "name": "tempest-service-1895467720"}, {"endpoints": [{"id": "24e4b86e1a7f4609b55035b501ddc277", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}, {"id": "9730e3dbbc8e4f0da4a4b8bb76276ebe", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "90775471fbf0447fa102765b4bc714eb", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "heat-cfn", "id": "47c471070fdb458698f52459e0fde987", "interface": "internal", "region_id": "regionOne", "url": "https://heat-cfnapi-internal.openstack.svc:8000/v1", "region": "regionOne"}, {"name": "heat-cfn", "id": "877c5e827433489fb7adaea5e17e8023", "interface": "public", "region_id": "regionOne", "url": "https://heat-cfnapi-public-openstack.apps-crc.testing/v1", "region": "regionOne"}], "id": "95f4c2f517ab4cf0973dadc67a0073af", "type": "cloudformation", "name": "heat-cfn"}, {"endpoints": [{"name": "nova", "id": "002c7e3f053e4f4c86ea5a7cc6d05821", "interface": "public", "region_id": "regionOne", "url": "https://nova-public-openstack.apps-crc.testing/v2.1", "region": "regionOne"}, {"name": "nova", "id": "04f36dc29f164c71a8b5995b8cbe0b3e", "interface": "internal", "region_id": "regionOne", "url": "https://nova-internal.openstack.svc:8774/v2.1", "region": "regionOne"}], "id": "b19491cfd1b24afb8642e1282d84a513", "type": "compute", "name": "nova"}, {"endpoints": [{"name": "swift", "id": "b4bba29342c8425f839a7f277d9a6b26", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_219dee4c2af34d05ac6e31aa65c35134", "region": "regionOne"}, {"name": "swift", "id": "d9cb93b3df264d0890e08a0803a7f341", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_219dee4c2af34d05ac6e31aa65c35134", "region": "regionOne"}], "id": "b72e810721004e35b41f9af8f464491e", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "neutron", "id": "0d17ad1c1a88488894a38a078e1cea50", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "88e68970e1754612a2ddc2e27a5517d6", "interface":
2026-01-23 12:12:18,182 29 INFO [tempest.lib.common.fixed_network] (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip) Found network {'id': '4769a004-5d6e-4d38-99cf-f49693959900', 'name': 'tempest-AttachInterfacesUnderV243Test-1719223511-network', 'tenant_id': '219dee4c2af34d05ac6e31aa65c35134', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '219dee4c2af34d05ac6e31aa65c35134', 'qos_policy_id': None, 'port_security_enabled': True, 'dns_domain': '', 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18697, '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-23T12:12:00Z', 'updated_at': '2026-01-23T12:12:00Z', 'revision_number': 1} available for tenant
2026-01-23 12:12:18,182 29 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1350791428', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEqmGwMs+GWA2kBdB4XPVlAKSeC3SPMc1Ev+Ck7JIowgPqk0CpuRBThR9XO/GLkQiSvv9436emOVY6urrnKAd2pjFMRHKI8XtWgwsQ+c31zM5Xh1CRL28uvDLVOROdrsVA==', 'fingerprint': '42:58:d4:b4:54:9f:35:78:df:b3:5d:20:b0:c1:81:fa', 'user_id': 'e0e1cef9ff584692b12674d39ab8e57c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC5yldV7SDbQHH8cRw1jZ+tfSmCVALef81sm/nA+BLQpvY6UrfSsIkn\nUv4wZhigOXigBwYFK4EEACKhZANiAARKphsDLPhlgNpAXQeFz1ZQCkngt0jzHNRL\n/gpOySKMID6pNAqbkQU4UfVzvxi5EIkr7/eN+npjlWOrq65ygHdqYxTERyiPF7Vo\nMLEPnN9czOV4dQkS9vLrwy1TkTna7FQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cea7ef28-0e53-4d1b-9894-bdd04ace9b30', 'name': 'tempest-securitygroup--795267958', 'stateful': True, 'tenant_id': '219dee4c2af34d05ac6e31aa65c35134', 'description': 'tempest-description--2136053988', 'shared': False, 'security_group_rules': [{'id': '07646b12-0240-4039-a31f-47ddcd8a5831', 'tenant_id': '219dee4c2af34d05ac6e31aa65c35134', 'security_group_id': 'cea7ef28-0e53-4d1b-9894-bdd04ace9b30', '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': 153, 'description': None, 'tags': [], 'created_at': '2026-01-23T12:12:14Z', 'updated_at': '2026-01-23T12:12:14Z', 'revision_number': 0, 'project_id': '219dee4c2af34d05ac6e31aa65c35134'}, {'id': '239b80a1-c1d8-4602-a11b-ef5d0ccbbcfe', 'tenant_id': '219dee4c2af34d05ac6e31aa65c35134', 'security_group_id': 'cea7ef28-0e53-4d1b-9894-bdd04ace9b30', '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': 152, 'description': None, 'tags': [], 'created_at': '2026-01-23T12:12:14Z', 'updated_at': '2026-01-23T12:12:14Z', 'revision_number': 0, 'project_id': '219dee4c2af34d05ac6e31aa65c35134'}], 'tags': [], 'created_at': '2026-01-23T12:12:14Z', 'updated_at': '2026-01-23T12:12:14Z', 'revision_number': 1, 'project_id': '219dee4c2af34d05ac6e31aa65c35134'}, 'floating_ip': {'id': 'b2625c2d-cb2c-44c2-8230-5e091c8734c4', 'tenant_id': '219dee4c2af34d05ac6e31aa65c35134', 'floating_ip_address': '192.168.122.200', 'floating_network_id': 'e0e3383a-a1a4-4765-955c-5a1fb8fa826b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '219dee4c2af34d05ac6e31aa65c35134', 'description': '', 'qos_policy_id': None, 'port_details': None, 'dns_domain': '', 'dns_name': '', 'port_forwardings': [], 'tags': [], 'created_at': '2026-01-23T12:12:16Z', 'updated_at': '2026-01-23T12:12:16Z', 'revision_number': 0, 'ip': '192.168.122.200'}}
2026-01-23 12:12:24,904 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 6.721s
2026-01-23 12:12:24,904 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachInterfacesUnderV243Test-server-1715966339", "imageRef": "701e8d50-6f04-4dc4-b857-9ce72ee86552", "flavorRef": "e853bd28-b25f-4198-9e4c-86f25bfca225", "networks": [{"uuid": "4769a004-5d6e-4d38-99cf-f49693959900"}], "security_groups": [{"name": "tempest-securitygroup--795267958"}], "key_name": "tempest-keypair-1350791428", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:18 GMT', 'server': 'Apache', 'content-length': '445', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7', '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-59feb4f5-b245-43f1-882d-c02a9a6cedb1', 'x-compute-request-id': 'req-59feb4f5-b245-43f1-882d-c02a9a6cedb1', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; 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": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--795267958"}], "adminPass": "cMTsYe7H4zfz"}}'
2026-01-23 12:12:26,580 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 1.673s
2026-01-23 12:12:26,580 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:24 GMT', 'server': 'Apache', 'content-length': '1393', '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-598f07b4-48f9-4dbe-81b7-379dc8d4937e', 'x-compute-request-id': 'req-598f07b4-48f9-4dbe-81b7-379dc8d4937e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7'}
Body: b'{"server": {"id": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "name": "tempest-AttachInterfacesUnderV243Test-server-1715966339", "status": "BUILD", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "user_id": "e0e1cef9ff584692b12674d39ab8e57c", "metadata": {}, "hostId": "", "image": {"id": "701e8d50-6f04-4dc4-b857-9ce72ee86552", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/701e8d50-6f04-4dc4-b857-9ce72ee86552"}]}, "flavor": {"id": "e853bd28-b25f-4198-9e4c-86f25bfca225", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e853bd28-b25f-4198-9e4c-86f25bfca225"}]}, "created": "2026-01-23T12:12:24Z", "updated": "2026-01-23T12:12:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1350791428", "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-23 12:12:30,160 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 2.569s
2026-01-23 12:12:30,160 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:27 GMT', 'server': 'Apache', 'content-length': '1451', '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-08875cbf-b692-4dd9-abd8-080353874416', 'x-compute-request-id': 'req-08875cbf-b692-4dd9-abd8-080353874416', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7'}
Body: b'{"server": {"id": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "name": "tempest-AttachInterfacesUnderV243Test-server-1715966339", "status": "BUILD", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "user_id": "e0e1cef9ff584692b12674d39ab8e57c", "metadata": {}, "hostId": "01bfad26ed194497ca271cba27fe8e3f7de14872f43ea610f4cc97e4", "image": {"id": "701e8d50-6f04-4dc4-b857-9ce72ee86552", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/701e8d50-6f04-4dc4-b857-9ce72ee86552"}]}, "flavor": {"id": "e853bd28-b25f-4198-9e4c-86f25bfca225", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e853bd28-b25f-4198-9e4c-86f25bfca225"}]}, "created": "2026-01-23T12:12:24Z", "updated": "2026-01-23T12:12:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1350791428", "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-23 12:12:30,165 29 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait
2026-01-23 12:12:33,023 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 1.857s
2026-01-23 12:12:33,024 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:31 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-08beac90-1a85-42d7-93c2-3ae7cc1fec43', 'x-compute-request-id': 'req-08beac90-1a85-42d7-93c2-3ae7cc1fec43', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7'}
Body: b'{"server": {"id": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "name": "tempest-AttachInterfacesUnderV243Test-server-1715966339", "status": "BUILD", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "user_id": "e0e1cef9ff584692b12674d39ab8e57c", "metadata": {}, "hostId": "01bfad26ed194497ca271cba27fe8e3f7de14872f43ea610f4cc97e4", "image": {"id": "701e8d50-6f04-4dc4-b857-9ce72ee86552", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/701e8d50-6f04-4dc4-b857-9ce72ee86552"}]}, "flavor": {"id": "e853bd28-b25f-4198-9e4c-86f25bfca225", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e853bd28-b25f-4198-9e4c-86f25bfca225"}]}, "created": "2026-01-23T12:12:24Z", "updated": "2026-01-23T12:12:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1350791428", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--795267958"}], "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-23 12:12:36,518 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 2.484s
2026-01-23 12:12:36,591 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:34 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-27e531c2-40a6-4ccc-b9bf-ea9b8c34f510', 'x-compute-request-id': 'req-27e531c2-40a6-4ccc-b9bf-ea9b8c34f510', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7'}
Body: b'{"server": {"id": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "name": "tempest-AttachInterfacesUnderV243Test-server-1715966339", "status": "BUILD", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "user_id": "e0e1cef9ff584692b12674d39ab8e57c", "metadata": {}, "hostId": "01bfad26ed194497ca271cba27fe8e3f7de14872f43ea610f4cc97e4", "image": {"id": "701e8d50-6f04-4dc4-b857-9ce72ee86552", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/701e8d50-6f04-4dc4-b857-9ce72ee86552"}]}, "flavor": {"id": "e853bd28-b25f-4198-9e4c-86f25bfca225", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e853bd28-b25f-4198-9e4c-86f25bfca225"}]}, "created": "2026-01-23T12:12:24Z", "updated": "2026-01-23T12:12:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1350791428", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--795267958"}], "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-23 12:12:38,855 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 1.237s
2026-01-23 12:12:38,855 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:37 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-4417f259-11a4-4e63-bf51-18d2a6167118', 'x-compute-request-id': 'req-4417f259-11a4-4e63-bf51-18d2a6167118', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7'}
Body: b'{"server": {"id": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "name": "tempest-AttachInterfacesUnderV243Test-server-1715966339", "status": "BUILD", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "user_id": "e0e1cef9ff584692b12674d39ab8e57c", "metadata": {}, "hostId": "01bfad26ed194497ca271cba27fe8e3f7de14872f43ea610f4cc97e4", "image": {"id": "701e8d50-6f04-4dc4-b857-9ce72ee86552", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/701e8d50-6f04-4dc4-b857-9ce72ee86552"}]}, "flavor": {"id": "e853bd28-b25f-4198-9e4c-86f25bfca225", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e853bd28-b25f-4198-9e4c-86f25bfca225"}]}, "created": "2026-01-23T12:12:24Z", "updated": "2026-01-23T12:12:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1350791428", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--795267958"}], "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-23 12:12:43,181 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 3.319s
2026-01-23 12:12:43,182 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:39 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-13e6a121-b1ae-4937-963e-7fe2c4cd74d2', 'x-compute-request-id': 'req-13e6a121-b1ae-4937-963e-7fe2c4cd74d2', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7'}
Body: b'{"server": {"id": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "name": "tempest-AttachInterfacesUnderV243Test-server-1715966339", "status": "BUILD", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "user_id": "e0e1cef9ff584692b12674d39ab8e57c", "metadata": {}, "hostId": "01bfad26ed194497ca271cba27fe8e3f7de14872f43ea610f4cc97e4", "image": {"id": "701e8d50-6f04-4dc4-b857-9ce72ee86552", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/701e8d50-6f04-4dc4-b857-9ce72ee86552"}]}, "flavor": {"id": "e853bd28-b25f-4198-9e4c-86f25bfca225", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e853bd28-b25f-4198-9e4c-86f25bfca225"}]}, "created": "2026-01-23T12:12:24Z", "updated": "2026-01-23T12:12:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1350791428", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--795267958"}], "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-23 12:12:46,173 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 1.984s
2026-01-23 12:12:46,174 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:44 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-52634cfd-cc30-40a0-89f8-26455d0bcf05', 'x-compute-request-id': 'req-52634cfd-cc30-40a0-89f8-26455d0bcf05', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7'}
Body: b'{"server": {"id": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "name": "tempest-AttachInterfacesUnderV243Test-server-1715966339", "status": "ACTIVE", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "user_id": "e0e1cef9ff584692b12674d39ab8e57c", "metadata": {}, "hostId": "01bfad26ed194497ca271cba27fe8e3f7de14872f43ea610f4cc97e4", "image": {"id": "701e8d50-6f04-4dc4-b857-9ce72ee86552", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/701e8d50-6f04-4dc4-b857-9ce72ee86552"}]}, "flavor": {"id": "e853bd28-b25f-4198-9e4c-86f25bfca225", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e853bd28-b25f-4198-9e4c-86f25bfca225"}]}, "created": "2026-01-23T12:12:24Z", "updated": "2026-01-23T12:12:43Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-1719223511-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:28:24"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1350791428", "OS-SRV-USG:launched_at": "2026-01-23T12:12:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--795267958"}], "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-23 12:12:46,179 29 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait
2026-01-23 12:12:47,729 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/os-interface 1.549s
2026-01-23 12:12:47,729 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:46 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-9d55304d-efec-4a38-b0e2-894aa8071cfe', 'x-compute-request-id': 'req-9d55304d-efec-4a38-b0e2-894aa8071cfe', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "4769a004-5d6e-4d38-99cf-f49693959900", "port_id": "d9faf41e-a824-421e-81f1-bbae06da88f5", "mac_addr": "fa:16:3e:61:28:24", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0b22c966-ab15-4565-8ca5-826b8e029f24", "ip_address": "10.100.0.9"}]}]}'
2026-01-23 12:12:52,061 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4 4.330s
2026-01-23 12:12:52,061 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "d9faf41e-a824-421e-81f1-bbae06da88f5"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:52 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '881', 'x-openstack-request-id': 'req-9a9500b8-b920-49ce-9030-0db8ae69730b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4'}
Body: b'{"floatingip": {"id": "b2625c2d-cb2c-44c2-8230-5e091c8734c4", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "floating_ip_address": "192.168.122.200", "floating_network_id": "e0e3383a-a1a4-4765-955c-5a1fb8fa826b", "router_id": "e827dc0d-e7be-4bd5-aaa5-4d0d35f72578", "port_id": "d9faf41e-a824-421e-81f1-bbae06da88f5", "fixed_ip_address": "10.100.0.9", "status": "DOWN", "description": "", "qos_policy_id": null, "port_details": {"name": "", "network_id": "4769a004-5d6e-4d38-99cf-f49693959900", "mac_address": "fa:16:3e:61:28:24", "admin_state_up": true, "status": "ACTIVE", "device_id": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "port_forwardings": [], "tags": [], "created_at": "2026-01-23T12:12:16Z", "updated_at": "2026-01-23T12:12:49Z", "revision_number": 1, "project_id": "219dee4c2af34d05ac6e31aa65c35134"}}'
2026-01-23 12:12:54,718 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 2.656s
2026-01-23 12:12:54,718 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:12:52 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-c1f01c56-75fd-4693-84d2-4cc89f72be6c', 'x-compute-request-id': 'req-c1f01c56-75fd-4693-84d2-4cc89f72be6c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7'}
Body: b'{"server": {"id": "9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7", "name": "tempest-AttachInterfacesUnderV243Test-server-1715966339", "status": "ACTIVE", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "user_id": "e0e1cef9ff584692b12674d39ab8e57c", "metadata": {}, "hostId": "01bfad26ed194497ca271cba27fe8e3f7de14872f43ea610f4cc97e4", "image": {"id": "701e8d50-6f04-4dc4-b857-9ce72ee86552", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/701e8d50-6f04-4dc4-b857-9ce72ee86552"}]}, "flavor": {"id": "e853bd28-b25f-4198-9e4c-86f25bfca225", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e853bd28-b25f-4198-9e4c-86f25bfca225"}]}, "created": "2026-01-23T12:12:24Z", "updated": "2026-01-23T12:12:43Z", "addresses": {"tempest-AttachInterfacesUnderV243Test-1719223511-network": [{"version": 4, "addr": "10.100.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:28:24"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1350791428", "OS-SRV-USG:launched_at": "2026-01-23T12:12:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--795267958"}], "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-23 12:12:55,149 29 INFO [tempest.lib.common.ssh] Creating ssh connection to '192.168.122.200:22' as 'cirros' with public key authentication
2026-01-23 12:13:26,834 29 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-23 12:13:28,108 29 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-23 12:13:28,109 29 INFO [tempest.lib.common.ssh] ssh connection to cirros@192.168.122.200 successfully created
2026-01-23 12:13:43,896 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/os-interface 15.784s
2026-01-23 12:13:43,914 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:29 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-824ea47a-4c86-4759-935e-2204834c8f4e', 'x-compute-request-id': 'req-824ea47a-4c86-4759-935e-2204834c8f4e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "4769a004-5d6e-4d38-99cf-f49693959900", "port_id": "d9faf41e-a824-421e-81f1-bbae06da88f5", "mac_addr": "fa:16:3e:61:28:24", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0b22c966-ab15-4565-8ca5-826b8e029f24", "ip_address": "10.100.0.9"}]}]}'
2026-01-23 12:13:45,660 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/os-interface/d9faf41e-a824-421e-81f1-bbae06da88f5 1.557s
2026-01-23 12:13:45,660 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:44 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-849e5702-278a-41f8-ac5e-9a6fa6fdec4e', 'x-compute-request-id': 'req-849e5702-278a-41f8-ac5e-9a6fa6fdec4e', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/os-interface/d9faf41e-a824-421e-81f1-bbae06da88f5'}
Body: b'{"interfaceAttachment": {"net_id": "4769a004-5d6e-4d38-99cf-f49693959900", "port_id": "d9faf41e-a824-421e-81f1-bbae06da88f5", "mac_addr": "fa:16:3e:61:28:24", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0b22c966-ab15-4565-8ca5-826b8e029f24", "ip_address": "10.100.0.9"}]}}'
2026-01-23 12:13:45,855 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips 0.192s
2026-01-23 12:13:45,855 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13: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-758147d8-584f-436f-b2e4-155b97e252e9', 'x-compute-request-id': 'req-758147d8-584f-436f-b2e4-155b97e252e9', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1719223511-network": [{"version": 4, "addr": "10.100.0.9"}, {"version": 4, "addr": "192.168.122.200"}]}}'
2026-01-23 12:13:46,051 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/action 0.192s
2026-01-23 12:13:46,054 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"addFixedIp": {"networkId": "4769a004-5d6e-4d38-99cf-f49693959900"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:45 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-84de1880-f137-444b-b8dd-06b25272aed0', 'x-compute-request-id': 'req-84de1880-f137-444b-b8dd-06b25272aed0', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '202', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/action'}
Body: b''
2026-01-23 12:13:46,381 29 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips 0.327s
2026-01-23 12:13:46,382 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:46 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-04d1a0b3-4355-4d13-9028-b9d3352aae41', 'x-compute-request-id': 'req-04d1a0b3-4355-4d13-9028-b9d3352aae41', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips'}
Body: b'{"addresses": {"tempest-AttachInterfacesUnderV243Test-1719223511-network": [{"version": 4, "addr": "10.100.0.9"}, {"version": 4, "addr": "192.168.122.200"}]}}'
2026-01-23 12:13:46,384 29 DEBUG [tempest.api.compute.servers.test_attach_interfaces] Wait for change of IPs. All IPs still associated to the server 9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7: {'10.100.0.9', '192.168.122.200'}
2026-01-23 12:13:47,399 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354b7b8cd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:47,406 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0da00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:47,410 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354b7b89a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:47,413 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354b7b8790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:47,415 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354b7b8700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:47,420 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354b7b84c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:47,424 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354b7b8310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:47,437 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354b7b82e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:47,442 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354b7b8130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:47,448 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354b7b80a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips
2026-01-23 12:13:48,129 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354d5b1ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,133 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354bcfed30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,140 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0daf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,155 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0dc70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,170 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0d4c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,219 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0d3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,230 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0d100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,233 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0d7f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,235 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0d2b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,247 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0d910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48,263 29 ERROR [tempest.api.compute.base] Failed to delete server 9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base conn = connection.create_connection(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base raise err
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base sock.connect(sa)
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base ConnectionRefusedError: [Errno 111] Connection refused
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base httplib_response = self._make_request(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base self._validate_conn(conn)
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base conn.connect()
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base conn = self._new_conn()
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base raise NewConnectionError(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f354cd0dfa0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 434, in delete_server
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base cls.servers_client.delete_server(server_id)
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base resp, body = self.delete("servers/%s" % server_id)
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base return self.request('DELETE', url, extra_headers, headers, body)
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base resp, resp_body = self._request(method, url, headers=headers,
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base resp, resp_body = self.raw_request(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base resp, resp_body = self.http_obj.request(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base return self.request_encode_url(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base return self.urlopen(method, url, **extra_kw)
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base response = conn.urlopen(method, u.request_uri, **kw)
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base return self.urlopen(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base return self.urlopen(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base return self.urlopen(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base [Previous line repeated 7 more times]
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base retries = retries.increment(
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0dfa0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-23 12:13:48.263 29 ERROR tempest.api.compute.base
2026-01-23 12:13:48,272 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd01d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,276 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd01f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,281 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd01970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,305 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd01a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,315 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd013d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,323 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ff580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,327 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ff070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,332 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ff2b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,337 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ff190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,344 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354d5b1d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-keypair-1350791428
2026-01-23 12:13:48,350 29 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-1350791428
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources raise err
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f354d5b1df0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/os-keypairs/tempest-keypair-1350791428 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354d5b1df0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-23 12:13:48.350 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48,410 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0d3a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,418 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0d3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,421 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0dca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,442 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0dc40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,445 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354cd0da90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,447 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ff670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,456 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ff8b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,459 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ffa00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,481 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ffb50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,485 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ffca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48,486 29 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group cea7ef28-0e53-4d1b-9894-bdd04ace9b30
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources raise err
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f354f0ffdf0>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups/cea7ef28-0e53-4d1b-9894-bdd04ace9b30 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ffdf0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-23 12:13:48.486 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48,497 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354ce403a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,500 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354ce404f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,503 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354ce40640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,507 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354ce40790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,517 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354ce408e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,529 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ff6a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,534 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ffac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,542 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ffbb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,551 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ffb80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,557 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ff9a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48,562 29 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip b2625c2d-cb2c-44c2-8230-5e091c8734c4
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources conn = connection.create_connection(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources raise err
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources sock.connect(sa)
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources ConnectionRefusedError: [Errno 111] Connection refused
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources httplib_response = self._make_request(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources self._validate_conn(conn)
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources conn.connect()
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources conn = self._new_conn()
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources raise NewConnectionError(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f354f0ff670>: Failed to establish a new connection: [Errno 111] Connection refused
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources During handling of the above exception, another exception occurred:
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/validation_resources.py", line 335, in clear_validation_resources
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources floating_ip_client.delete_floatingip(fip_id)
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/floating_ips_client.py", line 55, in delete_floatingip
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self._request(method, url, headers=headers,
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.raw_request(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources resp, resp_body = self.http_obj.request(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources r = super(ClosingHttp, self).request(method, url, retries=retry,
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources return self.request_encode_url(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources return self.urlopen(method, url, **extra_kw)
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources response = conn.urlopen(method, u.request_uri, **kw)
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources return self.urlopen(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources [Previous line repeated 7 more times]
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources retries = retries.increment(
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources raise MaxRetryError(_pool, url, error or ResponseError(cause))
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/floatingips/b2625c2d-cb2c-44c2-8230-5e091c8734c4 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354f0ff670>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-23 12:13:48.562 29 ERROR tempest.lib.common.validation_resources
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f354d5b1df0>: 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-1350791428 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354d5b1df0>: 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 0x7f354d5b1ac0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 414, in test_add_remove_fixed_ip
if not test_utils.call_until_true(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 117, in call_until_true
if func(*args, **kwargs):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_attach_interfaces.py", line 403, in _wait_for_ip_change
_addresses = self.os_primary.servers_client.list_addresses(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 207, in list_addresses
resp, body = self.get("servers/%s/ips" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='nova-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.1/servers/9c4b591f-8c65-4ec2-b7a5-3004bad3d4a7/ips (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f354d5b1ac0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.api.network.test_routers.RoutersIpV6Test | 4 | 0 | 4 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft30.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:13:30,733 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 7.424s
2026-01-23 12:13:30,733 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-RoutersIpV6Test-1992986946"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '628', 'x-openstack-request-id': 'req-08ef0a4f-2d71-44d4-816a-94cc9ae517f1', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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":"4e8d308f-0878-4c55-9300-4c02f185b57e","name":"tempest-RoutersIpV6Test-1992986946","tenant_id":"a565c47fc2254e0d9cb95274736e6753","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"a565c47fc2254e0d9cb95274736e6753","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-23T12:13:27Z","updated_at":"2026-01-23T12:13:28Z","revision_number":1}}'
2026-01-23 12:13:47,745 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af70b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
2026-01-23 12:13:47,760 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af2c370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
2026-01-23 12:13:47,765 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af70a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
2026-01-23 12:13:47,777 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af70df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
2026-01-23 12:13:47,795 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af70670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
2026-01-23 12:13:47,825 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af706a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
2026-01-23 12:13:47,836 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af70340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
2026-01-23 12:13:47,867 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af70370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
2026-01-23 12:13:47,892 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af70700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
2026-01-23 12:13:47,917 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af70790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/4e8d308f-0878-4c55-9300-4c02f185b57e
}}}
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 0x7f7a3afa0e80>: 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/4e8d308f-0878-4c55-9300-4c02f185b57e (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3afa0e80>: 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/api/network/test_routers.py", line 252, in test_add_multiple_router_interfaces
network02 = self.networks_client.create_network(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 27, in create_network
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 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'))
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft30.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:13:47,970 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af90250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:47,973 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af90460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:47,980 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af900d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:47,998 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af90910>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,015 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af90ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,024 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af90af0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,031 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af20100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,038 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af20a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,045 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af20790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,052 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af209d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f7a3af20640>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/network/test_routers.py", line 125, in test_add_remove_router_interface_with_port_id
network = self.networks_client.create_network(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 27, in create_network
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af20640>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft30.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:13:48,094 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cba4160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,108 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cba4580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,120 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af73250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,129 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af735e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,134 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af203a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,138 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af20ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,143 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af20640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,149 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af20490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,156 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af205b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,163 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af207f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f7a3af90e50>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/network/test_routers.py", line 97, in test_add_remove_router_interface_with_subnet_id
network = self.networks_client.create_network(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 27, in create_network
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3af90e50>: 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
ft30.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:13:48,226 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cba4d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,235 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cba4a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,252 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cba4e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,265 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cbb1ca0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,304 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cbb1a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,336 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cbb1640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,345 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cbb17c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,352 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cbbf550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,356 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cbbff40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,359 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f7a3cbcd100>: 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 0x7f7a3cbcd250>: 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 0x7f7a3cbcd250>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.api.network.test_routers.RoutersTest | 4 | 0 | 4 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft31.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:13:19,824 27 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 2.625s
2026-01-23 12:13:19,825 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-RoutersTest-1354612720"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '624', 'x-openstack-request-id': 'req-b834208b-1352-48fd-855e-b8ad6d990792', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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":"762bd61a-9c8e-4a74-a0da-6a7fb1392336","name":"tempest-RoutersTest-1354612720","tenant_id":"233dfd7dd39e47af949445433232a9be","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"233dfd7dd39e47af949445433232a9be","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-23T12:13:18Z","updated_at":"2026-01-23T12:13:18Z","revision_number":1}}'
2026-01-23 12:13:22,933 27 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 3.107s
2026-01-23 12:13:22,933 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-RoutersTest-155001846"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:22 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '623', 'x-openstack-request-id': 'req-43c4d99f-1752-4ced-8259-8470ee3c706c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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":"8b7d6818-5d36-447c-aa31-6483cf581cbe","name":"tempest-RoutersTest-155001846","tenant_id":"233dfd7dd39e47af949445433232a9be","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"233dfd7dd39e47af949445433232a9be","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-23T12:13:20Z","updated_at":"2026-01-23T12:13:20Z","revision_number":1}}'
2026-01-23 12:13:28,032 27 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 5.098s
2026-01-23 12:13:28,032 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "762bd61a-9c8e-4a74-a0da-6a7fb1392336", "cidr": "10.100.0.0/28", "ip_version": 4, "gateway_ip": "10.100.0.1"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bc2cb2a6-a5bd-45e0-b41a-068bcc062488', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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":"3ee5fed3-4a96-409f-8b4b-6423227c1c9e","name":"","tenant_id":"233dfd7dd39e47af949445433232a9be","network_id":"762bd61a-9c8e-4a74-a0da-6a7fb1392336","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-23T12:13:23Z","updated_at":"2026-01-23T12:13:23Z","revision_number":0,"project_id":"233dfd7dd39e47af949445433232a9be"}}'
2026-01-23 12:13:47,748 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 0x7f9fb923d310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,759 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 0x7f9fb92375e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,765 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 0x7f9fb923d760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,782 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 0x7f9fb923d220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,821 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 0x7f9fb923dbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,832 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 0x7f9fb923de80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,842 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 0x7f9fb923de50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,873 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 0x7f9fb923d280>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,891 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 0x7f9fb923d940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,918 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 0x7f9fb923daf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/3ee5fed3-4a96-409f-8b4b-6423227c1c9e
2026-01-23 12:13:47,953 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 0x7f9fb9237f40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:47,964 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 0x7f9fb923e940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:47,968 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 0x7f9fb923ebe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:47,972 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 0x7f9fb923e730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:47,978 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 0x7f9fb923ed30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:47,992 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 0x7f9fb923efd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:48,010 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 0x7f9fb923e490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:48,022 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 0x7f9fb923e9d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:48,029 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 0x7f9fb923eb50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:48,035 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 0x7f9fb923e550>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/8b7d6818-5d36-447c-aa31-6483cf581cbe
2026-01-23 12:13:48,053 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 0x7f9fb92448b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
2026-01-23 12:13:48,059 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 0x7f9fb9244ac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
2026-01-23 12:13:48,066 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 0x7f9fb9244580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
2026-01-23 12:13:48,072 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 0x7f9fb9244c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
2026-01-23 12:13:48,084 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 0x7f9fb9244ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
2026-01-23 12:13:48,097 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 0x7f9fb9244cd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
2026-01-23 12:13:48,106 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 0x7f9fb92449a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
2026-01-23 12:13:48,119 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 0x7f9fb9244df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
2026-01-23 12:13:48,128 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 0x7f9fb9244bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
2026-01-23 12:13:48,134 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 0x7f9fb9247340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/762bd61a-9c8e-4a74-a0da-6a7fb1392336
}}}
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 0x7f9fb923dc70>: 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/3ee5fed3-4a96-409f-8b4b-6423227c1c9e (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9fb923dc70>: 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 0x7f9fb9244040>: 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/8b7d6818-5d36-447c-aa31-6483cf581cbe (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9fb9244040>: 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 0x7f9fb92475e0>: 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/762bd61a-9c8e-4a74-a0da-6a7fb1392336 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9fb92475e0>: 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/api/network/test_routers.py", line 260, in test_add_multiple_router_interfaces
subnet02 = self.create_subnet(network02, cidr=sub02_cidr)
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 141, in create_subnet
body = client.create_subnet(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 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'))
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft31.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:13:48,200 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 0x7f9fb9247dc0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,214 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 0x7f9fb92476a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,231 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 0x7f9fb91d1070>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,245 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 0x7f9fb91d1310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,256 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 0x7f9fb91d15b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,268 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 0x7f9fb91d1850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,305 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 0x7f9fb91d1640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,337 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 0x7f9fb91d1100>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,344 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 0x7f9fb91d1c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,353 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 0x7f9fb91d1ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9fb91d1d90>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/network/test_routers.py", line 125, in test_add_remove_router_interface_with_port_id
network = self.networks_client.create_network(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 27, in create_network
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9fb91d1d90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft31.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-23 12:13:48,369 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 0x7f9fb91d2730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,373 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 0x7f9fb91d13a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,376 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 0x7f9fb91d29d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,378 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 0x7f9fb91d2a00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,381 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 0x7f9fb91d24c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,384 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 0x7f9fb91d2d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,388 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 0x7f9fb91d2c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,396 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 0x7f9fb91d25e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,409 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 0x7f9fb91d2520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-01-23 12:13:48,413 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 0x7f9fb91d23a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f9fb91d4310>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/network/test_routers.py", line 97, in test_add_remove_router_interface_with_subnet_id
network = self.networks_client.create_network(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/networks_client.py", line 27, in create_network
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/networks (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9fb91d4310>: 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
ft31.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-23 12:13:48,423 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 0x7f9fb91d2850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,430 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 0x7f9fb91d2f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,433 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 0x7f9fb91d2f10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,440 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 0x7f9fb91d23a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,444 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 0x7f9fb91d2250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,447 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 0x7f9fb91d2e50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,450 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 0x7f9fb91d2d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,456 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 0x7f9fb91d27c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,458 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 0x7f9fb91d2970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-01-23 12:13:48,461 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 0x7f9fb9247cd0>: 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 0x7f9fb91d4460>: 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 0x7f9fb91d4460>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.api.network.test_security_groups.SecGroupIPv6Test | 3 | 0 | 3 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
fail
ft32.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:13:46,869 30 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_list_update_show_delete_security_group): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 16.267s
2026-01-23 12:13:46,870 30 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup--1573549770"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1561', 'x-openstack-request-id': 'req-7d7b0a38-0759-435b-84eb-2ec271f27922', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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": "1b2338f1-28c8-4936-a197-9b58fcb462ee", "name": "tempest-secgroup--1573549770", "stateful": true, "tenant_id": "46da9fd609b544e0ba2b58002c6be335", "description": "", "shared": false, "security_group_rules": [{"id": "6a0f6f67-ead6-467f-9b67-6b3d9f4ae970", "tenant_id": "46da9fd609b544e0ba2b58002c6be335", "security_group_id": "1b2338f1-28c8-4936-a197-9b58fcb462ee", "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": 339, "description": null, "tags": [], "created_at": "2026-01-23T12:13:46Z", "updated_at": "2026-01-23T12:13:46Z", "revision_number": 0, "project_id": "46da9fd609b544e0ba2b58002c6be335"}, {"id": "e2158f8c-471d-4c4c-8775-63cd6d5ea1f6", "tenant_id": "46da9fd609b544e0ba2b58002c6be335", "security_group_id": "1b2338f1-28c8-4936-a197-9b58fcb462ee", "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": 341, "description": null, "tags": [], "created_at": "2026-01-23T12:13:46Z", "updated_at": "2026-01-23T12:13:46Z", "revision_number": 0, "project_id": "46da9fd609b544e0ba2b58002c6be335"}], "tags": [], "created_at": "2026-01-23T12:13:46Z", "updated_at": "2026-01-23T12:13:46Z", "revision_number": 1, "project_id": "46da9fd609b544e0ba2b58002c6be335"}}'
2026-01-23 12:13:46,977 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.0/security-groups
2026-01-23 12:13:46,980 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a195ff730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:46,984 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a19606310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:46,987 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a19606460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,012 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a196065b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,029 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a19606700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,036 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a19606850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,043 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a196069a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,054 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a19606af0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,058 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a19606c40>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,733 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b9040>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
2026-01-23 12:13:47,742 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a19606e50>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
2026-01-23 12:13:47,751 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b9340>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
2026-01-23 12:13:47,766 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b9490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
2026-01-23 12:13:47,775 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b95e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
2026-01-23 12:13:47,834 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b9730>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
2026-01-23 12:13:47,838 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b9880>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
2026-01-23 12:13:47,841 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b99d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
2026-01-23 12:13:47,846 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b9b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
2026-01-23 12:13:47,852 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b9c70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee
}}}
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 0x7f5a194b9dc0>: 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/api/network/base_security_groups.py", line 39, in _delete_security_group
self.security_groups_client.delete_security_group(secgroup_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
return self.delete_resource(uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups/1b2338f1-28c8-4936-a197-9b58fcb462ee (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b9dc0>: 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 0x7f5a19606d90>: 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_security_groups.py", line 91, in test_create_list_update_show_delete_security_group
list_body = self.security_groups_client.list_security_groups()
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups
return self.list_resources(uri, **filters)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 35, in list_resources
resp, body = self.get(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a19606d90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
fail
ft32.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:13:47,913 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a11350520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,940 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a194b9e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,950 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a113507f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,958 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a11350940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,966 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a11350a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,969 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a11350be0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,972 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a11350d30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,978 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a11350e80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:47,995 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a11350fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,011 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112e4160>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
}}}
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 0x7f5a112e42b0>: 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_security_groups.py", line 148, in test_create_show_delete_security_group_rule
group_create_body, _ = self._create_security_group()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base_security_groups.py", line 31, in _create_security_group
self.security_groups_client.create_security_group(name=name))
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group
return self.create_resource(uri, post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112e42b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
fail
ft32.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-23 12:13:48,041 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112e4b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,051 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112e4d00>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,056 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112e4eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,061 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112e4f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,066 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112ed1f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,073 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112ed370>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,086 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112ed4f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,098 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112ed670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,107 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112ed7f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
2026-01-23 12:13:48,118 30 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112ed970>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups
}}}
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 0x7f5a112edaf0>: 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_security_groups.py", line 75, in test_list_security_groups
body = self.security_groups_client.list_security_groups()
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups
return self.list_resources(uri, **filters)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 35, in list_resources
resp, body = self.get(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/security-groups (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a112edaf0>: 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
ft33.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-23 12:13:08,134 31 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 10.935s
2026-01-23 12:13:08,197 31 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--1603022461", "project_id": "5582c195387440de93184fd5d8d349c7"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:08 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-2bde4902-9709-45ef-8a5a-71d85171081b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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":"adef7f49-d578-4e2a-87ec-7d808dc0fe24","name":"tempest-network-smoke--1603022461","tenant_id":"5582c195387440de93184fd5d8d349c7","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"5582c195387440de93184fd5d8d349c7","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-23T12:12:59Z","updated_at":"2026-01-23T12:12:59Z","revision_number":1}}'
2026-01-23 12:13:15,586 31 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 7.383s
2026-01-23 12:13:15,587 31 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-578872875", "admin_state_up": true, "project_id": "5582c195387440de93184fd5d8d349c7", "external_gateway_info": {"network_id": "e0e3383a-a1a4-4765-955c-5a1fb8fa826b"}}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-177180f3-dd8a-421e-b07e-2192780d892f', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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": "157ea9c3-1284-4a56-905d-87b8cd625d60", "name": "tempest-TestNetworkBasicOps-router-578872875", "tenant_id": "5582c195387440de93184fd5d8d349c7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "e0e3383a-a1a4-4765-955c-5a1fb8fa826b", "external_fixed_ips": [{"subnet_id": "ae5240b7-b0c8-49ef-92d7-7703a662f735", "ip_address": "192.168.122.196"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-23T12:13:08Z", "updated_at": "2026-01-23T12:13:12Z", "revision_number": 2, "project_id": "5582c195387440de93184fd5d8d349c7"}}'
2026-01-23 12:13:16,067 31 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=5582c195387440de93184fd5d8d349c7&cidr=10.100.0.0%2F28 0.478s
2026-01-23 12:13:16,067 31 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:16 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-c98ad2f3-634b-444f-816e-36b3c9f724d7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=5582c195387440de93184fd5d8d349c7&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2026-01-23 12:13:16,734 31 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.667s
2026-01-23 12:13:16,734 31 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:16 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '744', 'x-openstack-request-id': 'req-4eed3dca-4924-4f9a-98c4-bba97013069c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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":"e0e3383a-a1a4-4765-955c-5a1fb8fa826b","name":"public","tenant_id":"bd16a0de2f5e4a8480a855ef0e1a3f14","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["ae5240b7-b0c8-49ef-92d7-7703a662f735"],"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-23T11:46:00Z","updated_at":"2026-01-23T11:46:05Z","revision_number":2,"project_id":"bd16a0de2f5e4a8480a855ef0e1a3f14","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2026-01-23 12:13:17,233 31 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=e0e3383a-a1a4-4765-955c-5a1fb8fa826b&cidr=10.100.0.0%2F28 0.498s
2026-01-23 12:13:17,233 31 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:17 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-8bd5c9d7-77fb-42a5-a65c-eb97e078a170', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=e0e3383a-a1a4-4765-955c-5a1fb8fa826b&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2026-01-23 12:13:19,830 31 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 2.596s
2026-01-23 12:13:19,830 31 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-867135875", "network_id": "adef7f49-d578-4e2a-87ec-7d808dc0fe24", "project_id": "5582c195387440de93184fd5d8d349c7", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:19 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '632', 'x-openstack-request-id': 'req-c2f004f6-b2c4-4fea-a55d-1c3afe013ae6', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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":"8762e83d-b551-4cfe-8a47-c0227fbb03de","name":"tempest-subnet-smoke-867135875","tenant_id":"5582c195387440de93184fd5d8d349c7","network_id":"adef7f49-d578-4e2a-87ec-7d808dc0fe24","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-23T12:13:18Z","updated_at":"2026-01-23T12:13:18Z","revision_number":0,"project_id":"5582c195387440de93184fd5d8d349c7"}}'
2026-01-23 12:13:29,472 31 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/add_router_interface 9.641s
2026-01-23 12:13:29,472 31 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "8762e83d-b551-4cfe-8a47-c0227fbb03de"}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:29 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-04a56486-e354-4c97-ad71-90ba8fcd7d7e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/add_router_interface'}
Body: b'{"id": "157ea9c3-1284-4a56-905d-87b8cd625d60", "tenant_id": "5582c195387440de93184fd5d8d349c7", "port_id": "72bfb4e0-3dc7-4a83-8803-8c6f672ca2bd", "network_id": "adef7f49-d578-4e2a-87ec-7d808dc0fe24", "subnet_id": "8762e83d-b551-4cfe-8a47-c0227fbb03de", "subnet_ids": ["8762e83d-b551-4cfe-8a47-c0227fbb03de"]}'
2026-01-23 12:13:30,413 31 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.940s
2026-01-23 12:13:30,413 31 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:30 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '6568', 'x-openstack-request-id': 'req-f9f5bdeb-9659-4f41-8f9e-00a8484a0d51', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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":"4769a004-5d6e-4d38-99cf-f49693959900","name":"tempest-AttachInterfacesUnderV243Test-1719223511-network","tenant_id":"219dee4c2af34d05ac6e31aa65c35134","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["0b22c966-ab15-4565-8ca5-826b8e029f24"],"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-23T12:12:00Z","updated_at":"2026-01-23T12:12:01Z","revision_number":2,"project_id":"219dee4c2af34d05ac6e31aa65c35134","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":18697},{"id":"4e8d308f-0878-4c55-9300-4c02f185b57e","name":"tempest-RoutersIpV6Test-1992986946","tenant_id":"a565c47fc2254e0d9cb95274736e6753","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"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-23T12:13:27Z","updated_at":"2026-01-23T12:13:28Z","revision_number":1,"project_id":"a565c47fc2254e0d9cb95274736e6753","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":57609},{"id":"6aefc98d-c645-43fb-8c17-03d341d4ab6a","name":"tempest-ServersTestJSON-2095190510-network","tenant_id":"cb61879fc5554da59f69b8ca9516ae29","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["eb9dbe77-05c7-467d-8ca1-4a766efa6c43"],"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-23T12:11:59Z","updated_at":"2026-01-23T12:12:00Z","revision_number":2,"project_id":"cb61879fc5554da59f69b8ca9516ae29","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":50456},{"id":"762bd61a-9c8e-4a74-a0da-6a7fb1392336","name":"tempest-RoutersTest-1354612720","tenant_id":"233dfd7dd39e47af949445433232a9be","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["3ee5fed3-4a96-409f-8b4b-6423227c1c9e"],"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-23T12:13:18Z","updated_at":"2026-01-23T12:13:23Z","revision_number":2,"project_id":"233dfd7dd39e47af949445433232a9be","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":23020},{"id":"86be4180-9bf1-447a-898b-278f34e77376","name":"heat_tempestconf_network","tenant_id":"266b9eedd5874e80b47ce7f2cfc1295b","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["2da9429e-db88-4d49-a6a9-34f09b6d4e10"],"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-23T12:11:22Z","updated_at":"2026-01-23T12:11:23Z","revision_number":2,"project_id":"266b9eedd5874e80b47ce7f2cfc1295b","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":47311},{"id":"8b7d6818-5d36-447c-aa31-6483cf581cbe","name":"tempest-RoutersTest-155001846","tenant_id":"233dfd7dd39e47af949445433232a9be","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["17010690-a1ff-4127-b27c-b30804c063fe"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":false,"description":"","qos_policy_id":null,"port_securit
2026-01-23 12:13:39,194 31 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 8.780s
2026-01-23 12:13:39,389 31 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:39 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '5096', 'x-openstack-request-id': 'req-64cef5f9-c967-40a3-8f45-4ed0c4f5a7f2', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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":"0b22c966-ab15-4565-8ca5-826b8e029f24","name":"tempest-AttachInterfacesUnderV243Test-1719223511-subnet","tenant_id":"219dee4c2af34d05ac6e31aa65c35134","network_id":"4769a004-5d6e-4d38-99cf-f49693959900","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-23T12:12:01Z","updated_at":"2026-01-23T12:12:01Z","revision_number":0,"project_id":"219dee4c2af34d05ac6e31aa65c35134"},{"id":"17010690-a1ff-4127-b27c-b30804c063fe","name":"","tenant_id":"233dfd7dd39e47af949445433232a9be","network_id":"8b7d6818-5d36-447c-aa31-6483cf581cbe","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.101.0.1","cidr":"10.101.0.0/28","allocation_pools":[{"start":"10.101.0.2","end":"10.101.0.14"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-01-23T12:13:29Z","updated_at":"2026-01-23T12:13:29Z","revision_number":0,"project_id":"233dfd7dd39e47af949445433232a9be"},{"id":"2da9429e-db88-4d49-a6a9-34f09b6d4e10","name":"heat_tempestconf_subnet","tenant_id":"bd16a0de2f5e4a8480a855ef0e1a3f14","network_id":"86be4180-9bf1-447a-898b-278f34e77376","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-23T12:11:23Z","updated_at":"2026-01-23T12:11:23Z","revision_number":0,"project_id":"bd16a0de2f5e4a8480a855ef0e1a3f14"},{"id":"3ee5fed3-4a96-409f-8b4b-6423227c1c9e","name":"","tenant_id":"233dfd7dd39e47af949445433232a9be","network_id":"762bd61a-9c8e-4a74-a0da-6a7fb1392336","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-23T12:13:23Z","updated_at":"2026-01-23T12:13:23Z","revision_number":0,"project_id":"233dfd7dd39e47af949445433232a9be"},{"id":"8762e83d-b551-4cfe-8a47-c0227fbb03de","name":"tempest-subnet-smoke-867135875","tenant_id":"5582c195387440de93184fd5d8d349c7","network_id":"adef7f49-d578-4e2a-87ec-7d808dc0fe24","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-23T12:13:18Z","updated_at":"2026-01-23T12:13:18Z","revision_number":0,"project_id":"5582c195387440de93184fd5d8d349c7"},{"id":"ae5240b7-b0c8-49ef-92d7-7703a662f735","name":"public_subnet","tenant_id":"bd16a0de2f5e4a8480a855ef0e1a3f14","network_id":"e0e3383a-a1a4-4765-955c-5a1fb8fa826b","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-23T11:46:05Z","updated_at":"2026-01-23T11:46:05Z","revision_number":0,"project_id":"bd16a0de2f5e4a8480a855ef0e1a3f14"},{"id":"e4c5640a-71b7-4da5-bbe2-3e7ee9599cfe","name":"priv_sub","tenant_id":"bd16a0de2f5e4a8480a855ef0e1a3f14","network_id":"9d2c33ef-0f52-43b5-80dd-899657aece53","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip
2026-01-23 12:13:43,762 31 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 4.372s
2026-01-23 12:13:43,914 31 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:43 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '2632', 'x-openstack-request-id': 'req-b6c309e8-b9c2-420c-b92b-08d0917d5876', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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": "0a354aaf-9939-4f6f-a907-60ded194d1d3", "name": "tempest-ServersTestJSON-2095190510-router", "tenant_id": "cb61879fc5554da59f69b8ca9516ae29", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "e0e3383a-a1a4-4765-955c-5a1fb8fa826b", "external_fixed_ips": [{"subnet_id": "ae5240b7-b0c8-49ef-92d7-7703a662f735", "ip_address": "192.168.122.219"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-23T12:12:03Z", "updated_at": "2026-01-23T12:13:28Z", "revision_number": 4, "project_id": "cb61879fc5554da59f69b8ca9516ae29"}, {"id": "157ea9c3-1284-4a56-905d-87b8cd625d60", "name": "tempest-TestNetworkBasicOps-router-578872875", "tenant_id": "5582c195387440de93184fd5d8d349c7", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "e0e3383a-a1a4-4765-955c-5a1fb8fa826b", "external_fixed_ips": [{"subnet_id": "ae5240b7-b0c8-49ef-92d7-7703a662f735", "ip_address": "192.168.122.196"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-23T12:13:08Z", "updated_at": "2026-01-23T12:13:23Z", "revision_number": 3, "project_id": "5582c195387440de93184fd5d8d349c7"}, {"id": "e827dc0d-e7be-4bd5-aaa5-4d0d35f72578", "name": "tempest-AttachInterfacesUnderV243Test-1719223511-router", "tenant_id": "219dee4c2af34d05ac6e31aa65c35134", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "e0e3383a-a1a4-4765-955c-5a1fb8fa826b", "external_fixed_ips": [{"subnet_id": "ae5240b7-b0c8-49ef-92d7-7703a662f735", "ip_address": "192.168.122.203"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-23T12:12:03Z", "updated_at": "2026-01-23T12:12:10Z", "revision_number": 3, "project_id": "219dee4c2af34d05ac6e31aa65c35134"}, {"id": "f3d66c0c-5753-4069-be5c-9dcb1ba078b8", "name": "priv_router", "tenant_id": "bd16a0de2f5e4a8480a855ef0e1a3f14", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "e0e3383a-a1a4-4765-955c-5a1fb8fa826b", "external_fixed_ips": [{"subnet_id": "ae5240b7-b0c8-49ef-92d7-7703a662f735", "ip_address": "192.168.122.188"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-01-23T11:46:12Z", "updated_at": "2026-01-23T11:46:23Z", "revision_number": 3, "project_id": "bd16a0de2f5e4a8480a855ef0e1a3f14"}]}'
2026-01-23 12:13:45,318 31 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 1.219s
2026-01-23 12:13:45,318 31 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-1633289058", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFq5BZZqZZeNQX4Q5ZVypZoEkrQQuwUAzUnUfBAdKnayCvx7IdYZuZ9+Q97ZhVxsx1P4yYm1TbDDbkIJNpOBjdGp03Ep6il+8OkQEMgbGlWebCkxPDuslZgf2spIgN1bEA=="}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:44 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-704a77ed-c511-40fe-99f9-73cfa1eadac4', 'x-compute-request-id': 'req-704a77ed-c511-40fe-99f9-73cfa1eadac4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=7f1b3b4fa1f3cf84aa08198eabe2dfce; 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-1633289058", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFq5BZZqZZeNQX4Q5ZVypZoEkrQQuwUAzUnUfBAdKnayCvx7IdYZuZ9+Q97ZhVxsx1P4yYm1TbDDbkIJNpOBjdGp03Ep6il+8OkQEMgbGlWebCkxPDuslZgf2spIgN1bEA==", "fingerprint": "58:a1:10:52:19:76:0e:bb:bb:6e:70:ef:38:13:bd:84", "user_id": "681f3e0e9ee844b78788743c1be54ca9"}}'
2026-01-23 12:13:46,822 31 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.502s
2026-01-23 12:13:46,822 31 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-11771106", "description": "tempest-secgroup-smoke-11771106 description", "project_id": "5582c195387440de93184fd5d8d349c7"}}
Response - Headers: {'date': 'Fri, 23 Jan 2026 12:13:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1607', 'x-openstack-request-id': 'req-c49d0399-f317-4585-857a-fbeabd59487b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=0076efa2bd9deea94ed883186ce076ec; 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": "9fbbf1bc-16f7-4622-9554-4aefeacf8e97", "name": "tempest-secgroup-smoke-11771106", "stateful": true, "tenant_id": "5582c195387440de93184fd5d8d349c7", "description": "tempest-secgroup-smoke-11771106 description", "shared": false, "security_group_rules": [{"id": "0f9360a7-c582-48e6-a297-a1727779e899", "tenant_id": "5582c195387440de93184fd5d8d349c7", "security_group_id": "9fbbf1bc-16f7-4622-9554-4aefeacf8e97", "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": 336, "description": null, "tags": [], "created_at": "2026-01-23T12:13:46Z", "updated_at": "2026-01-23T12:13:46Z", "revision_number": 0, "project_id": "5582c195387440de93184fd5d8d349c7"}, {"id": "8b005543-28a1-44b5-8645-b66809de83b8", "tenant_id": "5582c195387440de93184fd5d8d349c7", "security_group_id": "9fbbf1bc-16f7-4622-9554-4aefeacf8e97", "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": 337, "description": null, "tags": [], "created_at": "2026-01-23T12:13:46Z", "updated_at": "2026-01-23T12:13:46Z", "revision_number": 0, "project_id": "5582c195387440de93184fd5d8d349c7"}], "tags": [], "created_at": "2026-01-23T12:13:46Z", "updated_at": "2026-01-23T12:13:46Z", "revision_number": 1, "project_id": "5582c195387440de93184fd5d8d349c7"}}'
2026-01-23 12:13:47,748 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 0x7ffacff66bb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,758 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 0x7ffacff66a30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,832 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 0x7ffacff66820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,838 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 0x7ffacff66fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,841 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 0x7ffacfec0190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,846 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 0x7ffacfec02e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,849 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 0x7ffacfec0430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,855 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 0x7ffacfec0580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,862 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 0x7ffacfec06d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,869 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 0x7ffacfec0820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/security-groups/9fbbf1bc-16f7-4622-9554-4aefeacf8e97
2026-01-23 12:13:47,874 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 0x7ffacff662b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:47,878 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 0x7ffacfec0d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:47,882 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 0x7ffacfec0eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:47,886 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 0x7ffacfec0fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:47,910 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 0x7ffacfed9190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:47,913 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 0x7ffacfed92e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:47,915 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 0x7ffacfed9430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:47,921 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 0x7ffacfed9580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:47,929 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 0x7ffacfed96d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:47,939 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 0x7ffacfed9820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.1/os-keypairs/tempest-TestNetworkBasicOps-1633289058
2026-01-23 12:13:48,131 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 0x7ffacff5da90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,144 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 0x7ffacfed9d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,171 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 0x7ffacfed9ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,229 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 0x7ffacfed9fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,234 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 0x7ffacfe691c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,242 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 0x7ffacfe69310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,270 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 0x7ffacfe69460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,276 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 0x7ffacfe695b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,281 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 0x7ffacfe69700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,301 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 0x7ffacfe69850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface
2026-01-23 12:13:48,323 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 0x7ffacff66250>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,326 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 0x7ffacfe69d60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,330 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 0x7ffacfe69eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,338 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 0x7ffacfe69fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,345 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 0x7ffacfe75190>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,349 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 0x7ffacfe752e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,355 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 0x7ffacfe75430>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,359 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 0x7ffacfe75580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,361 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 0x7ffacfe756d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,364 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 0x7ffacfe75820>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/subnets/8762e83d-b551-4cfe-8a47-c0227fbb03de
2026-01-23 12:13:48,375 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 0x7ffacfe75c10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,378 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 0x7ffacfe75d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,382 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 0x7ffacfe75ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,411 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 0x7ffacfe75fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,420 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 0x7ffacfe811c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,447 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 0x7ffacfe81310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,450 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 0x7ffacfe81460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,455 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 0x7ffacfe815b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,459 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 0x7ffacfe81700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,463 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 0x7ffacfe81850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers/157ea9c3-1284-4a56-905d-87b8cd625d60
2026-01-23 12:13:48,475 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 0x7ffacff5d7f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
2026-01-23 12:13:48,477 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 0x7ffacfe81d90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
2026-01-23 12:13:48,482 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 0x7ffacfe81ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
2026-01-23 12:13:48,485 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 0x7ffacfe81fa0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
2026-01-23 12:13:48,490 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 0x7ffacfe8c1c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
2026-01-23 12:13:48,493 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 0x7ffacfe8c310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
2026-01-23 12:13:48,498 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 0x7ffacfe8c460>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
2026-01-23 12:13:48,501 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 0x7ffacfe8c5b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
2026-01-23 12:13:48,512 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 0x7ffacfe8c700>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
2026-01-23 12:13:48,522 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 0x7ffacfe8c850>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/adef7f49-d578-4e2a-87ec-7d808dc0fe24
}}}
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 0x7ffacfec0970>: 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/9fbbf1bc-16f7-4622-9554-4aefeacf8e97 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ffacfec0970>: 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 0x7ffacfed9970>: 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-1633289058 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ffacfed9970>: 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 0x7ffacfe699a0>: 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/157ea9c3-1284-4a56-905d-87b8cd625d60/remove_router_interface (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ffacfe699a0>: 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 0x7ffacfe75970>: 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/8762e83d-b551-4cfe-8a47-c0227fbb03de (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ffacfe75970>: 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 0x7ffacfe819a0>: 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/157ea9c3-1284-4a56-905d-87b8cd625d60 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ffacfe819a0>: 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 0x7ffacfe8c9a0>: 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/adef7f49-d578-4e2a-87ec-7d808dc0fe24 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ffacfe8c9a0>: 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 434, in test_network_basic_ops
self._setup_network_and_servers()
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 120, in _setup_network_and_servers
server = self._create_server(self.network, port_id)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_network_basic_ops.py", line 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
pt34.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
pt35.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
pt36.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
pt37.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration)
|
||||||
| setUpClass (tempest.api.volume.test_versions | 1 | 0 | 0 | 0 | 1 | Detail | |
VersionsTest) |
skip
pt38.1: setUpClass (tempest.api.volume.test_versions.VersionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesActionsTest) |
skip
pt39.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_get | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesGetTest) |
skip
pt40.1: setUpClass (tempest.api.volume.test_volumes_get.VolumesGetTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesListTestJSON) |
skip
pt41.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)
|
||||||
| setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt42.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps)
|
||||||
| setUpClass (tempest.scenario.test_server_multinode | 1 | 0 | 0 | 0 | 1 | Detail | |
TestServerMultinode) |
skip
pt43.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
pt44.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
pt44.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
pt45.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
pt45.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
pt46.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
pt47.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
pt47.2: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,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
pt48.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
pt49.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
pt50.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
pt51.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
pt52.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
pt53.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_services.ServicesTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt54.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
pt55.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
pt56.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
pt56.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
pt56.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
pt56.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
pt57.1: tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists[id-17a5de24-e6a0-4e4a-a9ee-d85b6e5612b5,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
pt58.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
pt59.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
pt59.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
pt60.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
pt60.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
pt60.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.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
pt61.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
pt61.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
pt61.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
pt61.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
pt61.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
pt61.6: tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,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 | 90 | 35 | 44 | 0 | 11 | ||