Status: Pass 77 Failure 27 Skip 11
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (telemetry_tempest_plugin.aodh.api.test_alarming_api | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingAPITest) |
fail
ft1.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 0x7f509df31880>: 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 0x7f509df31880>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.identity.admin.v3.test_endpoints | 1 | 0 | 1 | 0 | 0 | Detail | |
EndPointsTestJSON) |
fail
ft2.1: setUpClass (tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.identity.v3.test_api_discovery | 1 | 0 | 1 | 0 | 0 | Detail | |
TestApiDiscovery) |
fail
ft3.1: setUpClass (tempest.api.identity.v3.test_api_discovery.TestApiDiscovery)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.identity.v3.test_domains | 1 | 0 | 1 | 0 | 0 | Detail | |
DefaultDomainTestJSON) |
fail
ft4.1: setUpClass (tempest.api.identity.v3.test_domains.DefaultDomainTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/identity/base.py", line 30, in setup_credentials
super(BaseIdentityTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.image.v2.test_images | 1 | 0 | 1 | 0 | 0 | Detail | |
BasicOperationsImagesTest) |
fail
ft5.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/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 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.image.v2.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
VersionsTest) |
fail
ft6.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/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 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.network.test_networks | 2 | 0 | 2 | 0 | 0 | Detail | |
BulkNetworkOpsIpV6Test) |
fail
ft7.1: setUpClass (tempest.api.network.test_networks.BulkNetworkOpsIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
NetworksIpV6Test) |
fail
ft7.2: setUpClass (tempest.api.network.test_networks.NetworksIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.network.test_security_groups | 1 | 0 | 1 | 0 | 0 | Detail | |
SecGroupIPv6Test) |
fail
ft8.1: setUpClass (tempest.api.network.test_security_groups.SecGroupIPv6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 383, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1015, in _validate_conn
conn.connect()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
File "/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f509ab95790>: 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 0x7f509ab95790>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| setUpClass (tempest.api.network.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworksApiDiscovery) |
fail
ft9.1: setUpClass (tempest.api.network.test_versions.NetworksApiDiscovery)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/api/network/base.py", line 66, in setup_credentials
super(BaseNetworkTest, cls).setup_credentials()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
File "/usr/lib/python3.9/site-packages/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 653, in get_credentials
creds = auth_provider.fill_credentials()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 122, in fill_credentials
auth_data = self.get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 148, in get_auth
self.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| setUpClass (tempest.api.object_storage.test_account_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
AccountQuotasTest) |
fail
ft10.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 0x7f50a3a82220>: 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 0x7f50a3a82220>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tearDownClass (telemetry_tempest_plugin.aodh.api.admin.test_alarming_api_admin | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingAPIAdminTest) |
fail
ft11.1: tearDownClass (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/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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 942, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: An unexpected error prevented the server from fulfilling your request.
|
||||||
| tearDownClass (telemetry_tempest_plugin.aodh.api.test_alarming_api_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
TelemetryAlarmingNegativeTest) |
fail
ft12.1: tearDownClass (telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/usr/lib/python3.9/site-packages/tempest/lib/common/dynamic_creds.py", line 635, in clear_creds
self.cleanup_default_secgroup(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/cred_provider.py", line 139, in cleanup_default_secgroup
resp_body = security_group_client.list_security_groups(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups
return self.list_resources(uri, **filters)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 35, in list_resources
resp, body = self.get(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| tearDownClass (telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus | 1 | 0 | 1 | 0 | 0 | Detail | |
PrometheusGabbiTest) |
fail
ft13.1: tearDownClass (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 0x7f4e862ffc10>: 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/requests/adapters.py", line 612, in send
resp = conn.urlopen(
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='heat-api-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4e862ffc10>: Failed to establish a new connection: [Errno 111] Connection refused'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/scenario/test_telemetry_integration_prometheus.py", line 96, in resource_cleanup
r = requests.get(url, headers=headers)
File "/usr/lib/python3.9/site-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
File "/usr/lib/python3.9/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python3.9/site-packages/requests/sessions.py", line 544, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3.9/site-packages/requests/sessions.py", line 657, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3.9/site-packages/requests/adapters.py", line 689, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='heat-api-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4e862ffc10>: 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
ft14.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 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7f43dfb13f40>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7f43dfb7ffc0>))
|
||||||
| tearDownClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft15.1: tearDownClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7fc8b54a7300>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7fc8b44ccac0>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7fc8b4450980>))
|
||||||
| tearDownClass (tempest.api.network.test_routers | 1 | 0 | 1 | 0 | 0 | Detail | |
RoutersIpV6Test) |
fail
ft16.1: tearDownClass (tempest.api.network.test_routers.RoutersIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 210, in tearDownClass
teardown()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/ports?device_id=3ad40d46-f922-40dd-9b50-9c672f7a8f7c (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f509ad37190>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f509eafa540>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/6383e641-deed-4fb5-9a9f-8c085bf4d56d (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f509ac2fa00>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f509eb6de00>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/ports?device_id=ffd0248e-c14d-479e-a149-32f297e4eb44 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f509ac3ab50>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f509eb5ef00>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/f0a26903-39d9-463d-a141-a67b80e50d31 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f509ac41d30>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f509eb9e980>), (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError("HTTPSConnectionPool(host='neutron-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2.0/subnets/3af30079-4d55-4d58-97fa-861697402b0b (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f509ac4cf70>: Failed to establish a new connection: [Errno 111] Connection refused'))"), <traceback object at 0x7f509eb77800>))
|
||||||
| tearDownClass (tempest.scenario.test_network_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestNetworkBasicOps) |
fail
ft17.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/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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 942, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: An unexpected error prevented the server from fulfilling your request.
|
||||||
| tearDownClass (tempest.scenario.test_server_basic_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestServerBasicOps) |
fail
ft18.1: tearDownClass (tempest.scenario.test_server_basic_ops.TestServerBasicOps)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_autoscaling |
fail
ft19.1: telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest.test_autoscalingtesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-08 02:00:47,867 29 DEBUG [tempest.scenario.manager] paths: img: /var/lib/tempest/openshift/etc/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None
2026-03-08 02:00:48,154 29 INFO [tempest.lib.common.rest_client] Request (main): 201 POST https://glance-default-public-openstack.apps-crc.testing/v2/images 0.285s
2026-03-08 02:00:48,155 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--1823161399", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:00:47 GMT', 'server': 'Apache', 'content-length': '642', 'location': 'https://glance-default-public-openstack.apps-crc.testing/v2/images/4168b890-8bdd-442e-a44f-6281d33575a7', 'openstack-image-import-methods': 'web-download,glance-direct', 'openstack-image-store-ids': 'default_backend', 'x-openstack-request-id': 'req-6a2ceec8-64c9-4553-a084-fb80e6ba81a6', 'content-type': 'application/json', 'set-cookie': 'c27908ff53cf87cdb033d6a54ac4cb8e=7e6c416ab260ed31be90e8095e11026c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://glance-default-public-openstack.apps-crc.testing/v2/images'}
Body: b'{"name": "tempest-scenario-img--1823161399", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "21f97552676347e59b94b3a56289ad2f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "4168b890-8bdd-442e-a44f-6281d33575a7", "created_at": "2026-03-08T02:00:48Z", "updated_at": "2026-03-08T02:00:48Z", "tags": [], "self": "/v2/images/4168b890-8bdd-442e-a44f-6281d33575a7", "file": "/v2/images/4168b890-8bdd-442e-a44f-6281d33575a7/file", "schema": "/v2/schemas/image"}'
2026-03-08 02:00:49,453 29 INFO [tempest.lib.common.rest_client] Request (main): 204 PUT https://glance-default-public-openstack.apps-crc.testing/v2/images/4168b890-8bdd-442e-a44f-6281d33575a7/file 1.297s
2026-03-08 02:00:49,453 29 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x7f4e8f07a4f0>
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:00:48 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-11e73e8d-9bd8-4fed-aac1-75349da37a16', 'set-cookie': 'c27908ff53cf87cdb033d6a54ac4cb8e=7e6c416ab260ed31be90e8095e11026c; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://glance-default-public-openstack.apps-crc.testing/v2/images/4168b890-8bdd-442e-a44f-6281d33575a7/file'}
Body: b''
2026-03-08 02:00:49,453 29 DEBUG [tempest.scenario.manager] image:4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:00:52,362 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:00:54,650 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:00:56,978 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:00:59,326 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:01:01,818 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:01:04,536 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:01:07,371 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:01:10,289 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:01:12,785 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:01:15,326 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:01:17,694 29 INFO [urllib3.poolmanager] Redirecting https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252 -> https://heat-api-public-openstack.apps-crc.testing/v1/21f97552676347e59b94b3a56289ad2f/stacks/tempest-telemetry-1083403252/9ca72a24-bb1b-45b1-8460-66a147b34251
2026-03-08 02:02:39,330 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4e8f0d79a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:02:39,333 29 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4e8e9104c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:02:39,335 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 0x7f4e8e910640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:02:39,342 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 0x7f4e8e910760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:02:39,346 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 0x7f4e8e9106a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:02:39,347 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 0x7f4e8e9108e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:02:39,349 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 0x7f4e8e8a0490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:02:39,351 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 0x7f4e8e8a0580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:02:39,353 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 0x7f4e8e8a0520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
2026-03-08 02:02:39,354 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 0x7f4e8e8aba30>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7
}}}
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 0x7f4e8e8ab850>: 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/image/v2/images_client.py", line 90, in delete_image
resp, _ = self.delete(url)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 746, in request
resp, resp_body = self._request(method, url, headers=headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 612, in _request
resp, resp_body = self.raw_request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 661, in raw_request
resp, resp_body = self.http_obj.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/http.py", line 115, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 74, in request
return self.request_encode_url(
File "/usr/lib/python3.9/site-packages/urllib3/request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/usr/lib/python3.9/site-packages/urllib3/poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 784, in urlopen
return self.urlopen(
[Previous line repeated 7 more times]
File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 576, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='glance-default-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2/images/4168b890-8bdd-442e-a44f-6281d33575a7 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4e8e8ab850>: Failed to establish a new connection: [Errno 111] Connection refused'))
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/scenario/utils.py", line 66, in test
run_test(self, test_dir, filename)
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/scenario/utils.py", line 58, in run_test
test_class_instance.fail(msg)
File "/usr/lib64/python3.9/unittest/case.py", line 676, in fail
raise self.failureException(msg)
AssertionError: From test "list servers grow" :
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/gabbi/suitemaker.py", line 104, in do_test
return test_method(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/gabbi/case.py", line 97, in wrapper
func(self)
File "/usr/lib/python3.9/site-packages/gabbi/case.py", line 164, in test_request
self._run_test()
File "/usr/lib/python3.9/site-packages/gabbi/case.py", line 585, in _run_test
self._run_request(full_url, method, headers, body,
File "/usr/lib/python3.9/site-packages/gabbi/case.py", line 498, in _run_request
response, content = self.http.request(
File "/usr/lib/python3.9/site-packages/gabbi/httpclient.py", line 120, in request
response, content = super(VerboseHttp, self).request(
File "/usr/lib/python3.9/site-packages/gabbi/httpclient.py", line 43, in request
response = super(Http, self).request(
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 756, in urlopen
retries = retries.increment(
File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 509, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/lib/python3.9/site-packages/urllib3/packages/six.py", line 709, in reraise
raise value
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 0x7f4e8ecf1a90>: Failed to establish a new connection: [Errno 111] Connection refused
|
||||||
test_ceilometer_sg_core_integration |
fail
ft19.2: telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest.test_ceilometer_sg_core_integrationtesttools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-08 02:02:39,435 29 DEBUG [tempest.scenario.manager] paths: img: /var/lib/tempest/openshift/etc/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None
2026-03-08 02:02:39,455 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 0x7f4e8d646df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
2026-03-08 02:02:39,490 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 0x7f4e8ec5cac0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
2026-03-08 02:02:39,493 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 0x7f4e8ed7a310>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
2026-03-08 02:02:39,525 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 0x7f4e8e7681c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
2026-03-08 02:02:39,527 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 0x7f4e8e768130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
2026-03-08 02:02:39,531 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 0x7f4e8e7ccf10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
2026-03-08 02:02:39,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 0x7f4e8e7ccb80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
2026-03-08 02:02:39,535 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 0x7f4e8e7cc940>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
2026-03-08 02:02:39,542 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 0x7f4e8e7cc670>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
2026-03-08 02:02:39,543 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 0x7f4e8e7cc5e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2/images
}}}
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 0x7f4e8e7cc4f0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/scenario/utils.py", line 65, in test
self._prep_test(filename)
File "/usr/lib/python3.9/site-packages/telemetry_tempest_plugin/scenario/test_telemetry_integration_prometheus.py", line 164, in _prep_test
"GLANCE_IMAGE_NAME": self.image_create(),
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 893, in image_create
body = self.image_client.create_image(**params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/image/v2/images_client.py", line 53, in create_image
resp, body = self.post('images', 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='glance-default-public-openstack.apps-crc.testing', port=443): Max retries exceeded with url: /v2/images (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4e8e7cc4f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke] |
fail
ft20.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard[id-2cb1baf6-ac8d-4429-bf0d-ba8a0ba53e32,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-08 02:02:43,282 26 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/21f19268-76e5-4bde-aa06-e1bc9d86174b 0.108s
2026-03-08 02:02:43,283 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:43 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-7d582d85-f8b1-44c6-a967-9c157d7612bb', 'x-compute-request-id': 'req-7d582d85-f8b1-44c6-a967-9c157d7612bb', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/21f19268-76e5-4bde-aa06-e1bc9d86174b'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:43,379 26 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/21f19268-76e5-4bde-aa06-e1bc9d86174b 0.096s
2026-03-08 02:02:43,380 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:43 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-75492309-9242-422d-aed6-f1c508b46d26', 'x-compute-request-id': 'req-75492309-9242-422d-aed6-f1c508b46d26', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/21f19268-76e5-4bde-aa06-e1bc9d86174b'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:43,380 26 ERROR [tempest.api.compute.base] Failed to delete server 21f19268-76e5-4bde-aa06-e1bc9d86174b
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 55, in setUp
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base self.client.show_server(self.server_id)['server'],
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base resp, body = self.get("servers/%s" % server_id)
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base return self.request('GET', url, extra_headers, headers,
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base self._error_checker(resp, resp_body)
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base raise exceptions.UnexpectedResponseCode(str(resp.status),
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base Details: 503
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base During handling of the above exception, another exception occurred:
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 434, in delete_server
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base cls.servers_client.delete_server(server_id)
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base resp, body = self.delete("servers/%s" % server_id)
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base return self.request('DELETE', url, extra_headers, headers, body)
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base self._error_checker(resp, resp_body)
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base raise exceptions.UnexpectedResponseCode(str(resp.status),
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base Details: 503
2026-03-08 02:02:43.380 26 ERROR tempest.api.compute.base
2026-03-08 02:02:43,493 26 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 500 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.097s
2026-03-08 02:02:43,493 26 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:43 GMT', 'server': 'Apache', 'content-length': '531', 'content-type': 'text/html; charset=iso-8859-1', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=d723bc8f4472d411bfe3032880c92880; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '500', 'content-location': 'https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens'}
Body: b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>500 Internal Server Error</title>\n</head><body>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration and was unable to complete\nyour request.</p>\n<p>Please contact the server administrator at \n [no address given] to inform them of the time this error occurred,\n and the actions you performed just before this error.</p>\n<p>More information about this error may be available\nin the server error log.</p>\n</body></html>\n'
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 55, in setUp
self.client.show_server(self.server_id)['server'],
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/api/compute/servers/test_server_actions.py", line 72, in setUp
self.__class__.server_id = self.recreate_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/usr/lib/python3.9/site-packages/tempest/api/compute/base.py", line 234, in create_test_server
tenant_network = cls.get_tenant_network()
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 901, in get_tenant_network
manager = cls.get_client_manager(credential_type=credentials_type)
File "/usr/lib/python3.9/site-packages/tempest/test.py", line 750, in get_client_manager
manager.auth_provider.set_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 157, in set_auth
self.cache = self._get_auth()
File "/usr/lib/python3.9/site-packages/tempest/lib/auth.py", line 312, in _get_auth
token, auth_data = auth_func(**auth_params)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/usr/lib/python3.9/site-packages/tempest/lib/services/identity/v3/token_client.py", line 172, in request
raise exceptions.IdentityError(
tempest.lib.exceptions.IdentityError: Got identity error
Details: Unexpected status code 500
|
||||||
| tempest.api.network.test_routers.RoutersIpV6Test | 4 | 1 | 3 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt21.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft21.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-03-08 02:01:59,053 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 1.048s
2026-03-08 02:01:59,054 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-326017893"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-7d3dafdf-a4b3-4d97-a40e-eefe849e09f5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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":"d0871f80-8b90-42aa-932c-526a31764e7c","name":"tempest-RoutersIpV6Test-326017893","tenant_id":"4afcdd46153c491a953f6846e8aa810f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"4afcdd46153c491a953f6846e8aa810f","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-03-08T02:01:58Z","updated_at":"2026-03-08T02:01:58Z","revision_number":1}}'
2026-03-08 02:01:59,932 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.878s
2026-03-08 02:01:59,933 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "d0871f80-8b90-42aa-932c-526a31764e7c", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:59 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '622', 'x-openstack-request-id': 'req-b208e2f2-1ad7-43d4-8643-39936170ae79', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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":"6383e641-deed-4fb5-9a9f-8c085bf4d56d","name":"","tenant_id":"4afcdd46153c491a953f6846e8aa810f","network_id":"d0871f80-8b90-42aa-932c-526a31764e7c","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2026-03-08T02:01:59Z","updated_at":"2026-03-08T02:01:59Z","revision_number":0,"project_id":"4afcdd46153c491a953f6846e8aa810f"}}'
2026-03-08 02:02:01,693 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 1.759s
2026-03-08 02:02:01,711 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"router": {"name": "tempest-RoutersIpV6Test-router-1622514161", "external_gateway_info": {}, "admin_state_up": false}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:01 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '486', 'x-openstack-request-id': 'req-1b90e2fa-0f9d-4c99-9bc2-6f6519e7a066', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "3ad40d46-f922-40dd-9b50-9c672f7a8f7c", "name": "tempest-RoutersIpV6Test-router-1622514161", "tenant_id": "4afcdd46153c491a953f6846e8aa810f", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-03-08T02:02:01Z", "updated_at": "2026-03-08T02:02:01Z", "revision_number": 1, "project_id": "4afcdd46153c491a953f6846e8aa810f"}}'
2026-03-08 02:02:02,773 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/ports 1.060s
2026-03-08 02:02:02,774 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "d0871f80-8b90-42aa-932c-526a31764e7c", "name": "tempest-RoutersIpV6Test-729004491"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:02 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '968', 'x-openstack-request-id': 'req-7b31e961-4459-4d8f-96a8-9bb6c99434f4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '201', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports'}
Body: b'{"port":{"id":"4158785b-1185-4179-aad2-5c590471fe4a","name":"tempest-RoutersIpV6Test-729004491","network_id":"d0871f80-8b90-42aa-932c-526a31764e7c","tenant_id":"4afcdd46153c491a953f6846e8aa810f","mac_address":"fa:16:3e:3a:34:e1","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"6383e641-deed-4fb5-9a9f-8c085bf4d56d","ip_address":"2001:db8::2ee"}],"project_id":"4afcdd46153c491a953f6846e8aa810f","qos_policy_id":null,"port_security_enabled":true,"security_groups":["86f7ff6b-3570-480d-a581-43445e4ed6e9"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","qos_network_policy_id":null,"dns_name":"","dns_assignment":[{"ip_address":"2001:db8::2ee","hostname":"host-2001-db8--2ee","fqdn":"host-2001-db8--2ee.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-03-08T02:02:02Z","updated_at":"2026-03-08T02:02:02Z","revision_number":1}}'
2026-03-08 02:02:06,920 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ad40d46-f922-40dd-9b50-9c672f7a8f7c/add_router_interface 4.146s
2026-03-08 02:02:06,929 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port_id": "4158785b-1185-4179-aad2-5c590471fe4a"}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:06 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-5d753657-83ec-4f0c-ba65-1dbb7a0a864e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ad40d46-f922-40dd-9b50-9c672f7a8f7c/add_router_interface'}
Body: b'{"id": "3ad40d46-f922-40dd-9b50-9c672f7a8f7c", "tenant_id": "4afcdd46153c491a953f6846e8aa810f", "port_id": "4158785b-1185-4179-aad2-5c590471fe4a", "network_id": "d0871f80-8b90-42aa-932c-526a31764e7c", "subnet_id": "6383e641-deed-4fb5-9a9f-8c085bf4d56d", "subnet_ids": ["6383e641-deed-4fb5-9a9f-8c085bf4d56d"]}'
2026-03-08 02:02:07,452 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports/4158785b-1185-4179-aad2-5c590471fe4a 0.522s
2026-03-08 02:02:07,452 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:07 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1028', 'x-openstack-request-id': 'req-13c2131b-eb8b-4b8e-b058-b8934466e6a7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports/4158785b-1185-4179-aad2-5c590471fe4a'}
Body: b'{"port":{"id":"4158785b-1185-4179-aad2-5c590471fe4a","name":"tempest-RoutersIpV6Test-729004491","network_id":"d0871f80-8b90-42aa-932c-526a31764e7c","tenant_id":"4afcdd46153c491a953f6846e8aa810f","mac_address":"fa:16:3e:3a:34:e1","admin_state_up":true,"status":"DOWN","device_id":"3ad40d46-f922-40dd-9b50-9c672f7a8f7c","device_owner":"network:router_interface","fixed_ips":[{"subnet_id":"6383e641-deed-4fb5-9a9f-8c085bf4d56d","ip_address":"2001:db8::2ee"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["86f7ff6b-3570-480d-a581-43445e4ed6e9"],"description":"","binding:vnic_type":"normal","qos_policy_id":null,"qos_network_policy_id":null,"port_security_enabled":true,"dns_name":"","dns_assignment":[{"ip_address":"2001:db8::2ee","hostname":"host-2001-db8--2ee","fqdn":"host-2001-db8--2ee.openstackgate.local."}],"dns_domain":"","ip_allocation":"immediate","tags":[],"created_at":"2026-03-08T02:02:02Z","updated_at":"2026-03-08T02:02:04Z","revision_number":2,"project_id":"4afcdd46153c491a953f6846e8aa810f"}}'
2026-03-08 02:02:15,950 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ad40d46-f922-40dd-9b50-9c672f7a8f7c/remove_router_interface 8.497s
2026-03-08 02:02:16,028 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port_id": "4158785b-1185-4179-aad2-5c590471fe4a"}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:15 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-5ccf58b7-9241-409c-bf85-902b3d3a11ff', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ad40d46-f922-40dd-9b50-9c672f7a8f7c/remove_router_interface'}
Body: b'{"id": "3ad40d46-f922-40dd-9b50-9c672f7a8f7c", "tenant_id": "4afcdd46153c491a953f6846e8aa810f", "port_id": "4158785b-1185-4179-aad2-5c590471fe4a", "network_id": "d0871f80-8b90-42aa-932c-526a31764e7c", "subnet_id": "6383e641-deed-4fb5-9a9f-8c085bf4d56d", "subnet_ids": ["6383e641-deed-4fb5-9a9f-8c085bf4d56d"]}'
2026-03-08 02:02:29,932 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 404 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ad40d46-f922-40dd-9b50-9c672f7a8f7c/remove_router_interface 13.904s
2026-03-08 02:02:29,932 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port_id": "4158785b-1185-4179-aad2-5c590471fe4a"}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:28 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '197', 'x-openstack-request-id': 'req-742be980-7245-4faa-8eaf-5896e98cb453', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '404', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ad40d46-f922-40dd-9b50-9c672f7a8f7c/remove_router_interface'}
Body: b'{"NeutronError": {"type": "RouterInterfaceNotFound", "message": "Router 3ad40d46-f922-40dd-9b50-9c672f7a8f7c does not have an interface with id 4158785b-1185-4179-aad2-5c590471fe4a", "detail": ""}}'
2026-03-08 02:02:32,362 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=3ad40d46-f922-40dd-9b50-9c672f7a8f7c 2.429s
2026-03-08 02:02:32,363 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:32 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-cd6003b6-735a-4e4d-8a5c-8039702dba1e', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=3ad40d46-f922-40dd-9b50-9c672f7a8f7c'}
Body: b'{"ports":[]}'
2026-03-08 02:02:32,959 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ad40d46-f922-40dd-9b50-9c672f7a8f7c 0.596s
2026-03-08 02:02:32,959 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:32 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-5e0a822c-e92e-4cbd-8c65-76d42889663b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/3ad40d46-f922-40dd-9b50-9c672f7a8f7c'}
Body: b''
2026-03-08 02:02:33,690 25 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/6383e641-deed-4fb5-9a9f-8c085bf4d56d 0.731s
2026-03-08 02:02:33,690 25 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:33 GMT', 'server': 'Apache', 'x-openstack-request-id': 'req-fa124ebb-844c-45f9-8431-08430df16072', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '204', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/6383e641-deed-4fb5-9a9f-8c085bf4d56d'}
Body: b''
2026-03-08 02:02:38,965 25 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
2026-03-08 02:02:38,968 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 0x7f50a3abef10>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
2026-03-08 02:02:39,019 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 0x7f509ad371c0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
2026-03-08 02:02:39,026 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 0x7f50a2f41ee0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
2026-03-08 02:02:39,033 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 0x7f50a2f41b80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
2026-03-08 02:02:39,037 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 0x7f50a2f41af0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
2026-03-08 02:02:39,040 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 0x7f50a2f418e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
2026-03-08 02:02:39,043 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 0x7f50a2f415e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
2026-03-08 02:02:39,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 0x7f50a2f41790>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
2026-03-08 02:02:39,047 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 0x7f50a2f41eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks/d0871f80-8b90-42aa-932c-526a31764e7c
}}}
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 0x7f50a2f41f10>: 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/d0871f80-8b90-42aa-932c-526a31764e7c (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f50a2f41f10>: 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
ft21.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-03-08 02:02:39,146 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 0x7f50a3aefbe0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-03-08 02:02:39,148 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 0x7f50a3b2c760>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-03-08 02:02:39,150 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 0x7f50a3aef580>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-03-08 02:02:39,153 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 0x7f50a3b62220>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-03-08 02:02:39,155 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 0x7f509ac95f70>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-03-08 02:02:39,157 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 0x7f50a3b2c490>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-03-08 02:02:39,159 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 0x7f50a3b2ce80>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-03-08 02:02:39,161 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 0x7f50a2f41a90>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-03-08 02:02:39,164 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 0x7f50a2f41df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/networks
2026-03-08 02:02:39,165 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 0x7f50a2f41eb0>: 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 0x7f50a2f41dc0>: 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 0x7f50a2f41dc0>: 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
ft21.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-03-08 02:02:39,229 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 0x7f50a3b220a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-03-08 02:02:39,236 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 0x7f50a2f41640>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-03-08 02:02:39,246 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 0x7f509ad85df0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-03-08 02:02:39,257 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 0x7f50a3ae27f0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-03-08 02:02:39,268 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 0x7f50a3ae2a60>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-03-08 02:02:39,281 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 0x7f509ac8e130>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-03-08 02:02:39,289 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 0x7f509ac8e280>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-03-08 02:02:39,295 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 0x7f509ac8e3d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-03-08 02:02:39,300 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 0x7f509ac8e520>: Failed to establish a new connection: [Errno 111] Connection refused')': /v2.0/routers
2026-03-08 02:02:39,302 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 0x7f509ac8e670>: 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 0x7f509ac8e7c0>: 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 0x7f509ac8e7c0>: 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
ft22.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-03-08 02:01:35,132 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/networks 2.866s
2026-03-08 02:01:35,132 27 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--396248877", "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:35 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '626', 'x-openstack-request-id': 'req-ebd6a24c-cf05-4ac5-9bbb-f9be35990676', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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":"96121409-215e-4e33-88a9-bbd220bb2d82","name":"tempest-network-smoke--396248877","tenant_id":"6c6ee1c9273041d0ab001614dd4639e8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6c6ee1c9273041d0ab001614dd4639e8","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-03-08T02:01:34Z","updated_at":"2026-03-08T02:01:34Z","revision_number":1}}'
2026-03-08 02:01:37,935 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/routers 2.801s
2026-03-08 02:01:37,935 27 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-381821540", "admin_state_up": true, "project_id": "6c6ee1c9273041d0ab001614dd4639e8", "external_gateway_info": {"network_id": "bf36fab4-e621-4fc4-8141-93bc1b06fe0c"}}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:37 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '671', 'x-openstack-request-id': 'req-12e5f6fd-00bc-4cca-b0b6-29fe8e75038c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "a33f9e5a-6a65-46c7-bf96-aa32ea205771", "name": "tempest-TestNetworkBasicOps-router-381821540", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "bf36fab4-e621-4fc4-8141-93bc1b06fe0c", "external_fixed_ips": [{"subnet_id": "1df675aa-af4c-4791-81cb-37a09f3d061a", "ip_address": "192.168.122.248"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-03-08T02:01:35Z", "updated_at": "2026-03-08T02:01:36Z", "revision_number": 2, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}'
2026-03-08 02:01:38,146 27 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=6c6ee1c9273041d0ab001614dd4639e8&cidr=10.100.0.0%2F28 0.210s
2026-03-08 02:01:38,146 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-42510bc2-feae-41c7-95da-56bd00e32ec7', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?project_id=6c6ee1c9273041d0ab001614dd4639e8&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2026-03-08 02:01:38,550 27 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.403s
2026-03-08 02:01:38,551 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '744', 'x-openstack-request-id': 'req-f3b5b840-c1cb-4a31-ba13-a17c88d107bf', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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":"bf36fab4-e621-4fc4-8141-93bc1b06fe0c","name":"public","tenant_id":"360d085e3b734d02ad1105808497eb0c","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":["1df675aa-af4c-4791-81cb-37a09f3d061a"],"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-03-08T01:39:37Z","updated_at":"2026-03-08T01:39:44Z","revision_number":2,"project_id":"360d085e3b734d02ad1105808497eb0c","provider:network_type":"flat","provider:physical_network":"datacentre","provider:segmentation_id":null}]}'
2026-03-08 02:01:38,657 27 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=bf36fab4-e621-4fc4-8141-93bc1b06fe0c&cidr=10.100.0.0%2F28 0.106s
2026-03-08 02:01:38,657 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:38 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '14', 'x-openstack-request-id': 'req-b177bf81-28fb-46de-862c-ae48be25890a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets?network_id=bf36fab4-e621-4fc4-8141-93bc1b06fe0c&cidr=10.100.0.0%2F28'}
Body: b'{"subnets":[]}'
2026-03-08 02:01:41,588 27 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.930s
2026-03-08 02:01:41,588 27 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-1631527780", "network_id": "96121409-215e-4e33-88a9-bbd220bb2d82", "project_id": "6c6ee1c9273041d0ab001614dd4639e8", "ip_version": 4, "cidr": "10.100.0.0/28"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:41 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '633', 'x-openstack-request-id': 'req-0adb460a-f0ee-4d6a-b861-68df32b3cad9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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":"9d40b1c0-3aae-4d83-a1e3-3d478fb8a7b8","name":"tempest-subnet-smoke-1631527780","tenant_id":"6c6ee1c9273041d0ab001614dd4639e8","network_id":"96121409-215e-4e33-88a9-bbd220bb2d82","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-03-08T02:01:39Z","updated_at":"2026-03-08T02:01:39Z","revision_number":0,"project_id":"6c6ee1c9273041d0ab001614dd4639e8"}}'
2026-03-08 02:01:45,112 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a33f9e5a-6a65-46c7-bf96-aa32ea205771/add_router_interface 3.523s
2026-03-08 02:01:45,117 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "9d40b1c0-3aae-4d83-a1e3-3d478fb8a7b8"}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '309', 'x-openstack-request-id': 'req-92e2821c-04d5-481c-962d-bc456335d223', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a33f9e5a-6a65-46c7-bf96-aa32ea205771/add_router_interface'}
Body: b'{"id": "a33f9e5a-6a65-46c7-bf96-aa32ea205771", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "port_id": "c3caa75e-148a-4a8b-a9dd-e36adb5f9b96", "network_id": "96121409-215e-4e33-88a9-bbd220bb2d82", "subnet_id": "9d40b1c0-3aae-4d83-a1e3-3d478fb8a7b8", "subnet_ids": ["9d40b1c0-3aae-4d83-a1e3-3d478fb8a7b8"]}'
2026-03-08 02:01:45,705 27 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.586s
2026-03-08 02:01:45,707 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '11085', 'x-openstack-request-id': 'req-198ba8e1-b3d0-44e6-b712-f664a7819214', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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":"0e2e5007-c55e-4789-a616-f834b45e77b8","name":"tempest-TelemetryAlarmingNegativeTest-204774456-network","tenant_id":"56d59bc48e5d40e9b52b4f830ebea1d2","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["1ab82ccf-a8b9-410c-942f-0e18e2f7dabe"],"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-03-08T02:01:38Z","updated_at":"2026-03-08T02:01:40Z","revision_number":2,"project_id":"56d59bc48e5d40e9b52b4f830ebea1d2","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":63254},{"id":"12047650-c1e0-4258-989c-2c19e755b2b9","name":"tempest-AttachInterfacesUnderV243Test-531715487-network","tenant_id":"d9ccce70d9e54a3d84ed5acb83cf6f77","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["cd5c7f88-4c06-405b-9778-7ef6f30f286c"],"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-03-08T01:59:47Z","updated_at":"2026-03-08T01:59:48Z","revision_number":2,"project_id":"d9ccce70d9e54a3d84ed5acb83cf6f77","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":26492},{"id":"17b8d633-ce34-4348-87d4-f2f84b40342d","name":"tempest-TelemetryAlarmingAPIAdminTest-883234695-network","tenant_id":"a560fc5f2b4549b9bd07ac533c6ead4a","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["5b8bb060-4079-4c3a-944a-5b32219f5729"],"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-03-08T02:01:30Z","updated_at":"2026-03-08T02:01:31Z","revision_number":2,"project_id":"a560fc5f2b4549b9bd07ac533c6ead4a","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":60928},{"id":"1c9e5c49-e39c-457b-a3e6-42ea3931f739","name":"tempest-PrometheusGabbiTest-805288932-network","tenant_id":"21f97552676347e59b94b3a56289ad2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["abe98cea-a912-49d8-897b-12cfab8f532c"],"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-03-08T02:00:28Z","updated_at":"2026-03-08T02:00:31Z","revision_number":2,"project_id":"21f97552676347e59b94b3a56289ad2f","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":39928},{"id":"3fecfab7-b025-488c-8a08-7b614e041753","name":"","tenant_id":"21f97552676347e59b94b3a56289ad2f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["3491e400-e8ff-4d8e-b1e3-b1c1334c7473"],"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-03-08T02:00:42Z","updated_at":"2026-03-08T02:00:46Z","revision_number":2,"project_id":"21f97552676347e59b94b3a56289ad2f","provider:network_type":"geneve","provider:physical_network":null,"provider:segmentation_id":31200},{"id":"4c8a85f0-0562-495c-a359-61ec960592a5","name":"heat_tempestconf_network","tenant_id":"f17d8c78e47645f28f28d55ba75bf1e4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":["dd8a1b45-161d-4b48-8113-6145d01ebcc1"],"shared":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"router:external":
2026-03-08 02:01:45,910 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/subnets 0.202s
2026-03-08 02:01:45,911 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:45 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '9717', 'x-openstack-request-id': 'req-b13c7d2d-fdfd-493d-b87c-c748bd6c1a88', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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":"1ab82ccf-a8b9-410c-942f-0e18e2f7dabe","name":"tempest-TelemetryAlarmingNegativeTest-204774456-subnet","tenant_id":"56d59bc48e5d40e9b52b4f830ebea1d2","network_id":"0e2e5007-c55e-4789-a616-f834b45e77b8","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-03-08T02:01:40Z","updated_at":"2026-03-08T02:01:40Z","revision_number":0,"project_id":"56d59bc48e5d40e9b52b4f830ebea1d2"},{"id":"1df675aa-af4c-4791-81cb-37a09f3d061a","name":"public_subnet","tenant_id":"360d085e3b734d02ad1105808497eb0c","network_id":"bf36fab4-e621-4fc4-8141-93bc1b06fe0c","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-03-08T01:39:44Z","updated_at":"2026-03-08T01:39:44Z","revision_number":0,"project_id":"360d085e3b734d02ad1105808497eb0c"},{"id":"3491e400-e8ff-4d8e-b1e3-b1c1334c7473","name":"","tenant_id":"21f97552676347e59b94b3a56289ad2f","network_id":"3fecfab7-b025-488c-8a08-7b614e041753","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/16","allocation_pools":[{"start":"10.100.0.2","end":"10.100.255.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-03-08T02:00:46Z","updated_at":"2026-03-08T02:00:46Z","revision_number":0,"project_id":"21f97552676347e59b94b3a56289ad2f"},{"id":"3af30079-4d55-4d58-97fa-861697402b0b","name":"","tenant_id":"4afcdd46153c491a953f6846e8aa810f","network_id":"e2be2d23-14fc-4f5e-9df1-ce9643e89354","ip_version":6,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"2001:db8::1","cidr":"2001:db8::/64","allocation_pools":[{"start":"2001:db8::2","end":"2001:db8::ffff:ffff:ffff:ffff"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"segment_id":null,"tags":[],"created_at":"2026-03-08T02:01:42Z","updated_at":"2026-03-08T02:01:42Z","revision_number":0,"project_id":"4afcdd46153c491a953f6846e8aa810f"},{"id":"57ebdb51-c5b9-456b-a519-2dcdc3d349bf","name":"tempest-TestServerBasicOps-129113008-subnet","tenant_id":"5e2a1de9359441109fabd71dadb435a2","network_id":"5720fcf2-94f1-4256-a1d4-fd01ac2c40df","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-03-08T02:01:43Z","updated_at":"2026-03-08T02:01:43Z","revision_number":0,"project_id":"5e2a1de9359441109fabd71dadb435a2"},{"id":"5b8bb060-4079-4c3a-944a-5b32219f5729","name":"tempest-TelemetryAlarmingAPIAdminTest-883234695-subnet","tenant_id":"a560fc5f2b4549b9bd07ac533c6ead4a","network_id":"17b8d633-ce34-4348-87d4-f2f84b40342d","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-03-08T02:01:31Z","updated_at":"2026-03-08T02:01:31Z","revision_number":0,"project_id":"a560fc5f2b4549b9bd07ac533c6ead4a"},{"id":"9d40b1c0-3aae-4d83-a1e3-3d478fb8a7b8","name":"tempest-subnet-smoke-1631527780","tenant_id":"6c6ee1c9273041d0ab001614dd4639e8","network_id":"96121409-215e-4e33-88a9-bbd220bb2d82","ip_version":4,"subnetpool_id":null
2026-03-08 02:01:46,206 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://neutron-public-openstack.apps-crc.testing/v2.0/routers 0.295s
2026-03-08 02:01:46,207 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '6923', 'x-openstack-request-id': 'req-135a34d4-3497-4e02-a21b-80e718469ae4', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "38feb49c-9328-483a-a2e9-6b0f1a179397", "name": "tempest-ServerActionsTestJSON-919921540-router", "tenant_id": "e6286c77a2d946f59ab32f923335047f", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "bf36fab4-e621-4fc4-8141-93bc1b06fe0c", "external_fixed_ips": [{"subnet_id": "1df675aa-af4c-4791-81cb-37a09f3d061a", "ip_address": "192.168.122.188"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-03-08T02:01:10Z", "updated_at": "2026-03-08T02:01:13Z", "revision_number": 3, "project_id": "e6286c77a2d946f59ab32f923335047f"}, {"id": "40f0c73d-a6a2-4540-af3f-010d49ab939d", "name": "tempest-TelemetryAlarmingNegativeTest-204774456-router", "tenant_id": "56d59bc48e5d40e9b52b4f830ebea1d2", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "bf36fab4-e621-4fc4-8141-93bc1b06fe0c", "external_fixed_ips": [{"subnet_id": "1df675aa-af4c-4791-81cb-37a09f3d061a", "ip_address": "192.168.122.187"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-03-08T02:01:43Z", "updated_at": "2026-03-08T02:01:44Z", "revision_number": 2, "project_id": "56d59bc48e5d40e9b52b4f830ebea1d2"}, {"id": "566c3767-c401-47fa-8f80-349546026d52", "name": "tempest-TestServerBasicOps-129113008-router", "tenant_id": "5e2a1de9359441109fabd71dadb435a2", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-03-08T02:01:45Z", "updated_at": "2026-03-08T02:01:45Z", "revision_number": 1, "project_id": "5e2a1de9359441109fabd71dadb435a2"}, {"id": "7369fb49-a53a-475a-82c7-8b556e587817", "name": "tempest-TelemetryAlarmingAPIAdminTest-883234695-router", "tenant_id": "a560fc5f2b4549b9bd07ac533c6ead4a", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "bf36fab4-e621-4fc4-8141-93bc1b06fe0c", "external_fixed_ips": [{"subnet_id": "1df675aa-af4c-4791-81cb-37a09f3d061a", "ip_address": "192.168.122.243"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-03-08T02:01:33Z", "updated_at": "2026-03-08T02:01:38Z", "revision_number": 3, "project_id": "a560fc5f2b4549b9bd07ac533c6ead4a"}, {"id": "7c42bd06-a8f3-454f-89f1-b5ece1c9b44a", "name": "tempest-AttachInterfacesUnderV243Test-531715487-router", "tenant_id": "d9ccce70d9e54a3d84ed5acb83cf6f77", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "bf36fab4-e621-4fc4-8141-93bc1b06fe0c", "external_fixed_ips": [{"subnet_id": "1df675aa-af4c-4791-81cb-37a09f3d061a", "ip_address": "192.168.122.209"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-03-08T01:59:50Z", "updated_at": "2026-03-08T01:59:55Z", "revision_number": 3, "project_id": "d9ccce70d9e54a3d84ed5acb83cf6f77"}, {"id": "a33f9e5a-6a65-46c7-bf96-aa32ea205771", "name": "tempest-TestNetworkBasicOps-router-381821540", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "bf36fab4-e621-4fc4-8141-93bc1b06fe0c", "external_fixed_ips": [{"subnet_id": "1df675aa-af4c-4791-81cb-37a09f3d061a", "ip_address": "192.168.122.248"}], "enable_snat": true}, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "tags": [], "created_at": "2026-03-08T02:01:35Z", "updated_at": "2026-03-08T02:01:43Z", "revision_number": 3, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}, {"id": "a4928ba5-a974-4389-a338-bf01abfd09c3", "name": "tempest-TelemetryAlarmingAPIAdminTest-1474095590-router", "tenant_id": "c9af0c4a27b34649a4071545d2298cc1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": {"network_id": "bf36fab4-e621-4fc4-
2026-03-08 02:01:46,350 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.140s
2026-03-08 02:01:46,350 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestNetworkBasicOps-1277639177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDw3wwKCy/jXJJO54gET+hAikmreyfDpmzMlRhkju1/TE3bpUAS6iCHtlMi00ZU6bP8dRDk46hneNz8U0K+pJGNB1D3TrWyZABPloJcCeepVAQq8CwlvAJor8TCcdDEs9A=="}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:46 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-66b73339-85b9-483e-98bf-5c5fc5eae65c', 'x-compute-request-id': 'req-66b73339-85b9-483e-98bf-5c5fc5eae65c', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; 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-1277639177", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDw3wwKCy/jXJJO54gET+hAikmreyfDpmzMlRhkju1/TE3bpUAS6iCHtlMi00ZU6bP8dRDk46hneNz8U0K+pJGNB1D3TrWyZABPloJcCeepVAQq8CwlvAJor8TCcdDEs9A==", "fingerprint": "1e:9c:fb:93:02:fe:09:c5:63:7c:d6:8e:4e:12:1c:48", "user_id": "6a12fd241a4d431e9e49907441da868e"}}'
2026-03-08 02:01:46,848 27 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 0.494s
2026-03-08 02:01:46,848 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1720960599", "description": "tempest-secgroup-smoke-1720960599 description", "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:46 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-858a76b4-7526-4dbd-ad86-b683bdfbc8c5', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "8513e885-5f84-4aae-9fd4-881a86b31f69", "name": "tempest-secgroup-smoke-1720960599", "stateful": true, "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "description": "tempest-secgroup-smoke-1720960599 description", "shared": false, "security_group_rules": [{"id": "4750e0cf-a1c2-48a1-b1cf-c4eb245af9ba", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "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": 570, "description": null, "tags": [], "created_at": "2026-03-08T02:01:46Z", "updated_at": "2026-03-08T02:01:46Z", "revision_number": 0, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}, {"id": "7dc6af70-b38e-4f7b-9748-7040061b6285", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "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": 569, "description": null, "tags": [], "created_at": "2026-03-08T02:01:46Z", "updated_at": "2026-03-08T02:01:46Z", "revision_number": 0, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}], "tags": [], "created_at": "2026-03-08T02:01:46Z", "updated_at": "2026-03-08T02:01:46Z", "revision_number": 1, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}'
2026-03-08 02:01:48,092 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 1.243s
2026-03-08 02:01:48,093 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "project_id": "6c6ee1c9273041d0ab001614dd4639e8", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:48 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-56cb8efa-e188-4c0d-96ab-3d4b03732455', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "8829b32f-23b4-4b93-9fdf-f1dda23939bb", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-03-08T02:01:47Z", "updated_at": "2026-03-08T02:01:47Z", "revision_number": 0, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}'
2026-03-08 02:01:48,956 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.863s
2026-03-08 02:01:48,957 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "project_id": "6c6ee1c9273041d0ab001614dd4639e8", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:48 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-37362ba6-620d-4fcd-8bae-d77723c7df42', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "e8107515-dc6e-46a4-b8ac-55d2a7724186", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-03-08T02:01:48Z", "updated_at": "2026-03-08T02:01:48Z", "revision_number": 0, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}'
2026-03-08 02:01:49,505 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.543s
2026-03-08 02:01:49,506 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "project_id": "6c6ee1c9273041d0ab001614dd4639e8", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:49 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a0c953a4-ba53-4816-b2c4-2af73c393fb9', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "095c4854-1b87-4e91-829b-eea0ef00db80", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-03-08T02:01:49Z", "updated_at": "2026-03-08T02:01:49Z", "revision_number": 0, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}'
2026-03-08 02:01:50,478 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.972s
2026-03-08 02:01:50,478 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "project_id": "6c6ee1c9273041d0ab001614dd4639e8", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:50 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-88d5d589-62e4-4682-b5cf-9159d7bc9f50', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "7fbca8ac-c0d9-4775-88e8-7942a868a25a", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-03-08T02:01:49Z", "updated_at": "2026-03-08T02:01:49Z", "revision_number": 0, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}'
2026-03-08 02:01:51,145 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.666s
2026-03-08 02:01:51,147 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "project_id": "6c6ee1c9273041d0ab001614dd4639e8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-853af6ce-1463-4dfe-af1b-3c364035ba5a', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "8c9c88e5-eb40-4ce2-8d79-e3ff80b915e8", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-03-08T02:01:50Z", "updated_at": "2026-03-08T02:01:50Z", "revision_number": 0, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}'
2026-03-08 02:01:51,736 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.585s
2026-03-08 02:01:51,736 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "project_id": "6c6ee1c9273041d0ab001614dd4639e8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:51 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-02862c3f-ce07-4580-810c-5dc49bceae95', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "5a49814e-2b1b-4a72-bb86-82fae24ebd30", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "security_group_id": "8513e885-5f84-4aae-9fd4-881a86b31f69", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-03-08T02:01:51Z", "updated_at": "2026-03-08T02:01:51Z", "revision_number": 0, "project_id": "6c6ee1c9273041d0ab001614dd4639e8"}}'
2026-03-08 02:01:52,166 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST https://keystone-public-openstack.apps-crc.testing/v3/auth/tokens 0.425s
2026-03-08 02:01:52,166 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:51 GMT', 'server': 'Apache', 'content-length': '7294', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7be6adce-d3f6-4eb7-be38-2e27552abf18', 'content-type': 'application/json', 'set-cookie': 'b5697f82cf3c19ece8be533395142512=d723bc8f4472d411bfe3032880c92880; 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": "6a12fd241a4d431e9e49907441da868e", "name": "tempest-TestNetworkBasicOps-1132502788-project-member", "password_expires_at": null}, "audit_ids": ["snBqVoyzQWKjmFYspxEowA"], "expires_at": "2026-03-08T03:01:52.000000Z", "issued_at": "2026-03-08T02:01:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6c6ee1c9273041d0ab001614dd4639e8", "name": "tempest-TestNetworkBasicOps-1132502788"}, "is_domain": false, "roles": [{"id": "c2ce06de08b94505a71da0ee1ba96c11", "name": "member"}, {"id": "b594e7e9c14e4c2893413147dd3db7d7", "name": "reader"}], "catalog": [{"endpoints": [{"name": "glance", "id": "697e3662108c469da053369ffd40b0b4", "interface": "public", "region_id": "regionOne", "url": "https://glance-default-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "glance", "id": "dfc59dfb819647f4893acaed4f319b79", "interface": "internal", "region_id": "regionOne", "url": "https://glance-default-internal.openstack.svc:9292", "region": "regionOne"}], "id": "4e2bf6dec3a94db593e3e9ab56a06810", "type": "image", "name": "glance"}, {"endpoints": [{"id": "200a8937257c4b378f598e9928d42ae4", "interface": "public", "region_id": "regionOne", "url": "https://keystone-public-openstack.apps-crc.testing", "region": "regionOne"}, {"id": "30f99dcff4cb42748bd1119800d615fb", "interface": "internal", "region_id": "regionOne", "url": "https://keystone-internal.openstack.svc:5000", "region": "regionOne"}], "id": "633192e5f1274330a5eb3ede7effa3e6", "type": "identity", "name": "keystone"}, {"endpoints": [{"name": "swift", "id": "81a11e4e2ce443d588bb17e7f49ba0c4", "interface": "public", "region_id": "regionOne", "url": "https://swift-public-openstack.apps-crc.testing/v1/AUTH_6c6ee1c9273041d0ab001614dd4639e8", "region": "regionOne"}, {"name": "swift", "id": "875037b85915400a812e85502c421517", "interface": "internal", "region_id": "regionOne", "url": "https://swift-internal.openstack.svc:8080/v1/AUTH_6c6ee1c9273041d0ab001614dd4639e8", "region": "regionOne"}], "id": "7d90c2fdee3d4a2e927eff2e89e2c0f2", "type": "object-store", "name": "swift"}, {"endpoints": [{"name": "neutron", "id": "2fa4a53290564616911003a88efb6ce3", "interface": "internal", "region_id": "regionOne", "url": "https://neutron-internal.openstack.svc:9696", "region": "regionOne"}, {"name": "neutron", "id": "c38a0c13158f491db1095d370427ac95", "interface": "public", "region_id": "regionOne", "url": "https://neutron-public-openstack.apps-crc.testing", "region": "regionOne"}], "id": "80c60d12d1c648aaaf891fd8565da4ea", "type": "network", "name": "neutron"}, {"endpoints": [{"name": "manilav2", "id": "479a03b97b3d4d6c8494b267ea0016a1", "interface": "public", "region_id": "regionOne", "url": "https://manila-public-openstack.apps-crc.testing/v2", "region": "regionOne"}, {"name": "manilav2", "id": "fd34ba2b5a3c477da9eb57d91a08764a", "interface": "internal", "region_id": "regionOne", "url": "https://manila-internal.openstack.svc:8786/v2", "region": "regionOne"}], "id": "82870bf640004a1196734e9a6b7df839", "type": "sharev2", "name": "manilav2"}, {"endpoints": [{"name": "barbican", "id": "2d29fd4474a94af5b7d3d542d1efd9e0", "interface": "public", "region_id": "regionOne", "url": "https://barbican-public-openstack.apps-crc.testing", "region": "regionOne"}, {"name": "barbican", "id": "310a9b6f53ff48c1ac7da1063dbe1f22", "interface": "internal", "region_id": "regionOne", "url": "https://barbican-internal.openstack.svc:9311", "region": "regionOne"}], "id": "889888349a5f439abc7c11e7ac8b2018", "type": "key-manager", "name": "barbican"}, {"endpoints": [], "id": "a1b3c872a3914d78a8331cb20e7c32d8", "type": "Ceilometer", "name": "ceilometer"}, {"endpoints": [{"name": "aodh", "id": "12d4a790fa3549d7b9c4fd92b1d67d0c", "interface": "internal", "region_id": "regionOne", "url": "https://aodh-internal.openstack.svc:8042", "region": "regionOne"}, {"name": "aodh", "id": "7f0814adc74a4917907fd8b61ff64da8", "interface": "public", "region_id": "regionOne", "url": "https://aodh-public-opensta
2026-03-08 02:01:52,167 27 INFO [tempest.lib.common.fixed_network] (TestNetworkBasicOps:test_network_basic_ops) Found network None available for tenant
2026-03-08 02:01:56,456 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 202 POST https://nova-public-openstack.apps-crc.testing/v2.1/servers 4.289s
2026-03-08 02:01:56,457 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestNetworkBasicOps-server-506518019", "imageRef": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "flavorRef": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "networks": [{"uuid": "96121409-215e-4e33-88a9-bbd220bb2d82"}], "key_name": "tempest-TestNetworkBasicOps-1277639177", "security_groups": [{"name": "tempest-secgroup-smoke-1720960599"}]}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:52 GMT', 'server': 'Apache', 'content-length': '446', 'location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a', '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-9086021d-fcd4-4bcf-a2f5-63c6800dce39', 'x-compute-request-id': 'req-9086021d-fcd4-4bcf-a2f5-63c6800dce39', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; 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": "b82fead4-2616-4570-82e3-1852e4a6765a", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1720960599"}], "adminPass": "6S4JwZAXze62"}}'
2026-03-08 02:01:56,869 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 0.411s
2026-03-08 02:01:56,870 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:56 GMT', 'server': 'Apache', 'content-length': '1394', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-350f016a-85a3-4910-9b24-14b23abad9a7', 'x-compute-request-id': 'req-350f016a-85a3-4910-9b24-14b23abad9a7', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"server": {"id": "b82fead4-2616-4570-82e3-1852e4a6765a", "name": "tempest-TestNetworkBasicOps-server-506518019", "status": "BUILD", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "user_id": "6a12fd241a4d431e9e49907441da868e", "metadata": {}, "hostId": "", "image": {"id": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/b8757cb3-83d4-459c-9d81-7417e8628f3a"}]}, "flavor": {"id": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe"}]}, "created": "2026-03-08T02:01:56Z", "updated": "2026-03-08T02:01:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1277639177", "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-03-08 02:01:58,194 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 0.320s
2026-03-08 02:01:58,195 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:57 GMT', 'server': 'Apache', 'content-length': '1446', '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-2545e311-8f7f-4b43-aa7e-9f4a4248ed48', 'x-compute-request-id': 'req-2545e311-8f7f-4b43-aa7e-9f4a4248ed48', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"server": {"id": "b82fead4-2616-4570-82e3-1852e4a6765a", "name": "tempest-TestNetworkBasicOps-server-506518019", "status": "BUILD", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "user_id": "6a12fd241a4d431e9e49907441da868e", "metadata": {}, "hostId": "9fba19d14a133ff474840e450b446e7f7accaf5eaad5078f91946b91", "image": {"id": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/b8757cb3-83d4-459c-9d81-7417e8628f3a"}]}, "flavor": {"id": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe"}]}, "created": "2026-03-08T02:01:56Z", "updated": "2026-03-08T02:01:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1277639177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-08 02:01:58,200 27 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-03-08 02:01:59,670 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 0.468s
2026-03-08 02:01:59,670 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:01:59 GMT', 'server': 'Apache', 'content-length': '1452', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6218b3f3-1205-489b-92f8-6674708c6108', 'x-compute-request-id': 'req-6218b3f3-1205-489b-92f8-6674708c6108', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"server": {"id": "b82fead4-2616-4570-82e3-1852e4a6765a", "name": "tempest-TestNetworkBasicOps-server-506518019", "status": "BUILD", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "user_id": "6a12fd241a4d431e9e49907441da868e", "metadata": {}, "hostId": "9fba19d14a133ff474840e450b446e7f7accaf5eaad5078f91946b91", "image": {"id": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/b8757cb3-83d4-459c-9d81-7417e8628f3a"}]}, "flavor": {"id": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe"}]}, "created": "2026-03-08T02:01:56Z", "updated": "2026-03-08T02:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1277639177", "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-03-08 02:01:59,676 27 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait
2026-03-08 02:02:02,181 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 1.503s
2026-03-08 02:02:02,181 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:00 GMT', 'server': 'Apache', 'content-length': '1520', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f53baff-c62c-4cfb-8e9a-0569d7b3b12a', 'x-compute-request-id': 'req-2f53baff-c62c-4cfb-8e9a-0569d7b3b12a', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"server": {"id": "b82fead4-2616-4570-82e3-1852e4a6765a", "name": "tempest-TestNetworkBasicOps-server-506518019", "status": "BUILD", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "user_id": "6a12fd241a4d431e9e49907441da868e", "metadata": {}, "hostId": "9fba19d14a133ff474840e450b446e7f7accaf5eaad5078f91946b91", "image": {"id": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/b8757cb3-83d4-459c-9d81-7417e8628f3a"}]}, "flavor": {"id": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe"}]}, "created": "2026-03-08T02:01:56Z", "updated": "2026-03-08T02:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1277639177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1720960599"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-08 02:02:04,950 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 1.762s
2026-03-08 02:02:05,027 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:03 GMT', 'server': 'Apache', 'content-length': '1520', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6524fc5b-0f4c-408f-a663-75d2f5e55346', 'x-compute-request-id': 'req-6524fc5b-0f4c-408f-a663-75d2f5e55346', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"server": {"id": "b82fead4-2616-4570-82e3-1852e4a6765a", "name": "tempest-TestNetworkBasicOps-server-506518019", "status": "BUILD", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "user_id": "6a12fd241a4d431e9e49907441da868e", "metadata": {}, "hostId": "9fba19d14a133ff474840e450b446e7f7accaf5eaad5078f91946b91", "image": {"id": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/b8757cb3-83d4-459c-9d81-7417e8628f3a"}]}, "flavor": {"id": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe"}]}, "created": "2026-03-08T02:01:56Z", "updated": "2026-03-08T02:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1277639177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1720960599"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-08 02:02:08,236 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 2.203s
2026-03-08 02:02:08,330 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:06 GMT', 'server': 'Apache', 'content-length': '1520', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76b0e4df-20c8-4cf4-b1d7-dc75b045f2cf', 'x-compute-request-id': 'req-76b0e4df-20c8-4cf4-b1d7-dc75b045f2cf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"server": {"id": "b82fead4-2616-4570-82e3-1852e4a6765a", "name": "tempest-TestNetworkBasicOps-server-506518019", "status": "BUILD", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "user_id": "6a12fd241a4d431e9e49907441da868e", "metadata": {}, "hostId": "9fba19d14a133ff474840e450b446e7f7accaf5eaad5078f91946b91", "image": {"id": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/b8757cb3-83d4-459c-9d81-7417e8628f3a"}]}, "flavor": {"id": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe"}]}, "created": "2026-03-08T02:01:56Z", "updated": "2026-03-08T02:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1277639177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1720960599"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-08 02:02:16,236 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 6.901s
2026-03-08 02:02:16,237 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:12 GMT', 'server': 'Apache', 'content-length': '1520', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1b1298e-63bb-412b-9eeb-a522985e1fc4', 'x-compute-request-id': 'req-f1b1298e-63bb-412b-9eeb-a522985e1fc4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"server": {"id": "b82fead4-2616-4570-82e3-1852e4a6765a", "name": "tempest-TestNetworkBasicOps-server-506518019", "status": "BUILD", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "user_id": "6a12fd241a4d431e9e49907441da868e", "metadata": {}, "hostId": "9fba19d14a133ff474840e450b446e7f7accaf5eaad5078f91946b91", "image": {"id": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/b8757cb3-83d4-459c-9d81-7417e8628f3a"}]}, "flavor": {"id": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe"}]}, "created": "2026-03-08T02:01:56Z", "updated": "2026-03-08T02:01:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestNetworkBasicOps-1277639177", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1720960599"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-08 02:02:32,878 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 15.635s
2026-03-08 02:02:32,878 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:21 GMT', 'server': 'Apache', 'content-length': '1691', '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-1b2e8f73-eda7-47d4-b1cf-c61b9057b348', 'x-compute-request-id': 'req-1b2e8f73-eda7-47d4-b1cf-c61b9057b348', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"server": {"id": "b82fead4-2616-4570-82e3-1852e4a6765a", "name": "tempest-TestNetworkBasicOps-server-506518019", "status": "ACTIVE", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "user_id": "6a12fd241a4d431e9e49907441da868e", "metadata": {}, "hostId": "9fba19d14a133ff474840e450b446e7f7accaf5eaad5078f91946b91", "image": {"id": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/b8757cb3-83d4-459c-9d81-7417e8628f3a"}]}, "flavor": {"id": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe"}]}, "created": "2026-03-08T02:01:56Z", "updated": "2026-03-08T02:02:14Z", "addresses": {"tempest-network-smoke--396248877": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:8d:29"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1277639177", "OS-SRV-USG:launched_at": "2026-03-08T02:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1720960599"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-08 02:02:32,882 27 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 36 second wait
2026-03-08 02:02:34,500 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 200 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 1.617s
2026-03-08 02:02:34,500 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:32 GMT', 'server': 'Apache', 'content-length': '1691', '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-be1256f1-969f-42a5-8bc6-ac63935d08f8', 'x-compute-request-id': 'req-be1256f1-969f-42a5-8bc6-ac63935d08f8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"server": {"id": "b82fead4-2616-4570-82e3-1852e4a6765a", "name": "tempest-TestNetworkBasicOps-server-506518019", "status": "ACTIVE", "tenant_id": "6c6ee1c9273041d0ab001614dd4639e8", "user_id": "6a12fd241a4d431e9e49907441da868e", "metadata": {}, "hostId": "9fba19d14a133ff474840e450b446e7f7accaf5eaad5078f91946b91", "image": {"id": "b8757cb3-83d4-459c-9d81-7417e8628f3a", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/images/b8757cb3-83d4-459c-9d81-7417e8628f3a"}]}, "flavor": {"id": "e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe", "links": [{"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/flavors/e95a0ab1-8ba3-4aca-abd9-d6e4be9d20fe"}]}, "created": "2026-03-08T02:01:56Z", "updated": "2026-03-08T02:02:14Z", "addresses": {"tempest-network-smoke--396248877": [{"version": 4, "addr": "10.100.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:8d:29"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}, {"rel": "bookmark", "href": "https://nova-public-openstack.apps-crc.testing/servers/b82fead4-2616-4570-82e3-1852e4a6765a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestNetworkBasicOps-1277639177", "OS-SRV-USG:launched_at": "2026-03-08T02:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1720960599"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-03-08 02:02:34,508 27 INFO [tempest.scenario.manager] Tenant networks not configured to be reachable.
2026-03-08 02:02:36,022 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 503 GET https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=b82fead4-2616-4570-82e3-1852e4a6765a 1.514s
2026-03-08 02:02:36,028 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fea999c1-9374-489a-a3cd-d969aeb19a2d', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/ports?device_id=b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:36,303 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 0.069s
2026-03-08 02:02:36,303 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-14a81809-b3b6-4cae-9073-294c918f2ccf', 'x-compute-request-id': 'req-14a81809-b3b6-4cae-9073-294c918f2ccf', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:36,507 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 503 GET https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a 0.096s
2026-03-08 02:02:36,509 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-86527584-2166-4c64-8451-1d41c9c034aa', 'x-compute-request-id': 'req-86527584-2166-4c64-8451-1d41c9c034aa', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/servers/b82fead4-2616-4570-82e3-1852e4a6765a'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:36,584 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 503 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/8513e885-5f84-4aae-9fd4-881a86b31f69 0.075s
2026-03-08 02:02:36,585 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3b461a97-fac9-470f-8cf9-027d31f25060', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/8513e885-5f84-4aae-9fd4-881a86b31f69'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:36,722 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1277639177 0.136s
2026-03-08 02:02:36,726 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-c6bc2bce-a3ed-4e3a-8fbe-08cc3435255b', 'x-compute-request-id': 'req-c6bc2bce-a3ed-4e3a-8fbe-08cc3435255b', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestNetworkBasicOps-1277639177'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:36,796 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 503 PUT https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a33f9e5a-6a65-46c7-bf96-aa32ea205771/remove_router_interface 0.066s
2026-03-08 02:02:36,797 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet_id": "9d40b1c0-3aae-4d83-a1e3-3d478fb8a7b8"}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9d7c0a26-e6f0-4a6d-b3ce-d3bcb8493a1b', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a33f9e5a-6a65-46c7-bf96-aa32ea205771/remove_router_interface'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:36,856 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 503 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/9d40b1c0-3aae-4d83-a1e3-3d478fb8a7b8 0.058s
2026-03-08 02:02:36,856 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-70b16743-6295-4b4b-b1d3-ca3273813f8c', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/subnets/9d40b1c0-3aae-4d83-a1e3-3d478fb8a7b8'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:37,036 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 503 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a33f9e5a-6a65-46c7-bf96-aa32ea205771 0.126s
2026-03-08 02:02:37,037 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:37 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7841b93d-4daa-45cc-a5a2-5488b439db61', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/routers/a33f9e5a-6a65-46c7-bf96-aa32ea205771'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:37,116 27 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 503 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/networks/96121409-215e-4e33-88a9-bbd220bb2d82 0.079s
2026-03-08 02:02:37,116 27 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:37 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-20f8800e-ad47-4967-839f-8c470e6946ee', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/networks/96121409-215e-4e33-88a9-bbd220bb2d82'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 172, in delete_server
resp, body = self.delete("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 110, in wait_for_server_termination
body = client.show_server(server_id)['server']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/servers_client.py", line 159, in show_server
resp, body = self.get("servers/%s" % server_id)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-3: {{{
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-4: {{{
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-5: {{{
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-6: {{{
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-7: {{{
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-8: {{{
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
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 128, in _setup_network_and_servers
floating_ip = self.create_floating_ip(server)
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 1154, in create_floating_ip
port_id, ip4 = self.get_server_port_id_and_ip4(server)
File "/usr/lib/python3.9/site-packages/tempest/scenario/manager.py", line 1119, in get_server_port_id_and_ip4
ports = waiters.wait_for_server_ports_active(
File "/usr/lib/python3.9/site-packages/tempest/common/waiters.py", line 684, in wait_for_server_ports_active
ports = client.list_ports(device_id=server_id, **kwargs)['ports']
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/ports_client.py", line 69, in list_ports
return self.list_resources(uri, **filters)
File "/usr/lib/python3.9/site-packages/tempest/lib/services/network/base.py", line 35, in list_resources
resp, body = self.get(req_uri)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 342, in get
return self.request('GET', url, extra_headers, headers,
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| tempest.scenario.test_server_basic_ops.TestServerBasicOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke] |
fail
ft23.1: tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops[compute,id-7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-08 02:02:33,249 32 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 200 POST https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs 0.753s
2026-03-08 02:02:33,252 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestServerBasicOps-1056523779", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7eyGn/hfxUtkNuWaZpD188YoPDuNY23Q18VbJlpsnVibrmcaVCAfQt4jLjcd3BEl5tP2ZRKUfNecbrj6yGb/y0/2axeCMwKlDmiDBZejMq3mAKu/Df64hvZ0WDbTsnLQ=="}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:32 GMT', 'server': 'Apache', 'content-length': '397', '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-168238c2-a83f-4c9c-9e10-70c8a16d3cb4', 'x-compute-request-id': 'req-168238c2-a83f-4c9c-9e10-70c8a16d3cb4', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '200', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestServerBasicOps-1056523779", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7eyGn/hfxUtkNuWaZpD188YoPDuNY23Q18VbJlpsnVibrmcaVCAfQt4jLjcd3BEl5tP2ZRKUfNecbrj6yGb/y0/2axeCMwKlDmiDBZejMq3mAKu/Df64hvZ0WDbTsnLQ==", "fingerprint": "a8:2c:2c:60:e9:e3:52:fc:a7:60:02:5c:a2:0f:9f:59", "user_id": "f491c2474bec4bed84ff3e38700c9ee9"}}'
2026-03-08 02:02:34,041 32 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups 0.781s
2026-03-08 02:02:34,042 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1184410420", "description": "tempest-secgroup-smoke-1184410420 description", "project_id": "5e2a1de9359441109fabd71dadb435a2"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:34 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-3b7f3041-3953-4acc-90ba-bea428de98df', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "c6ddaf7f-8df3-4174-b177-c455a0421d37", "name": "tempest-secgroup-smoke-1184410420", "stateful": true, "tenant_id": "5e2a1de9359441109fabd71dadb435a2", "description": "tempest-secgroup-smoke-1184410420 description", "shared": false, "security_group_rules": [{"id": "a2f22c6c-c94d-41b3-b89b-979c6d72a933", "tenant_id": "5e2a1de9359441109fabd71dadb435a2", "security_group_id": "c6ddaf7f-8df3-4174-b177-c455a0421d37", "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": 600, "description": null, "tags": [], "created_at": "2026-03-08T02:02:33Z", "updated_at": "2026-03-08T02:02:33Z", "revision_number": 0, "project_id": "5e2a1de9359441109fabd71dadb435a2"}, {"id": "e08e28ad-e044-4179-8c14-0fa664e0577f", "tenant_id": "5e2a1de9359441109fabd71dadb435a2", "security_group_id": "c6ddaf7f-8df3-4174-b177-c455a0421d37", "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": 601, "description": null, "tags": [], "created_at": "2026-03-08T02:02:33Z", "updated_at": "2026-03-08T02:02:33Z", "revision_number": 0, "project_id": "5e2a1de9359441109fabd71dadb435a2"}], "tags": [], "created_at": "2026-03-08T02:02:33Z", "updated_at": "2026-03-08T02:02:33Z", "revision_number": 1, "project_id": "5e2a1de9359441109fabd71dadb435a2"}}'
2026-03-08 02:02:36,062 32 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 201 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 2.020s
2026-03-08 02:02:36,062 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c6ddaf7f-8df3-4174-b177-c455a0421d37", "project_id": "5e2a1de9359441109fabd71dadb435a2", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-61dffc87-606d-42b6-b4f0-dd7ace9f0cba', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; 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": "832b3e4c-ecbf-43f3-9afe-eb0f788d882f", "tenant_id": "5e2a1de9359441109fabd71dadb435a2", "security_group_id": "c6ddaf7f-8df3-4174-b177-c455a0421d37", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2026-03-08T02:02:34Z", "updated_at": "2026-03-08T02:02:34Z", "revision_number": 0, "project_id": "5e2a1de9359441109fabd71dadb435a2"}}'
2026-03-08 02:02:36,214 32 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:test_server_basic_ops): 503 POST https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules 0.151s
2026-03-08 02:02:36,214 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c6ddaf7f-8df3-4174-b177-c455a0421d37", "project_id": "5e2a1de9359441109fabd71dadb435a2", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-833ded2f-416c-478b-8cc6-002cb36a3c75', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-group-rules'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:36,330 32 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 503 DELETE https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/c6ddaf7f-8df3-4174-b177-c455a0421d37 0.096s
2026-03-08 02:02:36,330 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cab029eb-5c76-4b52-b719-d093ed8f8059', 'set-cookie': '38cec1d9c789c59243203143f8ef839e=458ec86bfebbd1c50edce6f368717850; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://neutron-public-openstack.apps-crc.testing/v2.0/security-groups/c6ddaf7f-8df3-4174-b177-c455a0421d37'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-03-08 02:02:36,400 32 INFO [tempest.lib.common.rest_client] Request (TestServerBasicOps:_run_cleanups): 503 DELETE https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestServerBasicOps-1056523779 0.069s
2026-03-08 02:02:36,401 32 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.1', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 08 Mar 2026 02:02:36 GMT', 'server': 'Apache', 'content-length': '218', 'x-openstack-request-id': 'req-99893501-5920-49ba-9181-770f5b8a17e8', 'x-compute-request-id': 'req-99893501-5920-49ba-9181-770f5b8a17e8', 'content-type': 'application/json', 'set-cookie': '0dc6017b143850df8350099417b4ec9f=f30a5adb6f24ac65eb81314f70c38219; path=/; HttpOnly; Secure; SameSite=None', 'connection': 'close', 'status': '503', 'content-location': 'https://nova-public-openstack.apps-crc.testing/v2.1/os-keypairs/tempest-TestServerBasicOps-1056523779'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
traceback-2: {{{
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
}}}
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/usr/lib/python3.9/site-packages/tempest/scenario/test_server_basic_ops.py", line 125, in test_server_basic_ops
security_group = self.create_security_group()
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 762, in request
self._error_checker(resp, resp_body)
File "/usr/lib/python3.9/site-packages/tempest/lib/common/rest_client.py", line 946, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| setUpClass (telemetry_tempest_plugin.aodh.api.gnocchi.test_alarming_api | 1 | 0 | 0 | 0 | 1 | Detail | |
TelemetryAlarmingAPIGnocchiTest) |
skip
pt24.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
pt25.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
pt26.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
pt27.1: setUpClass (telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration)
|
||||||
| setUpClass (tempest.api.compute.servers.test_create_server | 1 | 0 | 0 | 0 | 1 | Detail | |
ServersTestBootFromVolume) |
skip
pt28.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)
|
||||||
| setUpClass (tempest.api.volume.test_versions | 1 | 0 | 0 | 0 | 1 | Detail | |
VersionsTest) |
skip
pt29.1: setUpClass (tempest.api.volume.test_versions.VersionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesActionsTest) |
skip
pt30.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_get | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesGetTest) |
skip
pt31.1: setUpClass (tempest.api.volume.test_volumes_get.VolumesGetTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesListTestJSON) |
skip
pt32.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)
|
||||||
| setUpClass (tempest.scenario.test_dashboard_basic_ops | 1 | 0 | 0 | 0 | 1 | Detail | |
TestDashboardBasicOps) |
skip
pt33.1: setUpClass (tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps)
|
||||||
| setUpClass (tempest.scenario.test_server_multinode | 1 | 0 | 0 | 0 | 1 | Detail | |
TestServerMultinode) |
skip
pt34.1: setUpClass (tempest.scenario.test_server_multinode.TestServerMultinode)
|
||||||
| telemetry_tempest_plugin.aodh.api.admin.test_alarming_api_admin.TelemetryAlarmingAPIAdminTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_alarm_create_set_log_test_actions[id-f9966992-405d-475c-aa41-47213cecdf94] |
pass
pt35.1: telemetry_tempest_plugin.aodh.api.admin.test_alarming_api_admin.TelemetryAlarmingAPIAdminTest.test_alarm_create_set_log_test_actions[id-f9966992-405d-475c-aa41-47213cecdf94]
|
||||||
test_alarm_list[id-1c918e06-210b-41eb-bd45-14676dd77cd7] |
pass
pt35.2: telemetry_tempest_plugin.aodh.api.admin.test_alarming_api_admin.TelemetryAlarmingAPIAdminTest.test_alarm_list[id-1c918e06-210b-41eb-bd45-14676dd77cd7]
|
||||||
test_alarm_update_and_delete[id-5d9f41d4-febc-47a8-a9cb-29ef77229e7b] |
pass
pt35.3: telemetry_tempest_plugin.aodh.api.admin.test_alarming_api_admin.TelemetryAlarmingAPIAdminTest.test_alarm_update_and_delete[id-5d9f41d4-febc-47a8-a9cb-29ef77229e7b]
|
||||||
| telemetry_tempest_plugin.aodh.api.sql.test_alarming_api.TelemetryAlarmingAPIMysqlTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_sort_limit_delete_alarm[id-2fa9ba1e-6118-4ce7-984c-b5d2c275de55] |
pass
pt36.1: telemetry_tempest_plugin.aodh.api.sql.test_alarming_api.TelemetryAlarmingAPIMysqlTest.test_create_list_sort_limit_delete_alarm[id-2fa9ba1e-6118-4ce7-984c-b5d2c275de55]
|
||||||
| telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_invalid_alarm_input_type[id-7373e681-8e11-4071-a955-aa9582bef914,negative] |
pass
pt37.1: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_create_invalid_alarm_input_type[id-7373e681-8e11-4071-a955-aa9582bef914,negative]
|
||||||
test_get_alarms_all_projects[id-f6f9e0a3-9623-43bb-a39a-284073c38b1f,negative] |
pass
pt37.2: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_alarms_all_projects[id-f6f9e0a3-9623-43bb-a39a-284073c38b1f,negative]
|
||||||
test_get_alarms_invalid_op[id-b3f61233-92f6-4402-a98d-fd5858379949,negative] |
pass
pt37.3: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_alarms_invalid_op[id-b3f61233-92f6-4402-a98d-fd5858379949,negative]
|
||||||
test_get_non_existent_alarm[id-668743d5-08ad-4480-b2b8-15da34f81e7e,negative] |
pass
pt37.4: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm[id-668743d5-08ad-4480-b2b8-15da34f81e7e,negative]
|
||||||
test_get_non_existent_alarm_timestamp[id-d6adbf73-03ca-4730-b1d7-13233475d271,negative] |
pass
pt37.5: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm_timestamp[id-d6adbf73-03ca-4730-b1d7-13233475d271,negative]
|
||||||
test_list_invalid_project[id-6d3f39dd-64ee-438d-804e-f193dc2c7d4b,negative] |
pass
pt37.6: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_list_invalid_project[id-6d3f39dd-64ee-438d-804e-f193dc2c7d4b,negative]
|
||||||
test_list_invalid_sort_key[id-350dae2b-8720-48ae-b3a6-d92dbba55d07,negative] |
pass
pt37.7: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_list_invalid_sort_key[id-350dae2b-8720-48ae-b3a6-d92dbba55d07,negative]
|
||||||
test_list_non_existing_history[id-c4718d72-3091-4965-b3f2-6d6c2375d26a,negative] |
pass
pt37.8: telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_list_non_existing_history[id-c4718d72-3091-4965-b3f2-6d6c2375d26a,negative]
|
||||||
| tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt38.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
pt38.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
pt39.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
pt39.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
pt40.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_attach_interfaces.AttachInterfacesUnderV243Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke] |
pass
pt41.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,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
pt42.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
pt42.2: tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke]
|
||||||
| tempest.api.compute.servers.test_create_server.ServersTestManualDisk | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke] |
pass
pt43.1: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers[id-9a438d88-10c6-4bcd-8b5b-5b6e25e1346f,smoke]
|
||||||
test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke] |
pass
pt43.2: tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details[id-5de47127-9977-400a-936f-abcfbec1218f,smoke]
|
||||||
| tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,smoke] |
pass
pt44.1: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses[id-6eb718c0-02d9-4d5e-acd1-4e0c269cef39,smoke]
|
||||||
test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,smoke] |
pass
pt44.2: tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network[id-87bbc374-5538-4f64-b673-2b0e4443cc30,smoke]
|
||||||
| tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt45.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke]
|
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt45.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_credentials_create_get_update_delete[id-7cd59bf9-bda4-4c72-9467-d21cab278355,smoke] |
pass
pt46.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
pt47.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_groups.GroupsV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_users_add_list_delete[id-1598521a-2f36-4606-8df9-30772bd51339,smoke] |
pass
pt48.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
pt49.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
pt50.1: tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id[id-2c12c5b5-efcf-4aa5-90c5-bff1ab0cdbe2,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke] |
pass
pt51.1: tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list[id-18afc6c0-46cf-4911-824e-9989cc056c3a,smoke]
|
||||||
| tempest.api.identity.admin.v3.test_services.ServicesTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_update_get_service[id-5193aad5-bcb7-411d-85b0-b3b61b96ef06,smoke] |
pass
pt52.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
pt53.1: tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all[id-4773ebd5-ecbf-4255-b8d8-b63e6f72b65d,smoke]
|
||||||
| tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt54.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke]
|
||||||
| tempest.api.network.test_floating_ips.FloatingIPTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke] |
pass
pt55.1: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address[id-36de4bd0-f09c-43e3-a8e1-1decc1ffd3a5,smoke]
|
||||||
test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke] |
pass
pt55.2: tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip[id-62595970-ab1c-4b7f-8fcc-fddfe55e8718,smoke]
|
||||||
| tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
pass
pt56.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke]
|
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
pass
pt56.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]
|
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
pass
pt56.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke]
|
||||||
| tempest.api.network.test_networks.NetworksTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke] |
pass
pt57.1: tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet[id-0e269138-0da6-4efc-a46d-578161e7b221,smoke]
|
||||||
test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke] |
pass
pt57.2: tempest.api.network.test_networks.NetworksTest.test_external_network_visibility[id-af774677-42a9-4e4b-bb58-16fe6a5bc1ec,smoke]
|
||||||
test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke] |
pass
pt57.3: tempest.api.network.test_networks.NetworksTest.test_list_networks[id-f7ffdeda-e200-4a7a-bcbe-05716e86bf43,smoke]
|
||||||
test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke] |
pass
pt57.4: tempest.api.network.test_networks.NetworksTest.test_list_subnets[id-db68ba48-f4ea-49e9-81d1-e367f6d0b20a,smoke]
|
||||||
test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke] |
pass
pt57.5: tempest.api.network.test_networks.NetworksTest.test_show_network[id-2bf13842-c93f-4a69-83ed-717d2ec3b44e,smoke]
|
||||||
test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke] |
pass
pt57.6: tempest.api.network.test_networks.NetworksTest.test_show_subnet[id-bd635d81-6030-4dd1-b3b9-31ba0cfdf6cc,smoke]
|
||||||
| tempest.api.network.test_ports.PortsIpV6TestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt58.1: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke]
|
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt58.2: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke]
|
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt58.3: tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke]
|
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt58.4: tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke]
|
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt58.5: tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke]
|
||||||
| tempest.api.network.test_ports.PortsTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke] |
pass
pt59.1: tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools[id-0435f278-40ae-48cb-a404-b8a087bc09b1,smoke]
|
||||||
test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke] |
pass
pt59.2: tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups[id-4179dcb9-1382-4ced-84fe-1b91c54f5735,smoke]
|
||||||
test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke] |
pass
pt59.3: tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port[id-c72c1c0c-2193-4aca-aaa4-b1442640f51c,smoke]
|
||||||
test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke] |
pass
pt59.4: tempest.api.network.test_ports.PortsTestJSON.test_list_ports[id-cf95b358-3e92-4a29-a148-52445e1ac50e,smoke]
|
||||||
test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke] |
pass
pt59.5: tempest.api.network.test_ports.PortsTestJSON.test_show_port[id-c9a685bd-e83f-499c-939f-9f7863ca259f,smoke]
|
||||||
| tempest.api.network.test_routers.RoutersTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
pass
pt60.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]
|
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
pass
pt60.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]
|
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
pass
pt60.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]
|
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
pass
pt60.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]
|
||||||
| tempest.api.network.test_security_groups.SecGroupTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
pass
pt61.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]
|
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
pass
pt61.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]
|
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
pass
pt61.3: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]
|
||||||
| tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
pass
pt62.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke]
|
||||||
| tempest.api.object_storage.test_account_services.AccountTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke] |
pass
pt63.1: tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata[id-4894c312-6056-4587-8d6f-86ffbf861f80,smoke]
|
||||||
test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke] |
pass
pt63.2: tempest.api.object_storage.test_account_services.AccountTest.test_list_containers[id-3499406a-ae53-4f8c-b43a-133d4dc6fe3f,smoke]
|
||||||
| tempest.api.object_storage.test_container_quotas.ContainerQuotasTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_upload_large_object[id-22eeeb2b-3668-4160-baef-44790f65a5a0,smoke] |
pass
pt64.1: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object[id-22eeeb2b-3668-4160-baef-44790f65a5a0,smoke]
|
||||||
test_upload_too_many_objects[id-3a387039-697a-44fc-a9c0-935de31f426b,smoke] |
pass
pt64.2: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects[id-3a387039-697a-44fc-a9c0-935de31f426b,smoke]
|
||||||
test_upload_valid_object[id-9a0fb034-86af-4df0-86fa-f8bd7db21ae0,smoke] |
pass
pt64.3: tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object[id-9a0fb034-86af-4df0-86fa-f8bd7db21ae0,smoke]
|
||||||
| tempest.api.object_storage.test_container_services.ContainerTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_container[id-92139d73-7819-4db1-85f8-3f2f22a8d91f,smoke] |
pass
pt65.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
pt65.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
pt65.3: tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata[id-96e68f0e-19ec-4aa2-86f3-adc6a45e14dd,smoke]
|
||||||
| tempest.api.object_storage.test_object_services.ObjectTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_object[id-5b4ce26f-3545-46c9-a2ba-5754358a4c62,smoke] |
pass
pt66.1: tempest.api.object_storage.test_object_services.ObjectTest.test_create_object[id-5b4ce26f-3545-46c9-a2ba-5754358a4c62,smoke]
|
||||||
test_get_object[id-02610ba7-86b7-4272-9ed8-aa8d417cb3cd,smoke] |
pass
pt66.2: tempest.api.object_storage.test_object_services.ObjectTest.test_get_object[id-02610ba7-86b7-4272-9ed8-aa8d417cb3cd,smoke]
|
||||||
test_list_object_metadata[id-9a447cf6-de06-48de-8226-a8c6ed31caf2,smoke] |
pass
pt66.3: tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata[id-9a447cf6-de06-48de-8226-a8c6ed31caf2,smoke]
|
||||||
test_update_object_metadata[id-7a94c25d-66e6-434c-9c38-97d4e2c29945,smoke] |
pass
pt66.4: tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata[id-7a94c25d-66e6-434c-9c38-97d4e2c29945,smoke]
|
||||||
| Total | 115 | 77 | 27 | 0 | 11 | ||