Status: Pass 2 Failure 103 Skip 23
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesBackupsTest) |
fail
ft1.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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 (cinder_tempest_plugin.api.volume.test_create_from_image | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeAndVolumeTypeFromImageTest) |
fail
ft2.1: setUpClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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 (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 4 | 0 | 4 | 0 | 0 | Detail | |
CreateVolumesFromBackupTest) |
fail
ft3.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
CreateVolumesFromSnapshotTest) |
fail
ft3.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
CreateVolumesFromSourceVolumeTest) |
fail
ft3.3: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
CreateVolumesFromImageTest) |
fail
ft3.4: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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 (cinder_tempest_plugin.api.volume.test_volume_backup | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesBackupsTest) |
fail
ft4.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/test_volume_backup.py", line 42, in setup_credentials
super(VolumesBackupsTest, cls).setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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 (cinder_tempest_plugin.api.volume.test_volume_dependency | 2 | 0 | 2 | 0 | 0 | Detail | |
VolumeImageDependencyTests) |
fail
ft5.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
VolumeDependencyTests) |
fail
ft5.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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 (cinder_tempest_plugin.api.volume.test_volume_revert | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeRevertTests) |
fail
ft6.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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 (cinder_tempest_plugin.api.volume.test_volume_unicode | 1 | 0 | 1 | 0 | 0 | Detail | |
CinderUnicodeTest) |
fail
ft7.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/cinder_tempest_plugin/api/volume/base.py", line 60, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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 (cinder_tempest_plugin.scenario.test_snapshots | 2 | 0 | 2 | 0 | 0 | Detail | |
SnapshotDataIntegrityTests) |
fail
ft8.1: setUpClass (cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
SnapshotDependencyTests) |
fail
ft8.2: setUpClass (cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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 (cinder_tempest_plugin.scenario.test_volume_encrypted | 1 | 0 | 1 | 0 | 0 | Detail | |
TestEncryptedCinderVolumes) |
fail
ft9.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.compute.admin.test_volumes_negative | 2 | 0 | 1 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt10.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
VolumesAdminNegativeTest) |
fail
ft10.2: setUpClass (tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/connectionpool.py", line 534, in _make_request
response = conn.getresponse()
^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/connection.py", line 571, in getresponse
httplib_response = super().getresponse()
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/http/client.py", line 1448, in getresponse
response.begin()
File "/usr/lib/python3.12/http/client.py", line 336, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/http/client.py", line 297, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/socket.py", line 707, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/ssl.py", line 1252, in recv_into
return self.read(nbytes, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/ssl.py", line 1104, in read
return self._sslobj.read(len, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: The read operation timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 35, in setup_credentials
super(VolumesAdminNegativeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager
creds = getattr(cred_provider, credentials_method)()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 460, in get_admin_creds
return self.get_credentials('admin')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 443, in get_credentials
network, subnet, router = self._create_network_resources(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 310, in _create_network_resources
network = self._create_network(network_name, project_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 338, in _create_network
resp_body = self.networks_admin_client.create_network(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network
return self.create_resource(uri, post_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource
resp, body = self.post(req_uri, req_post_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 751, in request
resp, resp_body = self._request(method, url, headers=headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 617, in _request
resp, resp_body = self.raw_request(
^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 666, in raw_request
resp, resp_body = self.http_obj.request(
^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/http.py", line 123, in request
r = super(ClosingHttp, self).request(method, url, retries=retry,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/_request_methods.py", line 143, in request
return self.request_encode_body(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/_request_methods.py", line 278, in request_encode_body
return self.urlopen(method, url, **extra_kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/poolmanager.py", line 457, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/connectionpool.py", line 842, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/util/retry.py", line 498, in increment
raise reraise(type(error), error, _stacktrace)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/util/util.py", line 39, in reraise
raise value
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/connectionpool.py", line 788, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/connectionpool.py", line 536, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/urllib3/connectionpool.py", line 367, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='10.4.3.11', port=443): Read timed out. (read timeout=90)
|
||||||
| setUpClass (tempest.api.compute.servers.test_device_tagging | 1 | 0 | 1 | 0 | 0 | Detail | |
TaggedBootDevicesTest) |
fail
ft11.1: setUpClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 63, in setup_credentials
super(DeviceTaggingBase, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.compute.servers.test_server_actions | 3 | 0 | 3 | 0 | 0 | Detail | |
ServerActionsTestOtherB) |
fail
ft12.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 76, in setup_credentials
super(ServerActionsBase, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager
creds = getattr(cred_provider, credentials_method)()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 457, in get_primary_creds
return self.get_project_member_creds()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 501, in get_project_member_creds
return self.get_credentials(['member'], scope='project')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 420, in get_credentials
credentials = self._create_creds(
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 262, in _create_creds
self.creds_client.assign_user_role(user, project, role)
File "/opt/stack/tempest/tempest/lib/common/cred_client.py", line 79, in assign_user_role
role = self._check_role_exists(role_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/cred_client.py", line 67, in _check_role_exists
roles = self._list_roles()
^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/cred_client.py", line 106, in _list_roles
roles = self.roles_client.list_roles()['roles']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/roles_client.py", line 55, in list_roles
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, 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.
|
||||||
ServerActionsTestOtherA) |
fail
ft12.2: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 76, in setup_credentials
super(ServerActionsBase, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
ServerActionsV293TestJSON) |
fail
ft12.3: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 881, in setup_credentials
super(ServerActionsV293TestJSON, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.compute.servers.test_server_rescue | 2 | 0 | 2 | 0 | 0 | Detail | |
ServerBootFromVolumeStableRescueTest) |
fail
ft13.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 131, in setup_credentials
super(BaseServerStableDeviceRescueTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
ServerStableDeviceRescueTest) |
fail
ft13.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 131, in setup_credentials
super(BaseServerStableDeviceRescueTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft14.1: setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 44, in setup_credentials
super(ServerRescueNegativeTestJSON, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.compute.servers.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersNegativeTestJSON) |
fail
ft15.1: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 63, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 3 | 0 | 2 | 0 | 1 | Detail | |
AttachVolumeTestJSON) |
fail
ft16.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 43, in setup_credentials
super(BaseAttachVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
AttachVolumeMultiAttachTest) |
skip
pt16.2: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
AttachVolumeShelveTestJSON) |
fail
ft16.3: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 43, in setup_credentials
super(BaseAttachVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.compute.volumes.test_attach_volume_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeNegativeTest) |
fail
ft17.1: setUpClass (tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 43, in setup_credentials
super(BaseAttachVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.compute.volumes.test_volumes_get | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesGetTestJSON) |
fail
ft18.1: setUpClass (tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.compute.volumes.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesTestJSON) |
fail
ft19.1: setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.compute.volumes.test_volumes_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesNegativeTest) |
fail
ft20.1: setUpClass (tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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_dependency | 1 | 0 | 1 | 0 | 0 | Detail | |
ImageDependencyTests) |
fail
ft21.1: setUpClass (tempest.api.image.v2.test_images_dependency.ImageDependencyTests)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/image/base.py", line 43, in setup_credentials
super(BaseImageTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 75, in setup_credentials
super(BaseV2ComputeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_backends_capabilities | 1 | 0 | 1 | 0 | 0 | Detail | |
BackendsCapabilitiesAdminTestsJSON) |
fail
ft22.1: setUpClass (tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_group_snapshots | 2 | 0 | 2 | 0 | 0 | Detail | |
GroupSnapshotsTest) |
fail
ft23.1: setUpClass (tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
GroupSnapshotsV319Test) |
fail
ft23.2: setUpClass (tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_group_type_specs | 1 | 0 | 1 | 0 | 0 | Detail | |
GroupTypeSpecsTest) |
fail
ft24.1: setUpClass (tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_group_types | 1 | 0 | 1 | 0 | 0 | Detail | |
GroupTypesTest) |
fail
ft25.1: setUpClass (tempest.api.volume.admin.test_group_types.GroupTypesTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_groups | 2 | 0 | 2 | 0 | 0 | Detail | |
GroupsTest) |
fail
ft26.1: setUpClass (tempest.api.volume.admin.test_groups.GroupsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
GroupsV314Test) |
fail
ft26.2: setUpClass (tempest.api.volume.admin.test_groups.GroupsV314Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_qos | 1 | 0 | 1 | 0 | 0 | Detail | |
QosSpecsTestJSON) |
fail
ft27.1: setUpClass (tempest.api.volume.admin.test_qos.QosSpecsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_snapshots_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotsActionsTest) |
fail
ft28.1: setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_user_messages | 1 | 0 | 1 | 0 | 0 | Detail | |
UserMessagesTest) |
fail
ft29.1: setUpClass (tempest.api.volume.admin.test_user_messages.UserMessagesTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_hosts | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeHostsAdminTestsJSON) |
fail
ft30.1: setUpClass (tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_pools | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumePoolsAdminTestsJSON) |
fail
ft31.1: setUpClass (tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_quota_classes | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotaClassesTest) |
fail
ft32.1: setUpClass (tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotasAdminTestJSON) |
fail
ft33.1: setUpClass (tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 36, in setup_credentials
super(VolumeQuotasAdminTestJSON, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotasNegativeTestJSON) |
fail
ft34.1: setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 31, in setup_credentials
super(VolumeQuotasNegativeTestJSON, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_retype | 3 | 0 | 1 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt35.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt35.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeWithoutMigrationTest) |
fail
ft35.3: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_services | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesServicesTestJSON) |
fail
ft36.1: setUpClass (tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_services_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeServicesNegativeTest) |
fail
ft37.1: setUpClass (tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_snapshot_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
fail
ft38.1: setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 37, in setup_credentials
super(VolumeSnapshotQuotasNegativeTestJSON, cls).setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_type_access | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeTypesAccessTest) |
fail
ft39.1: setUpClass (tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_types | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeTypesTest) |
fail
ft40.1: setUpClass (tempest.api.volume.admin.test_volume_types.VolumeTypesTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_types_extra_specs | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeTypesExtraSpecsTest) |
fail
ft41.1: setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_types_extra_specs_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ExtraSpecsNegativeTest) |
fail
ft42.1: setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volume_types_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeTypesNegativeTest) |
fail
ft43.1: setUpClass (tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft44.1: setUpClass (tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.admin.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListAdminTestJSON) |
fail
ft45.1: setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_availability_zone | 1 | 0 | 1 | 0 | 0 | Detail | |
AvailabilityZoneTestJSON) |
fail
ft46.1: setUpClass (tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_extensions | 1 | 0 | 1 | 0 | 0 | Detail | |
ExtensionsTestJSON) |
fail
ft47.1: setUpClass (tempest.api.volume.test_extensions.ExtensionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_image_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesImageMetadata) |
fail
ft48.1: setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_snapshot_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotMetadataTestJSON) |
fail
ft49.1: setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_versions | 1 | 0 | 1 | 0 | 0 | Detail | |
VersionsTest) |
fail
ft50.1: setUpClass (tempest.api.volume.test_versions.VersionsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volume_absolute_limits | 1 | 0 | 1 | 0 | 0 | Detail | |
AbsoluteLimitsTests) |
fail
ft51.1: setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volume_delete_cascade | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesDeleteCascade) |
fail
ft52.1: setUpClass (tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 138, in get_credentials_provider
return dynamic_creds.DynamicCredentialProvider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 113, in __init__
self.creds_client = cred_client.get_creds_client(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/cred_client.py", line 283, in get_creds_client
return V3CredsClient(identity_client, projects_client, users_client,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/cred_client.py", line 156, in __init__
self.creds_domain = self.domains_client.list_domains(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/domains_client.py", line 58, in list_domains
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 861, in _error_checker
raise exceptions.UnexpectedContentType(str(resp.status),
tempest.lib.exceptions.UnexpectedContentType: Unexpected content type provided
Details: 500
|
||||||
| setUpClass (tempest.api.volume.test_volume_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesMetadataTest) |
fail
ft53.1: setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volume_transfers | 3 | 0 | 3 | 0 | 0 | Detail | |
VolumesTransfersV357Test) |
fail
ft54.1: setUpClass (tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
VolumesTransfersV355Test) |
fail
ft54.2: setUpClass (tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
VolumesTransfersTest) |
fail
ft54.3: setUpClass (tempest.api.volume.test_volume_transfers.VolumesTransfersTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft55.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_backup | 2 | 0 | 2 | 0 | 0 | Detail | |
VolumesBackupsTest) |
fail
ft56.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
VolumesBackupsV39Test) |
fail
ft56.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_clone | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesCloneTest) |
fail
ft57.1: setUpClass (tempest.api.volume.test_volumes_clone.VolumesCloneTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_clone_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesCloneNegativeTest) |
fail
ft58.1: setUpClass (tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_extend | 2 | 0 | 2 | 0 | 0 | Detail | |
VolumesExtendTest) |
fail
ft59.1: setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
VolumesExtendAttachedTest) |
fail
ft59.2: setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_get | 2 | 0 | 2 | 0 | 0 | Detail | |
VolumesSummaryTest) |
fail
ft60.1: setUpClass (tempest.api.volume.test_volumes_get.VolumesSummaryTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
VolumesGetTest) |
fail
ft60.2: setUpClass (tempest.api.volume.test_volumes_get.VolumesGetTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListTestJSON) |
fail
ft61.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesNegativeTest) |
fail
ft62.1: setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft63.1: setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_snapshots_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotListTestJSON) |
fail
ft64.1: setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.volume.test_volumes_snapshots_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotNegativeTestJSON) |
fail
ft65.1: setUpClass (tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 62, in setup_credentials
super(BaseVolumeTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.scenario.test_encrypted_cinder_volumes | 1 | 0 | 1 | 0 | 0 | Detail | |
TestEncryptedCinderVolumes) |
fail
ft66.1: setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.scenario.test_instances_with_cinder_volumes | 1 | 0 | 1 | 0 | 0 | Detail | |
TestInstancesWithCinderVolumes) |
fail
ft67.1: setUpClass (tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.scenario.test_minimum_basic | 1 | 0 | 1 | 0 | 0 | Detail | |
TestMinimumBasicScenario) |
fail
ft68.1: setUpClass (tempest.scenario.test_minimum_basic.TestMinimumBasicScenario)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.scenario.test_server_volume_attachment | 2 | 0 | 2 | 0 | 0 | Detail | |
TestServerVolumeAttachScenarioOldVersion) |
fail
ft69.1: setUpClass (tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
TestServerVolumeAttachmentScenario) |
fail
ft69.2: setUpClass (tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.scenario.test_shelve_instance | 1 | 0 | 1 | 0 | 0 | Detail | |
TestShelveInstance) |
fail
ft70.1: setUpClass (tempest.scenario.test_shelve_instance.TestShelveInstance)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.scenario.test_stamp_pattern | 1 | 0 | 1 | 0 | 0 | Detail | |
TestStampPattern) |
fail
ft71.1: setUpClass (tempest.scenario.test_stamp_pattern.TestStampPattern)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.scenario.test_volume_backup_restore | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVolumeBackupRestore) |
fail
ft72.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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.scenario.test_volume_boot_pattern | 2 | 0 | 2 | 0 | 0 | Detail | |
TestVolumeBootPattern) |
fail
ft73.1: setUpClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
TestVolumeBootPatternV346) |
fail
ft73.2: setUpClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 727, in get_client_manager
cred_provider = cls._get_credentials_provider()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 702, in _get_credentials_provider
cls._creds_provider = credentials.get_credentials_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 141, in get_credentials_provider
**get_dynamic_provider_params(identity_version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 72, in get_dynamic_provider_params
admin_creds = admin_creds or get_configured_admin_credentials(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 257, in get_configured_admin_credentials
credentials = get_credentials(fill_in=fill_in,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/credentials_factory.py", line 300, in get_credentials
return auth.get_credentials(auth_url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 652, in get_credentials
creds = auth_provider.fill_credentials()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 123, in fill_credentials
auth_data = self.get_auth()
^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 149, in get_auth
self.set_auth()
File "/opt/stack/tempest/tempest/lib/auth.py", line 158, in set_auth
self.cache = self._get_auth()
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/auth.py", line 313, in _get_auth
token, auth_data = auth_func(**auth_params)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 190, in get_token
body = self.auth(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/identity/v3/token_client.py", line 143, in auth
resp, body = self.post(self.auth_url, body=body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/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
|
||||||
| tearDownClass (tempest.api.compute.admin.test_assisted_volume_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesAssistedSnapshotsTest) |
fail
ft74.1: tearDownClass (tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>, <traceback object at 0x7e9e4085c2c0>)
|
||||||
| tearDownClass (tempest.api.compute.admin.test_volume | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachSCSIVolumeTestJSON) |
fail
ft75.1: tearDownClass (tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 598, in clear_creds
self.creds_client.delete_user(creds.user_id)
File "/opt/stack/tempest/tempest/lib/common/cred_client.py", line 55, in delete_user
self.users_client.delete_user(user_id)
File "/opt/stack/tempest/tempest/lib/services/identity/v3/users_client.py", line 104, in delete_user
resp, body = self.delete("users/%s" % user_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, 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.api.compute.servers.test_delete_server | 1 | 0 | 1 | 0 | 0 | Detail | |
DeleteServersTestJSON) |
fail
ft76.1: tearDownClass (tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 587, in clear_creds
self._clear_isolated_net_resources()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 573, in _clear_isolated_net_resources
self._clear_isolated_router(creds.router['id'],
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 532, in _clear_isolated_router
client.delete_router(router_id)
File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 52, in delete_router
return self.delete_resource(uri)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 956, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| tearDownClass (tempest.api.compute.servers.test_device_tagging | 2 | 0 | 2 | 0 | 0 | Detail | |
TaggedBootDevicesTest_v242) |
fail
ft77.1: tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7d1e0343d340>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7d1e03797100>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7d1e037978c0>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7d1e0378aa40>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7d1e0378a980>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7d1e03796f80>))
|
||||||
TaggedAttachmentsTest) |
fail
ft77.2: tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 587, in clear_creds
self._clear_isolated_net_resources()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 577, in _clear_isolated_net_resources
self._clear_isolated_subnet(creds.subnet['id'],
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 540, in _clear_isolated_subnet
client.delete_subnet(subnet_id)
File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 956, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
fail
ft78.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 09:24:15,503 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST https://10.4.3.11/volume/v3/volumes 0.387s
2026-06-22 09:24:15,503 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAssistedSnapshotsTest-volume-1869300529"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee7c0382-97cf-42a1-a8a6-d8c33bd63eed', 'content-length': '783', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee7c0382-97cf-42a1-a8a6-d8c33bd63eed', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/volumes'}
Body: b'{"volume": {"id": "d6d842ec-21d6-488f-8de2-e4e9588f77d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:15.426034", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1869300529", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5"}], "user_id": "23541b7df9474b5c88226a43c344293c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}'
2026-06-22 09:24:15,569 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/volume/v3/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5 0.061s
2026-06-22 09:24:15,569 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-704e04d0-ef6b-4d76-850e-a87355d77b1c', 'content-length': '962', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-704e04d0-ef6b-4d76-850e-a87355d77b1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5'}
Body: b'{"volume": {"id": "d6d842ec-21d6-488f-8de2-e4e9588f77d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:15.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1869300529", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5"}], "user_id": "23541b7df9474b5c88226a43c344293c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "ba7bd6e8563c47299ac36506b16b9ff4", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": null}}'
2026-06-22 09:24:16,610 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/volume/v3/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5 0.035s
2026-06-22 09:24:16,610 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77617b52-bf26-4cc8-9e85-0f025692d97b', 'content-length': '1023', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77617b52-bf26-4cc8-9e85-0f025692d97b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5'}
Body: b'{"volume": {"id": "d6d842ec-21d6-488f-8de2-e4e9588f77d5", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:15.000000", "updated_at": "2026-06-22T09:24:16.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1869300529", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5"}], "user_id": "23541b7df9474b5c88226a43c344293c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "ba7bd6e8563c47299ac36506b16b9ff4", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003360@storpool#template_virtual"}}'
2026-06-22 09:24:16,617 106598 INFO [tempest.common.waiters] volume d6d842ec-21d6-488f-8de2-e4e9588f77d5 reached available after waiting for 1.617112 seconds
2026-06-22 09:24:16,617 106598 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-22 09:24:16,968 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 POST https://10.4.3.11/compute/v2.1/os-keypairs 0.350s
2026-06-22 09:24:16,968 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1512601670", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK9QSjsNwxY3JWP6Jq4INj4EyXuyzWjeKQk5csuBx5fLCaZgOQu900xoUpSbtDUECpPpWaGdan+Qb66ewrjSqRelnDTr/OSdM9Bh76lwHec+BhLsHQ4pRNOwV+YByGFXiw=="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', '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-8a62c102-7f47-4b94-bd5f-d2e21ab60b0f', 'x-compute-request-id': 'req-8a62c102-7f47-4b94-bd5f-d2e21ab60b0f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1512601670", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK9QSjsNwxY3JWP6Jq4INj4EyXuyzWjeKQk5csuBx5fLCaZgOQu900xoUpSbtDUECpPpWaGdan+Qb66ewrjSqRelnDTr/OSdM9Bh76lwHec+BhLsHQ4pRNOwV+YByGFXiw==", "fingerprint": "97:23:4d:7e:59:4c:5a:00:5f:cd:1a:d1:1e:98:f1:7f", "user_id": "8f7c93f2a49a4948adba315318bed336"}}'
2026-06-22 09:24:16,969 106598 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1512601670 created
2026-06-22 09:24:17,456 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.11/networking/v2.0/security-groups 0.486s
2026-06-22 09:24:17,456 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--338234537", "description": "tempest-description--1037518286"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-c53391d2-cc30-43c7-a728-7944138ba32d', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "1c4c0ed8-c1bb-436f-a492-7f1fba3ece80", "name": "tempest-securitygroup--338234537", "stateful": true, "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "project_id": "555c0024720547baa6bdc5611b1ab78f", "description": "tempest-description--1037518286", "shared": false, "security_group_rules": [{"id": "3986289a-dfaf-40bf-9ca4-b528c8a89712", "project_id": "555c0024720547baa6bdc5611b1ab78f", "security_group_id": "1c4c0ed8-c1bb-436f-a492-7f1fba3ece80", "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": 236, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T09:24:17Z", "updated_at": "2026-06-22T09:24:17Z", "revision_number": 0, "tenant_id": "555c0024720547baa6bdc5611b1ab78f"}, {"id": "4831d743-dbfa-47f1-abf5-2b1a10a39f3a", "project_id": "555c0024720547baa6bdc5611b1ab78f", "security_group_id": "1c4c0ed8-c1bb-436f-a492-7f1fba3ece80", "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": 237, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T09:24:17Z", "updated_at": "2026-06-22T09:24:17Z", "revision_number": 0, "tenant_id": "555c0024720547baa6bdc5611b1ab78f"}], "tags": [], "created_at": "2026-06-22T09:24:17Z", "updated_at": "2026-06-22T09:24:17Z", "revision_number": 1}}'
2026-06-22 09:24:18,259 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.11/networking/v2.0/security-group-rules 0.802s
2026-06-22 09:24:18,259 106598 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": "1c4c0ed8-c1bb-436f-a492-7f1fba3ece80", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-17a926f2-04b5-4775-85cf-5d1f17aea536', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ed2aa126-c00f-43f3-8177-368ec501e128", "project_id": "555c0024720547baa6bdc5611b1ab78f", "security_group_id": "1c4c0ed8-c1bb-436f-a492-7f1fba3ece80", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-22T09:24:18Z", "updated_at": "2026-06-22T09:24:18Z", "revision_number": 0, "tenant_id": "555c0024720547baa6bdc5611b1ab78f"}}'
2026-06-22 09:24:18,414 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.11/networking/v2.0/security-group-rules 0.155s
2026-06-22 09:24:18,414 106598 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": "1c4c0ed8-c1bb-436f-a492-7f1fba3ece80", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0c3ad7b0-697b-4e7c-881a-a2b91b7b7b50', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "76ec98a8-315e-43f2-9fe1-3e746dde839d", "project_id": "555c0024720547baa6bdc5611b1ab78f", "security_group_id": "1c4c0ed8-c1bb-436f-a492-7f1fba3ece80", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-22T09:24:18Z", "updated_at": "2026-06-22T09:24:18Z", "revision_number": 0, "tenant_id": "555c0024720547baa6bdc5611b1ab78f"}}'
2026-06-22 09:24:18,415 106598 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--338234537 created
2026-06-22 09:24:19,051 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.11/networking/v2.0/floatingips 0.636s
2026-06-22 09:24:19,051 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "effd3aa2-c3c5-4d99-821f-ae964d500628"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-5434eadf-3459-4a36-8ba3-f6a3a21f7228', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "5f4c6a1e-d348-468b-85f9-6605540d9397", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "project_id": "555c0024720547baa6bdc5611b1ab78f", "floating_ip_address": "172.24.5.4", "floating_network_id": "effd3aa2-c3c5-4d99-821f-ae964d500628", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-22T09:24:18Z", "updated_at": "2026-06-22T09:24:18Z", "revision_number": 0}}'
2026-06-22 09:24:19,051 106598 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5f4c6a1e-d348-468b-85f9-6605540d9397', 'tenant_id': '555c0024720547baa6bdc5611b1ab78f', 'project_id': '555c0024720547baa6bdc5611b1ab78f', 'floating_ip_address': '172.24.5.4', 'floating_network_id': 'effd3aa2-c3c5-4d99-821f-ae964d500628', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-22T09:24:18Z', 'updated_at': '2026-06-22T09:24:18Z', 'revision_number': 0, 'ip': '172.24.5.4'} created
2026-06-22 09:24:19,225 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.11/identity/v3/auth/tokens 0.171s
2026-06-22 09:24:19,225 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2943', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c4a2112c-76be-46aa-811c-391bfa199528', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8f7c93f2a49a4948adba315318bed336", "name": "tempest-VolumesAssistedSnapshotsTest-1172124702-project-member", "password_expires_at": null}, "audit_ids": ["AjEG6aCCSkmdL4Odj-sC0g"], "expires_at": "2026-06-22T10:24:19.000000Z", "issued_at": "2026-06-22T09:24:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "555c0024720547baa6bdc5611b1ab78f", "name": "tempest-VolumesAssistedSnapshotsTest-1172124702"}, "is_domain": false, "roles": [{"id": "7ec1d2cebc87484ba88c597c75edd510", "name": "reader"}, {"id": "36fbda2435964f739ccfc0cd656e2e85", "name": "member"}], "catalog": [{"endpoints": [{"id": "4e12cf67b78049ca804ddbdebbc8f7c0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/networking", "region": "RegionOne"}], "id": "1a30fde46d364cbf89b525f529f7639a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "96c86ba5ce9046a2b60a151460784d5c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/identity", "region": "RegionOne"}], "id": "32eb9211ea6b4eb98f7f78e218db10f9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "e83952fc06184d8992f9f5738f411483", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2/555c0024720547baa6bdc5611b1ab78f", "region": "RegionOne"}], "id": "4593d22468e545b6a855a55842789076", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5c3a0ef604b2470faba8c54ebb3793ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2.1", "region": "RegionOne"}], "id": "606f7444d1c74a43950a69ea8767caef", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "6584126b6ac740db88b5805e029c772d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/image", "region": "RegionOne"}], "id": "767d31e261fc46c587b34ad4ef8a6de2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f25a21407ab24ca3bfbb0ddf31fd2059", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/placement", "region": "RegionOne"}], "id": "b5727384b3944aa5b8c0e0acc507b747", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3a48639faf00478ea82593363315e902", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/volume/v3", "region": "RegionOne"}], "id": "e6d488d39e23449b93073b170f4364ff", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "443e51d74b82402eb890feeeb51a9277", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.11:8080", "region": "RegionOne"}, {"id": "b7d7bcfc4765440c927f8f3b36f8f5cf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11:8080/v1/AUTH_555c0024720547baa6bdc5611b1ab78f", "region": "RegionOne"}], "id": "f9bdcb0c1b964ff2b5786d0d21056485", "type": "object-store", "name": "swift"}]}}'
2026-06-22 09:24:19,226 106598 INFO [tempest.lib.common.fixed_network] (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete) Found network {'id': 'e81218d3-90e0-45be-a8c2-f1e1f6de89de', 'name': 'tempest-VolumesAssistedSnapshotsTest-708129292-network', 'tenant_id': '555c0024720547baa6bdc5611b1ab78f', 'project_id': '555c0024720547baa6bdc5611b1ab78f', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19452, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-22T09:23:49Z', 'updated_at': '2026-06-22T09:23:49Z', 'revision_number': 1} available for tenant
2026-06-22 09:24:19,226 106598 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1512601670', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK9QSjsNwxY3JWP6Jq4INj4EyXuyzWjeKQk5csuBx5fLCaZgOQu900xoUpSbtDUECpPpWaGdan+Qb66ewrjSqRelnDTr/OSdM9Bh76lwHec+BhLsHQ4pRNOwV+YByGFXiw==', 'fingerprint': '97:23:4d:7e:59:4c:5a:00:5f:cd:1a:d1:1e:98:f1:7f', 'user_id': '8f7c93f2a49a4948adba315318bed336', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCI0jHDUxRYfZ+8emLIhyRCsFt0x54Jyzyy+9/woZIlbJt490p3SQMH\n4Q7vyFtdyxqgBwYFK4EEACKhZANiAASvUEo7DcMWNyVj+iauCDY+BMl7ss1o3ikJ\nOXLLgceXywmmYDkLvdNMaFKUm7Q1BAqT6VmhnWp/kG+unsK40qkXpZw06/zknTPQ\nYe+pcB3nPgYS7B0OKUTTsFfmAchhV4s=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1c4c0ed8-c1bb-436f-a492-7f1fba3ece80', 'name': 'tempest-securitygroup--338234537', 'stateful': True, 'tenant_id': '555c0024720547baa6bdc5611b1ab78f', 'project_id': '555c0024720547baa6bdc5611b1ab78f', 'description': 'tempest-description--1037518286', 'shared': False, 'security_group_rules': [{'id': '3986289a-dfaf-40bf-9ca4-b528c8a89712', 'project_id': '555c0024720547baa6bdc5611b1ab78f', 'security_group_id': '1c4c0ed8-c1bb-436f-a492-7f1fba3ece80', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 236, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T09:24:17Z', 'updated_at': '2026-06-22T09:24:17Z', 'revision_number': 0, 'tenant_id': '555c0024720547baa6bdc5611b1ab78f'}, {'id': '4831d743-dbfa-47f1-abf5-2b1a10a39f3a', 'project_id': '555c0024720547baa6bdc5611b1ab78f', 'security_group_id': '1c4c0ed8-c1bb-436f-a492-7f1fba3ece80', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 237, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T09:24:17Z', 'updated_at': '2026-06-22T09:24:17Z', 'revision_number': 0, 'tenant_id': '555c0024720547baa6bdc5611b1ab78f'}], 'tags': [], 'created_at': '2026-06-22T09:24:17Z', 'updated_at': '2026-06-22T09:24:17Z', 'revision_number': 1}, 'floating_ip': {'id': '5f4c6a1e-d348-468b-85f9-6605540d9397', 'tenant_id': '555c0024720547baa6bdc5611b1ab78f', 'project_id': '555c0024720547baa6bdc5611b1ab78f', 'floating_ip_address': '172.24.5.4', 'floating_network_id': 'effd3aa2-c3c5-4d99-821f-ae964d500628', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-22T09:24:18Z', 'updated_at': '2026-06-22T09:24:18Z', 'revision_number': 0, 'ip': '172.24.5.4'}}
2026-06-22 09:24:20,824 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST https://10.4.3.11/compute/v2.1/servers 1.597s
2026-06-22 09:24:20,824 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "imageRef": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "flavorRef": "42", "networks": [{"uuid": "e81218d3-90e0-45be-a8c2-f1e1f6de89de"}], "security_groups": [{"name": "tempest-securitygroup--338234537"}], "key_name": "tempest-keypair-1512601670", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c', 'content-type': 'application/json', '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-ed0e73e1-8478-4007-9da7-4a1dbcd4ee3a', 'x-compute-request-id': 'req-ed0e73e1-8478-4007-9da7-4a1dbcd4ee3a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/compute/v2.1/servers'}
Body: b'{"server": {"id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--338234537"}], "adminPass": "JCW5uWkHr8FC"}}'
2026-06-22 09:24:20,923 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.098s
2026-06-22 09:24:20,924 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', '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-42daee71-0cc1-4b6c-8682-ada213fea1be', 'x-compute-request-id': 'req-42daee71-0cc1-4b6c-8682-ada213fea1be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:21Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1512601670", "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-06-22 09:24:22,073 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.142s
2026-06-22 09:24:22,073 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1244', 'content-type': 'application/json', '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-aa509f23-47ef-4a99-9e34-17d7b5b29b55', 'x-compute-request-id': 'req-aa509f23-47ef-4a99-9e34-17d7b5b29b55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "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-06-22 09:24:23,212 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.133s
2026-06-22 09:24:23,212 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', '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-3fd277d8-e105-4674-85d0-d4682e336a90', 'x-compute-request-id': 'req-3fd277d8-e105-4674-85d0-d4682e336a90', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "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-06-22 09:24:23,220 106598 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-22 09:24:24,316 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.095s
2026-06-22 09:24:24,316 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', '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-b03d80eb-f069-46b2-abcc-bba0b54ea115', 'x-compute-request-id': 'req-b03d80eb-f069-46b2-abcc-bba0b54ea115', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "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-06-22 09:24:25,559 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.237s
2026-06-22 09:24:25,559 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', '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-5906fef3-d406-417b-a52d-94b98925d99b', 'x-compute-request-id': 'req-5906fef3-d406-417b-a52d-94b98925d99b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "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-06-22 09:24:27,055 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.490s
2026-06-22 09:24:27,056 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', '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-47ecec35-e591-41a6-949d-fafe690740db', 'x-compute-request-id': 'req-47ecec35-e591-41a6-949d-fafe690740db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "75d24d501407bac6fa3ee42dad1d8a4982d782ea48efe91f6adc7054", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "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-06-22 09:24:28,340 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.275s
2026-06-22 09:24:28,341 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', '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-fd929106-b444-4aca-8167-b53142f828ca', 'x-compute-request-id': 'req-fd929106-b444-4aca-8167-b53142f828ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "75d24d501407bac6fa3ee42dad1d8a4982d782ea48efe91f6adc7054", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "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-06-22 09:24:30,885 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 1.538s
2026-06-22 09:24:30,885 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1300', 'content-type': 'application/json', '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-c57360ab-64e5-4661-95fb-7cd6e0fe97bd', 'x-compute-request-id': 'req-c57360ab-64e5-4661-95fb-7cd6e0fe97bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "75d24d501407bac6fa3ee42dad1d8a4982d782ea48efe91f6adc7054", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:30,893 106598 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 10 second wait
2026-06-22 09:24:39,945 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 8.052s
2026-06-22 09:24:39,946 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', '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-683df019-6e43-46d1-8340-4e2268b21b27', 'x-compute-request-id': 'req-683df019-6e43-46d1-8340-4e2268b21b27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "75d24d501407bac6fa3ee42dad1d8a4982d782ea48efe91f6adc7054", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--338234537"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:39,956 106598 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 19 second wait
2026-06-22 09:24:41,235 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.279s
2026-06-22 09:24:41,235 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', '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-491c8448-a278-4155-9d30-b6245ff321f9', 'x-compute-request-id': 'req-491c8448-a278-4155-9d30-b6245ff321f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "75d24d501407bac6fa3ee42dad1d8a4982d782ea48efe91f6adc7054", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--338234537"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:42,423 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.181s
2026-06-22 09:24:42,423 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', '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-e7206052-ba14-4f47-aea2-321e3702c277', 'x-compute-request-id': 'req-e7206052-ba14-4f47-aea2-321e3702c277', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "75d24d501407bac6fa3ee42dad1d8a4982d782ea48efe91f6adc7054", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--338234537"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:43,668 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.238s
2026-06-22 09:24:43,669 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', '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-e1e32102-1363-45a1-b7a7-26b2be5429e0', 'x-compute-request-id': 'req-e1e32102-1363-45a1-b7a7-26b2be5429e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "75d24d501407bac6fa3ee42dad1d8a4982d782ea48efe91f6adc7054", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--338234537"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:43,676 106598 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 23 second wait
2026-06-22 09:24:44,972 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.296s
2026-06-22 09:24:44,973 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', '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-3dadd272-5779-4dcb-b938-8bc0a1d30810', 'x-compute-request-id': 'req-3dadd272-5779-4dcb-b938-8bc0a1d30810', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "75d24d501407bac6fa3ee42dad1d8a4982d782ea48efe91f6adc7054", "id": "45afddf2-9725-4bfa-8b79-5bf855aa4d2c", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1997688371", "status": "BUILD", "tenant_id": "555c0024720547baa6bdc5611b1ab78f", "user_id": "8f7c93f2a49a4948adba315318bed336", "updated": "2026-06-22T09:24:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1512601670", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--338234537"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:25:00,941 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 500 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 14.962s
2026-06-22 09:25:00,941 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-75ffb3bc-a3bb-4cd8-9ef5-0ef5051e33c4', 'x-compute-request-id': 'req-75ffb3bc-a3bb-4cd8-9ef5-0ef5051e33c4', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,048 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 500 DELETE https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.106s
2026-06-22 09:25:01,048 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-3ba8cb2a-1b58-40b8-ba16-4e7690661746', 'x-compute-request-id': 'req-3ba8cb2a-1b58-40b8-ba16-4e7690661746', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,048 106598 ERROR [tempest.common.compute] Deleting server 45afddf2-9725-4bfa-8b79-5bf855aa4d2c failed
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.048 106598 ERROR tempest.common.compute
2026-06-22 09:25:01,117 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 500 GET https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c 0.066s
2026-06-22 09:25:01,118 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-e967a3d9-f922-469d-8eee-0add0f3bd237', 'x-compute-request-id': 'req-e967a3d9-f922-469d-8eee-0add0f3bd237', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/45afddf2-9725-4bfa-8b79-5bf855aa4d2c'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,118 106598 ERROR [tempest.common.compute] Server 45afddf2-9725-4bfa-8b79-5bf855aa4d2c failed to delete in time
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.118 106598 ERROR tempest.common.compute
2026-06-22 09:25:01,225 106598 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 500 DELETE https://10.4.3.11/volume/v3/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5 0.103s
2026-06-22 09:25:01,225 106598 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0e8b915-1579-4209-8ae2-ac7736ca7718', 'x-openstack-request-id': 'req-c0e8b915-1579-4209-8ae2-ac7736ca7718', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/volume/v3/volumes/d6d842ec-21d6-488f-8de2-e4e9588f77d5'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 493, in delete_volume
cls.volumes_client.delete_volume(volume_id)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 60, in test_volume_assisted_snapshot_create_delete
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
fail
ft79.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 09:24:12,128 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/image/v2/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89 0.259s
2026-06-22 09:24:12,128 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1044', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b900b251-ef55-4d56-8451-3c2633f61f53', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/image/v2/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89'}
Body: b'{"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "55fc3f5304b641e098051f746c64f9b7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "created_at": "2026-06-22T09:22:14Z", "updated_at": "2026-06-22T09:22:17Z", "tags": [], "self": "/v2/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89", "file": "/v2/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89/file", "schema": "/v2/schemas/image"}'
2026-06-22 09:24:13,075 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST https://10.4.3.11/image/v2/images 0.628s
2026-06-22 09:24:13,075 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'https://127.0.0.1:60999/v2/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-3e538872-1777-4929-a0f2-a6808ac271da', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/image/v2/images'}
Body: b'{"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi", "name": null, "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "1d1f8cfee7394de8986c5a4b5053062b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "created_at": "2026-06-22T09:24:13Z", "updated_at": "2026-06-22T09:24:13Z", "tags": [], "self": "/v2/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "file": "/v2/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52/file", "schema": "/v2/schemas/image"}'
2026-06-22 09:24:15,112 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT https://10.4.3.11/image/v2/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52/file 2.036s
2026-06-22 09:24:15,112 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x70d119e49750>
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c763b5a0-f1fe-4bea-a2b8-e13dae0ee371', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/image/v2/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52/file'}
Body: b''
2026-06-22 09:24:15,112 106594 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-22 09:24:15,112 106594 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-22 09:24:15,388 106594 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.11/compute/v2.1/os-keypairs 0.274s
2026-06-22 09:24:15,388 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1772985748", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLMStD2tebbzLIMZe3Veoas/dzAjFbmBNzBhdlw7gdJp3hOXTT3aHAn8Ah6+6pH0rQZ5nZ2YZPS/DW5faxghpwDYtXZr9Z/Dk53qQpmRyw+isV7GlXj/2ighzvNoay6uWA=="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', '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-ebd1a282-4484-4b7f-98f7-64f114dd2a42', 'x-compute-request-id': 'req-ebd1a282-4484-4b7f-98f7-64f114dd2a42', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1772985748", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLMStD2tebbzLIMZe3Veoas/dzAjFbmBNzBhdlw7gdJp3hOXTT3aHAn8Ah6+6pH0rQZ5nZ2YZPS/DW5faxghpwDYtXZr9Z/Dk53qQpmRyw+isV7GlXj/2ighzvNoay6uWA==", "fingerprint": "fa:00:96:b9:15:25:3c:c6:59:60:10:98:84:59:aa:44", "user_id": "2dda1d43c62f47699364d6d74a89bfa3"}}'
2026-06-22 09:24:15,390 106594 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1772985748 created
2026-06-22 09:24:15,748 106594 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/security-groups 0.358s
2026-06-22 09:24:15,748 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--534441855", "description": "tempest-description--1030581211"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-92d1da1d-4349-494c-a346-5bac03a7dddf', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "632eee28-db0a-4527-bdd9-28a9b4bbe932", "name": "tempest-securitygroup--534441855", "stateful": true, "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "project_id": "fba8f7bed3874763a8d991eafe862aab", "description": "tempest-description--1030581211", "shared": false, "security_group_rules": [{"id": "7f8dcfe3-2a00-4e4e-a967-d4c0e0191e7e", "project_id": "fba8f7bed3874763a8d991eafe862aab", "security_group_id": "632eee28-db0a-4527-bdd9-28a9b4bbe932", "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": 222, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T09:24:15Z", "updated_at": "2026-06-22T09:24:15Z", "revision_number": 0, "tenant_id": "fba8f7bed3874763a8d991eafe862aab"}, {"id": "c1e50918-0fae-4dda-b0b2-a47ac649df61", "project_id": "fba8f7bed3874763a8d991eafe862aab", "security_group_id": "632eee28-db0a-4527-bdd9-28a9b4bbe932", "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": 223, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T09:24:15Z", "updated_at": "2026-06-22T09:24:15Z", "revision_number": 0, "tenant_id": "fba8f7bed3874763a8d991eafe862aab"}], "tags": [], "created_at": "2026-06-22T09:24:15Z", "updated_at": "2026-06-22T09:24:15Z", "revision_number": 1}}'
2026-06-22 09:24:16,166 106594 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/security-group-rules 0.417s
2026-06-22 09:24:16,166 106594 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": "632eee28-db0a-4527-bdd9-28a9b4bbe932", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e956c39d-9786-4927-a5f5-bdc95a4dd072', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c7cadc1c-0139-4ab0-8dee-ab45c7efc425", "project_id": "fba8f7bed3874763a8d991eafe862aab", "security_group_id": "632eee28-db0a-4527-bdd9-28a9b4bbe932", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-22T09:24:15Z", "updated_at": "2026-06-22T09:24:15Z", "revision_number": 0, "tenant_id": "fba8f7bed3874763a8d991eafe862aab"}}'
2026-06-22 09:24:16,316 106594 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/security-group-rules 0.149s
2026-06-22 09:24:16,316 106594 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": "632eee28-db0a-4527-bdd9-28a9b4bbe932", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-59760980-3ec3-40d7-9a6c-e04fe0b33ba0', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "46f71642-1197-49b4-ae63-064e7df44a44", "project_id": "fba8f7bed3874763a8d991eafe862aab", "security_group_id": "632eee28-db0a-4527-bdd9-28a9b4bbe932", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-22T09:24:16Z", "updated_at": "2026-06-22T09:24:16Z", "revision_number": 0, "tenant_id": "fba8f7bed3874763a8d991eafe862aab"}}'
2026-06-22 09:24:16,316 106594 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--534441855 created
2026-06-22 09:24:16,920 106594 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/floatingips 0.604s
2026-06-22 09:24:16,920 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "effd3aa2-c3c5-4d99-821f-ae964d500628"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-271834e0-5522-49c6-ade7-7b69e76d96e7', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "f63968bf-e788-4ec1-af32-8830c3260e12", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "project_id": "fba8f7bed3874763a8d991eafe862aab", "floating_ip_address": "172.24.5.39", "floating_network_id": "effd3aa2-c3c5-4d99-821f-ae964d500628", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-22T09:24:16Z", "updated_at": "2026-06-22T09:24:16Z", "revision_number": 0}}'
2026-06-22 09:24:16,921 106594 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f63968bf-e788-4ec1-af32-8830c3260e12', 'tenant_id': 'fba8f7bed3874763a8d991eafe862aab', 'project_id': 'fba8f7bed3874763a8d991eafe862aab', 'floating_ip_address': '172.24.5.39', 'floating_network_id': 'effd3aa2-c3c5-4d99-821f-ae964d500628', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-22T09:24:16Z', 'updated_at': '2026-06-22T09:24:16Z', 'revision_number': 0, 'ip': '172.24.5.39'} created
2026-06-22 09:24:17,062 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST https://10.4.3.11/identity/v3/auth/tokens 0.137s
2026-06-22 09:24:17,062 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2935', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b0aab52b-63fa-4c09-a124-4d631c1a710a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2dda1d43c62f47699364d6d74a89bfa3", "name": "tempest-AttachSCSIVolumeTestJSON-1234558950-project-member", "password_expires_at": null}, "audit_ids": ["mFQ7FhD4Tg-xLIo8xn7hLA"], "expires_at": "2026-06-22T10:24:17.000000Z", "issued_at": "2026-06-22T09:24:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fba8f7bed3874763a8d991eafe862aab", "name": "tempest-AttachSCSIVolumeTestJSON-1234558950"}, "is_domain": false, "roles": [{"id": "7ec1d2cebc87484ba88c597c75edd510", "name": "reader"}, {"id": "36fbda2435964f739ccfc0cd656e2e85", "name": "member"}], "catalog": [{"endpoints": [{"id": "4e12cf67b78049ca804ddbdebbc8f7c0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/networking", "region": "RegionOne"}], "id": "1a30fde46d364cbf89b525f529f7639a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "96c86ba5ce9046a2b60a151460784d5c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/identity", "region": "RegionOne"}], "id": "32eb9211ea6b4eb98f7f78e218db10f9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "e83952fc06184d8992f9f5738f411483", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2/fba8f7bed3874763a8d991eafe862aab", "region": "RegionOne"}], "id": "4593d22468e545b6a855a55842789076", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5c3a0ef604b2470faba8c54ebb3793ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2.1", "region": "RegionOne"}], "id": "606f7444d1c74a43950a69ea8767caef", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "6584126b6ac740db88b5805e029c772d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/image", "region": "RegionOne"}], "id": "767d31e261fc46c587b34ad4ef8a6de2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f25a21407ab24ca3bfbb0ddf31fd2059", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/placement", "region": "RegionOne"}], "id": "b5727384b3944aa5b8c0e0acc507b747", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3a48639faf00478ea82593363315e902", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/volume/v3", "region": "RegionOne"}], "id": "e6d488d39e23449b93073b170f4364ff", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "443e51d74b82402eb890feeeb51a9277", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.11:8080", "region": "RegionOne"}, {"id": "b7d7bcfc4765440c927f8f3b36f8f5cf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11:8080/v1/AUTH_fba8f7bed3874763a8d991eafe862aab", "region": "RegionOne"}], "id": "f9bdcb0c1b964ff2b5786d0d21056485", "type": "object-store", "name": "swift"}]}}'
2026-06-22 09:24:17,063 106594 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '373b2bee-c515-4ed9-b864-bfbd04230ed6', 'name': 'tempest-AttachSCSIVolumeTestJSON-1383533893-network', 'tenant_id': 'fba8f7bed3874763a8d991eafe862aab', 'project_id': 'fba8f7bed3874763a8d991eafe862aab', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13635, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-22T09:23:49Z', 'updated_at': '2026-06-22T09:23:50Z', 'revision_number': 1} available for tenant
2026-06-22 09:24:17,063 106594 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1772985748', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLMStD2tebbzLIMZe3Veoas/dzAjFbmBNzBhdlw7gdJp3hOXTT3aHAn8Ah6+6pH0rQZ5nZ2YZPS/DW5faxghpwDYtXZr9Z/Dk53qQpmRyw+isV7GlXj/2ighzvNoay6uWA==', 'fingerprint': 'fa:00:96:b9:15:25:3c:c6:59:60:10:98:84:59:aa:44', 'user_id': '2dda1d43c62f47699364d6d74a89bfa3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBvWWY+JjVEQKaV9UDSqFWl5+5x3FRYm00MEgyu5GK6zi0MGK/whgMe\nD9Dwbr9TKTagBwYFK4EEACKhZANiAASzErQ9rXm28yyDGXt1XqGrP3cwIxW5gTcw\nYXZcO4HSad4Tl0092hwJ/AIevuqR9K0GeZ2dmGT0vw1uX2sYIacA2LV2a/Wfw5Od\n6kKZkcsPorFexpV4/9ooIc7zaGsurlg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '632eee28-db0a-4527-bdd9-28a9b4bbe932', 'name': 'tempest-securitygroup--534441855', 'stateful': True, 'tenant_id': 'fba8f7bed3874763a8d991eafe862aab', 'project_id': 'fba8f7bed3874763a8d991eafe862aab', 'description': 'tempest-description--1030581211', 'shared': False, 'security_group_rules': [{'id': '7f8dcfe3-2a00-4e4e-a967-d4c0e0191e7e', 'project_id': 'fba8f7bed3874763a8d991eafe862aab', 'security_group_id': '632eee28-db0a-4527-bdd9-28a9b4bbe932', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 222, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T09:24:15Z', 'updated_at': '2026-06-22T09:24:15Z', 'revision_number': 0, 'tenant_id': 'fba8f7bed3874763a8d991eafe862aab'}, {'id': 'c1e50918-0fae-4dda-b0b2-a47ac649df61', 'project_id': 'fba8f7bed3874763a8d991eafe862aab', 'security_group_id': '632eee28-db0a-4527-bdd9-28a9b4bbe932', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 223, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T09:24:15Z', 'updated_at': '2026-06-22T09:24:15Z', 'revision_number': 0, 'tenant_id': 'fba8f7bed3874763a8d991eafe862aab'}], 'tags': [], 'created_at': '2026-06-22T09:24:15Z', 'updated_at': '2026-06-22T09:24:15Z', 'revision_number': 1}, 'floating_ip': {'id': 'f63968bf-e788-4ec1-af32-8830c3260e12', 'tenant_id': 'fba8f7bed3874763a8d991eafe862aab', 'project_id': 'fba8f7bed3874763a8d991eafe862aab', 'floating_ip_address': '172.24.5.39', 'floating_network_id': 'effd3aa2-c3c5-4d99-821f-ae964d500628', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-22T09:24:16Z', 'updated_at': '2026-06-22T09:24:16Z', 'revision_number': 0, 'ip': '172.24.5.39'}}
2026-06-22 09:24:19,859 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST https://10.4.3.11/compute/v2.1/servers 2.795s
2026-06-22 09:24:19,859 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "imageRef": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "373b2bee-c515-4ed9-b864-bfbd04230ed6"}], "security_groups": [{"name": "tempest-securitygroup--534441855"}], "key_name": "tempest-keypair-1772985748", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a', 'content-type': 'application/json', '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-fe963316-1c93-4ca3-81c3-22d04e03186c', 'x-compute-request-id': 'req-fe963316-1c93-4ca3-81c3-22d04e03186c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/compute/v2.1/servers'}
Body: b'{"server": {"id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--534441855"}], "adminPass": "zrpbWQ3Pyv3N"}}'
2026-06-22 09:24:20,377 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.517s
2026-06-22 09:24:20,378 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', '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-8b39d681-c57d-4cde-a4b1-077be6b9cb18', 'x-compute-request-id': 'req-8b39d681-c57d-4cde-a4b1-077be6b9cb18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "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-06-22 09:24:21,511 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.127s
2026-06-22 09:24:21,511 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', '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-9a776289-45ef-44cd-b44e-b4a263012433', 'x-compute-request-id': 'req-9a776289-45ef-44cd-b44e-b4a263012433', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "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-06-22 09:24:21,516 106594 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-06-22 09:24:22,743 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.226s
2026-06-22 09:24:22,743 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', '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-c02f1b0d-bef6-46cf-bda0-8274ec124bf0', 'x-compute-request-id': 'req-c02f1b0d-bef6-46cf-bda0-8274ec124bf0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "b9e3791c4bef754f51e193c9f87a3f271e0a0d65457648b59cf2a44f", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "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-06-22 09:24:23,855 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.103s
2026-06-22 09:24:23,856 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', '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-ac56ae89-9eae-4e56-8c4a-7dc22cc1f33e', 'x-compute-request-id': 'req-ac56ae89-9eae-4e56-8c4a-7dc22cc1f33e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "b9e3791c4bef754f51e193c9f87a3f271e0a0d65457648b59cf2a44f", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "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-06-22 09:24:24,972 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.110s
2026-06-22 09:24:24,972 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1300', 'content-type': 'application/json', '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-acda615b-21b7-4cc9-bf4e-a03f02c8b986', 'x-compute-request-id': 'req-acda615b-21b7-4cc9-bf4e-a03f02c8b986', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "b9e3791c4bef754f51e193c9f87a3f271e0a0d65457648b59cf2a44f", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:24,981 106594 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-06-22 09:24:26,796 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.814s
2026-06-22 09:24:26,796 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', '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-b2559516-75fb-4244-882c-66b8b447c762', 'x-compute-request-id': 'req-b2559516-75fb-4244-882c-66b8b447c762', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "b9e3791c4bef754f51e193c9f87a3f271e0a0d65457648b59cf2a44f", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--534441855"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:26,803 106594 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-06-22 09:24:28,192 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.388s
2026-06-22 09:24:28,192 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', '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-83f389c0-561f-4b98-bae0-bccfffa5723a', 'x-compute-request-id': 'req-83f389c0-561f-4b98-bae0-bccfffa5723a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "b9e3791c4bef754f51e193c9f87a3f271e0a0d65457648b59cf2a44f", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--534441855"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:28,200 106594 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-06-22 09:24:30,775 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 1.575s
2026-06-22 09:24:30,776 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', '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-8ee16957-8ad9-42b8-9fde-133e946b2faf', 'x-compute-request-id': 'req-8ee16957-8ad9-42b8-9fde-133e946b2faf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "b9e3791c4bef754f51e193c9f87a3f271e0a0d65457648b59cf2a44f", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--534441855"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:40,041 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 8.257s
2026-06-22 09:24:40,042 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', '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-cd3e13b4-67d3-4f40-973f-161943d29f5a', 'x-compute-request-id': 'req-cd3e13b4-67d3-4f40-973f-161943d29f5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "b9e3791c4bef754f51e193c9f87a3f271e0a0d65457648b59cf2a44f", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "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-06-22 09:24:41,154 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.103s
2026-06-22 09:24:41,154 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', '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-5c96b63d-ada3-4d36-9b80-3c339d11e8c4', 'x-compute-request-id': 'req-5c96b63d-ada3-4d36-9b80-3c339d11e8c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "BUILD", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "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-06-22 09:24:42,283 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.122s
2026-06-22 09:24:42,283 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1432', 'content-type': 'application/json', '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-15cbaa64-985a-4b15-beba-6f0267757f43', 'x-compute-request-id': 'req-15cbaa64-985a-4b15-beba-6f0267757f43', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "8d03bb71-831d-463a-86d7-1fe5c434856a", "image": {"id": "4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/8d03bb71-831d-463a-86d7-1fe5c434856a"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-1741856215", "status": "ERROR", "tenant_id": "fba8f7bed3874763a8d991eafe862aab", "user_id": "2dda1d43c62f47699364d6d74a89bfa3", "updated": "2026-06-22T09:24:42Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-22T09:24:42Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8d03bb71-831d-463a-86d7-1fe5c434856a."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1772985748", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:42,292 106594 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 22 second wait
2026-06-22 09:24:43,394 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 DELETE https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 1.102s
2026-06-22 09:24:43,394 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', '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-41ab040f-d1ee-4f75-8dc1-a9c93bc114c9', 'x-compute-request-id': 'req-41ab040f-d1ee-4f75-8dc1-a9c93bc114c9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b''
2026-06-22 09:24:43,449 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 404 GET https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a 0.054s
2026-06-22 09:24:43,449 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ccf8adb2-bb00-4ff5-a8fc-672afaf5be63', 'x-compute-request-id': 'req-ccf8adb2-bb00-4ff5-a8fc-672afaf5be63', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/8d03bb71-831d-463a-86d7-1fe5c434856a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8d03bb71-831d-463a-86d7-1fe5c434856a could not be found."}}'
2026-06-22 09:24:43,697 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE https://10.4.3.11/compute/v2.1/os-keypairs/tempest-keypair-1772985748 0.245s
2026-06-22 09:24:43,697 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', '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-5cd882ea-5363-495a-bf4c-ecab34c7677f', 'x-compute-request-id': 'req-5cd882ea-5363-495a-bf4c-ecab34c7677f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/compute/v2.1/os-keypairs/tempest-keypair-1772985748'}
Body: b''
2026-06-22 09:24:43,848 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/security-groups/632eee28-db0a-4527-bdd9-28a9b4bbe932 0.151s
2026-06-22 09:24:43,848 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-e3968e3d-43b5-490a-aff4-c4c7c43b59a9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/security-groups/632eee28-db0a-4527-bdd9-28a9b4bbe932'}
Body: b''
2026-06-22 09:24:43,880 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET https://10.4.3.11/networking/v2.0/security-groups/632eee28-db0a-4527-bdd9-28a9b4bbe932 0.031s
2026-06-22 09:24:43,880 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-64409846-f190-4901-b9da-14600d3ade6e', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11/networking/v2.0/security-groups/632eee28-db0a-4527-bdd9-28a9b4bbe932'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 632eee28-db0a-4527-bdd9-28a9b4bbe932 does not exist", "detail": ""}}'
2026-06-22 09:24:44,224 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/floatingips/f63968bf-e788-4ec1-af32-8830c3260e12 0.343s
2026-06-22 09:24:44,224 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-753a904d-2e8a-46ab-b21d-c2c77a29c92f', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/floatingips/f63968bf-e788-4ec1-af32-8830c3260e12'}
Body: b''
2026-06-22 09:24:44,950 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE https://10.4.3.11/image/v2/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52 0.726s
2026-06-22 09:24:44,950 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-1181e68e-25d2-480f-bfc5-fb8802df5ed4', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/image/v2/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52'}
Body: b''
2026-06-22 09:24:44,976 106594 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET https://10.4.3.11/image/v2/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52 0.025s
2026-06-22 09:24:44,976 106594 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cff1bd17-28c2-4bc4-b913-2b2938f99c15', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11/image/v2/images/4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52'}
Body: b'{"message": "No image found with ID 4f1b92be-932f-4a59-b9aa-9dc2d8d4fe52<br /><br />\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 121, in test_attach_scsi_disk_with_config_drive
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 8d03bb71-831d-463a-86d7-1fe5c434856a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-06-22T09:24:42Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8d03bb71-831d-463a-86d7-1fe5c434856a.'}. Request ID of server operation performed before checking the server status req-fe963316-1c93-4ca3-81c3-22d04e03186c.
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft80.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 09:24:02,898 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST https://10.4.3.11/identity/v3/auth/tokens 0.108s
2026-06-22 09:24:02,899 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2929', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f9c353b0-144e-42b3-ba1e-d8dfe7be9a54', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5caf9ae5fc7445e09c16eb33c15146ed", "name": "tempest-DeleteServersTestJSON-1864891762-project-member", "password_expires_at": null}, "audit_ids": ["X6GeNtWcR8WtsUJlbMB_bw"], "expires_at": "2026-06-22T10:24:02.000000Z", "issued_at": "2026-06-22T09:24:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f4e81be84fa4752a8be5e9f886570ea", "name": "tempest-DeleteServersTestJSON-1864891762"}, "is_domain": false, "roles": [{"id": "7ec1d2cebc87484ba88c597c75edd510", "name": "reader"}, {"id": "36fbda2435964f739ccfc0cd656e2e85", "name": "member"}], "catalog": [{"endpoints": [{"id": "4e12cf67b78049ca804ddbdebbc8f7c0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/networking", "region": "RegionOne"}], "id": "1a30fde46d364cbf89b525f529f7639a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "96c86ba5ce9046a2b60a151460784d5c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/identity", "region": "RegionOne"}], "id": "32eb9211ea6b4eb98f7f78e218db10f9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "e83952fc06184d8992f9f5738f411483", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2/5f4e81be84fa4752a8be5e9f886570ea", "region": "RegionOne"}], "id": "4593d22468e545b6a855a55842789076", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5c3a0ef604b2470faba8c54ebb3793ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2.1", "region": "RegionOne"}], "id": "606f7444d1c74a43950a69ea8767caef", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "6584126b6ac740db88b5805e029c772d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/image", "region": "RegionOne"}], "id": "767d31e261fc46c587b34ad4ef8a6de2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f25a21407ab24ca3bfbb0ddf31fd2059", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/placement", "region": "RegionOne"}], "id": "b5727384b3944aa5b8c0e0acc507b747", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3a48639faf00478ea82593363315e902", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/volume/v3", "region": "RegionOne"}], "id": "e6d488d39e23449b93073b170f4364ff", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "443e51d74b82402eb890feeeb51a9277", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.11:8080", "region": "RegionOne"}, {"id": "b7d7bcfc4765440c927f8f3b36f8f5cf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11:8080/v1/AUTH_5f4e81be84fa4752a8be5e9f886570ea", "region": "RegionOne"}], "id": "f9bdcb0c1b964ff2b5786d0d21056485", "type": "object-store", "name": "swift"}]}}'
2026-06-22 09:24:02,899 106586 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '5c834801-0ff6-449a-93d0-4b58b3804327', 'name': 'tempest-DeleteServersTestJSON-2066172511-network', 'tenant_id': '5f4e81be84fa4752a8be5e9f886570ea', 'project_id': '5f4e81be84fa4752a8be5e9f886570ea', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 791, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-22T09:23:50Z', 'updated_at': '2026-06-22T09:23:50Z', 'revision_number': 1} available for tenant
2026-06-22 09:24:10,923 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST https://10.4.3.11/compute/v2.1/servers 8.023s
2026-06-22 09:24:10,924 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1386630002", "imageRef": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "flavorRef": "42", "networks": [{"uuid": "5c834801-0ff6-449a-93d0-4b58b3804327"}]}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '378', 'location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88', 'content-type': 'application/json', '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-8f949d64-d2bf-41a2-9286-13760e695d75', 'x-compute-request-id': 'req-8f949d64-d2bf-41a2-9286-13760e695d75', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/compute/v2.1/servers'}
Body: b'{"server": {"id": "05b080cb-37fa-493b-808d-050ef8d20f88", "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZQebgcj8XM5D"}}'
2026-06-22 09:24:11,084 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.158s
2026-06-22 09:24:11,084 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', '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-393213bb-1bce-4a8e-8a3d-6a01b69fa269', 'x-compute-request-id': 'req-393213bb-1bce-4a8e-8a3d-6a01b69fa269', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:11Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:10Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "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-06-22 09:24:12,646 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.551s
2026-06-22 09:24:12,647 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1213', 'content-type': 'application/json', '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-667e5123-f6c9-419a-93cd-748e3a67809b', 'x-compute-request-id': 'req-667e5123-f6c9-419a-93cd-748e3a67809b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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-06-22 09:24:14,462 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.808s
2026-06-22 09:24:14,463 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', '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-69db3205-0f5e-4bb3-af79-bd2631062fc4', 'x-compute-request-id': 'req-69db3205-0f5e-4bb3-af79-bd2631062fc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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-06-22 09:24:14,474 106586 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-22 09:24:15,596 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.121s
2026-06-22 09:24:15,596 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', '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-7e54aa31-ae8c-45d5-b7fd-4cfbe875dde4', 'x-compute-request-id': 'req-7e54aa31-ae8c-45d5-b7fd-4cfbe875dde4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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-06-22 09:24:17,038 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.435s
2026-06-22 09:24:17,038 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', '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-123342a0-7929-4b50-b138-ce47adf409d8', 'x-compute-request-id': 'req-123342a0-7929-4b50-b138-ce47adf409d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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-06-22 09:24:18,285 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.237s
2026-06-22 09:24:18,286 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1269', 'content-type': 'application/json', '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-da77a517-5e10-463f-afcf-aa01f8b909e3', 'x-compute-request-id': 'req-da77a517-5e10-463f-afcf-aa01f8b909e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:18,291 106586 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-06-22 09:24:20,308 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 1.016s
2026-06-22 09:24:20,308 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-3362cfb6-6a46-42db-a1e7-d50c4862213d', 'x-compute-request-id': 'req-3362cfb6-6a46-42db-a1e7-d50c4862213d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:20,314 106586 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait
2026-06-22 09:24:21,521 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.205s
2026-06-22 09:24:21,521 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-c52896b4-5534-45f2-bab0-d26e01ae3e7d', 'x-compute-request-id': 'req-c52896b4-5534-45f2-bab0-d26e01ae3e7d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:22,796 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.269s
2026-06-22 09:24:22,796 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-aae0737e-6588-44ae-a6f5-30ae002f5147', 'x-compute-request-id': 'req-aae0737e-6588-44ae-a6f5-30ae002f5147', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:24,007 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.204s
2026-06-22 09:24:24,008 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-353f0f4f-6286-4fbc-86c9-51ee9fa00808', 'x-compute-request-id': 'req-353f0f4f-6286-4fbc-86c9-51ee9fa00808', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:25,413 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.399s
2026-06-22 09:24:25,413 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-c8c8beed-c083-42ea-bfba-d65210e01a85', 'x-compute-request-id': 'req-c8c8beed-c083-42ea-bfba-d65210e01a85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:26,860 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.439s
2026-06-22 09:24:26,860 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-bac4df31-aa30-4127-aad5-255f42a57171', 'x-compute-request-id': 'req-bac4df31-aa30-4127-aad5-255f42a57171', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:28,395 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.526s
2026-06-22 09:24:28,396 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-53c7525f-28c6-4d9e-a156-b548203c5dcd', 'x-compute-request-id': 'req-53c7525f-28c6-4d9e-a156-b548203c5dcd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:39,941 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 10.539s
2026-06-22 09:24:39,941 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-306d559e-dd04-4ae5-9be8-7ddac6c67ced', 'x-compute-request-id': 'req-306d559e-dd04-4ae5-9be8-7ddac6c67ced', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:41,182 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.236s
2026-06-22 09:24:41,182 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-0061a3ac-ed0a-4105-a5f7-43a8f48ab940', 'x-compute-request-id': 'req-0061a3ac-ed0a-4105-a5f7-43a8f48ab940', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:42,418 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.229s
2026-06-22 09:24:42,418 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1309', 'content-type': 'application/json', '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-24c8d579-5cca-49b7-9259-691b101eb6e7', 'x-compute-request-id': 'req-24c8d579-5cca-49b7-9259-691b101eb6e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "BUILD", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:43,669 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88 0.246s
2026-06-22 09:24:43,669 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', '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-807260fe-90a4-444b-9dbe-49c8beff5638', 'x-compute-request-id': 'req-807260fe-90a4-444b-9dbe-49c8beff5638', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-DeleteServersTestJSON-2066172511-network": [{"version": 4, "addr": "10.1.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:2f:89"}]}, "created": "2026-06-22T09:24:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "733132cbe87863b5097f2cd7243edbe12e5c8a80c096a744a4373f01", "id": "05b080cb-37fa-493b-808d-050ef8d20f88", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/05b080cb-37fa-493b-808d-050ef8d20f88"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-1386630002", "status": "ACTIVE", "tenant_id": "5f4e81be84fa4752a8be5e9f886570ea", "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "updated": "2026-06-22T09:24:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2026-06-22T09:24:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-22 09:24:43,677 106586 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 32 second wait
2026-06-22 09:24:43,908 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST https://10.4.3.11/volume/v3/volumes 0.231s
2026-06-22 09:24:43,908 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-DeleteServersTestJSON-volume-647155599"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7dcd472-aff1-4212-8e6e-54eff7d90278', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7dcd472-aff1-4212-8e6e-54eff7d90278', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/volumes'}
Body: b'{"volume": {"id": "c5b0f044-2c92-4f46-9eef-add1e47797d8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:43.830583", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-647155599", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8"}], "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 09:24:43,944 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/volume/v3/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8 0.030s
2026-06-22 09:24:43,944 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae70dcd-13a5-4d0a-bde1-f3b8ca1fc68d', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae70dcd-13a5-4d0a-bde1-f3b8ca1fc68d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8'}
Body: b'{"volume": {"id": "c5b0f044-2c92-4f46-9eef-add1e47797d8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:44.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-647155599", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8"}], "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4e81be84fa4752a8be5e9f886570ea"}}'
2026-06-22 09:24:45,004 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET https://10.4.3.11/volume/v3/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8 0.052s
2026-06-22 09:24:45,005 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c813b63b-7916-40f7-bfa0-cad62afa0ab6', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c813b63b-7916-40f7-bfa0-cad62afa0ab6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8'}
Body: b'{"volume": {"id": "c5b0f044-2c92-4f46-9eef-add1e47797d8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:44.000000", "updated_at": "2026-06-22T09:24:44.000000", "name": "tempest-DeleteServersTestJSON-volume-647155599", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/c5b0f044-2c92-4f46-9eef-add1e47797d8"}], "user_id": "5caf9ae5fc7445e09c16eb33c15146ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f4e81be84fa4752a8be5e9f886570ea"}}'
2026-06-22 09:24:45,011 106586 INFO [tempest.common.waiters] volume c5b0f044-2c92-4f46-9eef-add1e47797d8 reached available after waiting for 2.011961 seconds
2026-06-22 09:25:02,757 106586 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 POST https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88/os-volume_attachments 17.745s
2026-06-22 09:25:02,757 106586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "c5b0f044-2c92-4f46-9eef-add1e47797d8"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '149', 'x-openstack-request-id': 'req-0d706ccd-ef13-4c5c-b448-f2847b2c4d71', 'x-compute-request-id': 'req-0d706ccd-ef13-4c5c-b448-f2847b2c4d71', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/05b080cb-37fa-493b-808d-050ef8d20f88/os-volume_attachments'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_messaging.rpc.client.RemoteError\'>"}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 122, in test_delete_server_while_in_attached_volume
self.attach_volume(server, volume)
File "/opt/stack/tempest/tempest/api/compute/base.py", line 630, in attach_volume
attachment = self.servers_client.attach_volume(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 470, in attach_volume
resp, body = self.post('servers/%s/os-volume_attachments' % server_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_messaging.rpc.client.RemoteError'>
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
fail
ft81.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 09:24:13,590 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST https://10.4.3.11/networking/v2.0/networks 0.839s
2026-06-22 09:24:13,591 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-tagged-attachments-test-net-378674573"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '620', 'x-openstack-request-id': 'req-b0c5c275-d04b-4f93-93fa-5e52a54d9fb0', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/networks'}
Body: b'{"network":{"id":"adbae341-699c-4d6f-943b-9100086d6e87","name":"tempest-tagged-attachments-test-net-378674573","tenant_id":"f4173244c87d461789177eb5a9604eb7","project_id":"f4173244c87d461789177eb5a9604eb7","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2026-06-22T09:24:13Z","updated_at":"2026-06-22T09:24:13Z","revision_number":1}}'
2026-06-22 09:24:14,396 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST https://10.4.3.11/networking/v2.0/subnets 0.805s
2026-06-22 09:24:14,396 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "adbae341-699c-4d6f-943b-9100086d6e87", "cidr": "10.10.10.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-23b5d6b7-d9b7-4d68-a07f-5c72c1a65754', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"b65d5901-65e1-4d95-86be-39aed9621b88","name":"","project_id":"f4173244c87d461789177eb5a9604eb7","network_id":"adbae341-699c-4d6f-943b-9100086d6e87","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2026-06-22T09:24:13Z","updated_at":"2026-06-22T09:24:13Z","revision_number":0,"tenant_id":"f4173244c87d461789177eb5a9604eb7"}}'
2026-06-22 09:24:14,600 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST https://10.4.3.11/volume/v3/volumes 0.204s
2026-06-22 09:24:14,600 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedAttachmentsTest-volume-1544963066"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c190a328-f899-42eb-b320-11d6e7d4a38e', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c190a328-f899-42eb-b320-11d6e7d4a38e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/volumes'}
Body: b'{"volume": {"id": "131d1b59-74ab-4828-9d42-a02297df01ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:14.539183", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1544963066", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/131d1b59-74ab-4828-9d42-a02297df01ee"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/131d1b59-74ab-4828-9d42-a02297df01ee"}], "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 09:24:14,643 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/volume/v3/volumes/131d1b59-74ab-4828-9d42-a02297df01ee 0.036s
2026-06-22 09:24:14,643 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd74e2e2-f1bf-4708-9624-eac98817d034', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd74e2e2-f1bf-4708-9624-eac98817d034', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/131d1b59-74ab-4828-9d42-a02297df01ee'}
Body: b'{"volume": {"id": "131d1b59-74ab-4828-9d42-a02297df01ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:15.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1544963066", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/131d1b59-74ab-4828-9d42-a02297df01ee"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/131d1b59-74ab-4828-9d42-a02297df01ee"}], "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f4173244c87d461789177eb5a9604eb7"}}'
2026-06-22 09:24:15,689 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/volume/v3/volumes/131d1b59-74ab-4828-9d42-a02297df01ee 0.039s
2026-06-22 09:24:15,690 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a3f2f35-29a4-437d-90b0-0fef515336ac', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a3f2f35-29a4-437d-90b0-0fef515336ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/131d1b59-74ab-4828-9d42-a02297df01ee'}
Body: b'{"volume": {"id": "131d1b59-74ab-4828-9d42-a02297df01ee", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:15.000000", "updated_at": "2026-06-22T09:24:15.000000", "name": "tempest-TaggedAttachmentsTest-volume-1544963066", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/131d1b59-74ab-4828-9d42-a02297df01ee"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/131d1b59-74ab-4828-9d42-a02297df01ee"}], "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f4173244c87d461789177eb5a9604eb7"}}'
2026-06-22 09:24:15,695 106600 INFO [tempest.common.waiters] volume 131d1b59-74ab-4828-9d42-a02297df01ee reached available after waiting for 1.695235 seconds
2026-06-22 09:24:15,695 106600 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-22 09:24:15,695 106600 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-22 09:24:15,749 106600 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/compute/v2.1/os-keypairs 0.053s
2026-06-22 09:24:15,749 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1830815584", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBADCQDcCzbqMS3hlZl0TInp+ZXCGzKHLqgAy4uXubCHTkY/rW95fizMED6h7BTQNxRtUafAzIL3iSRB4PRQJqj8mSMB0ngRc6y1FMJopJUzag0EQPCioRtG8OVbzOTEeAQ=="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-892bb119-a482-42e3-9051-7d9ddc830901', 'x-compute-request-id': 'req-892bb119-a482-42e3-9051-7d9ddc830901', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1830815584", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBADCQDcCzbqMS3hlZl0TInp+ZXCGzKHLqgAy4uXubCHTkY/rW95fizMED6h7BTQNxRtUafAzIL3iSRB4PRQJqj8mSMB0ngRc6y1FMJopJUzag0EQPCioRtG8OVbzOTEeAQ==", "fingerprint": "46:48:ec:16:d3:25:f3:0d:f6:c3:a6:45:17:64:7b:48", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf"}}'
2026-06-22 09:24:15,750 106600 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1830815584 created
2026-06-22 09:24:16,195 106600 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/security-groups 0.444s
2026-06-22 09:24:16,195 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--366997780", "description": "tempest-description--679932317"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-176fb051-2672-4428-a86c-d40180922c98', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "da7343c6-b7d1-47be-8028-5986c5b9210f", "name": "tempest-securitygroup--366997780", "stateful": true, "tenant_id": "f4173244c87d461789177eb5a9604eb7", "project_id": "f4173244c87d461789177eb5a9604eb7", "description": "tempest-description--679932317", "shared": false, "security_group_rules": [{"id": "79267d43-be35-4d12-ae95-cffd99482b1a", "project_id": "f4173244c87d461789177eb5a9604eb7", "security_group_id": "da7343c6-b7d1-47be-8028-5986c5b9210f", "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": 226, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T09:24:16Z", "updated_at": "2026-06-22T09:24:16Z", "revision_number": 0, "tenant_id": "f4173244c87d461789177eb5a9604eb7"}, {"id": "e1fd60dc-b8ba-4e5e-8d4f-3d705a44453a", "project_id": "f4173244c87d461789177eb5a9604eb7", "security_group_id": "da7343c6-b7d1-47be-8028-5986c5b9210f", "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": 227, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T09:24:16Z", "updated_at": "2026-06-22T09:24:16Z", "revision_number": 0, "tenant_id": "f4173244c87d461789177eb5a9604eb7"}], "tags": [], "created_at": "2026-06-22T09:24:16Z", "updated_at": "2026-06-22T09:24:16Z", "revision_number": 1}}'
2026-06-22 09:24:16,431 106600 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/security-group-rules 0.235s
2026-06-22 09:24:16,431 106600 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": "da7343c6-b7d1-47be-8028-5986c5b9210f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8ce78a92-b4c9-4de5-9afd-a53762c32a39', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2361271c-7a15-4703-b147-cb5a1b1592ea", "project_id": "f4173244c87d461789177eb5a9604eb7", "security_group_id": "da7343c6-b7d1-47be-8028-5986c5b9210f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-22T09:24:16Z", "updated_at": "2026-06-22T09:24:16Z", "revision_number": 0, "tenant_id": "f4173244c87d461789177eb5a9604eb7"}}'
2026-06-22 09:24:17,166 106600 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/security-group-rules 0.735s
2026-06-22 09:24:17,166 106600 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": "da7343c6-b7d1-47be-8028-5986c5b9210f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a4f9815b-68c8-4a75-8a31-7e9c3303e856', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "504996ee-cac3-414d-9155-3fc1c1b4ddf9", "project_id": "f4173244c87d461789177eb5a9604eb7", "security_group_id": "da7343c6-b7d1-47be-8028-5986c5b9210f", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-22T09:24:16Z", "updated_at": "2026-06-22T09:24:16Z", "revision_number": 0, "tenant_id": "f4173244c87d461789177eb5a9604eb7"}}'
2026-06-22 09:24:17,167 106600 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--366997780 created
2026-06-22 09:24:18,116 106600 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/floatingips 0.949s
2026-06-22 09:24:18,117 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "effd3aa2-c3c5-4d99-821f-ae964d500628"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-74aa8f9a-f6db-4078-8512-1becb55e4402', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "674fdddf-8647-4df4-9307-4b889b1f1682", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "project_id": "f4173244c87d461789177eb5a9604eb7", "floating_ip_address": "172.24.5.228", "floating_network_id": "effd3aa2-c3c5-4d99-821f-ae964d500628", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-22T09:24:17Z", "updated_at": "2026-06-22T09:24:17Z", "revision_number": 0}}'
2026-06-22 09:24:18,117 106600 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '674fdddf-8647-4df4-9307-4b889b1f1682', 'tenant_id': 'f4173244c87d461789177eb5a9604eb7', 'project_id': 'f4173244c87d461789177eb5a9604eb7', 'floating_ip_address': '172.24.5.228', 'floating_network_id': 'effd3aa2-c3c5-4d99-821f-ae964d500628', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-22T09:24:17Z', 'updated_at': '2026-06-22T09:24:17Z', 'revision_number': 0, 'ip': '172.24.5.228'} created
2026-06-22 09:24:18,267 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST https://10.4.3.11/identity/v3/auth/tokens 0.145s
2026-06-22 09:24:18,267 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2929', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-be6d4ecb-aa4f-4d37-9da9-79182067e0d9', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1fbeefcd111e4a61a6dd27f26a9796bf", "name": "tempest-TaggedAttachmentsTest-1517500746-project-member", "password_expires_at": null}, "audit_ids": ["CfWr11NtSk6DGMDFnwr5ZA"], "expires_at": "2026-06-22T10:24:18.000000Z", "issued_at": "2026-06-22T09:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4173244c87d461789177eb5a9604eb7", "name": "tempest-TaggedAttachmentsTest-1517500746"}, "is_domain": false, "roles": [{"id": "7ec1d2cebc87484ba88c597c75edd510", "name": "reader"}, {"id": "36fbda2435964f739ccfc0cd656e2e85", "name": "member"}], "catalog": [{"endpoints": [{"id": "4e12cf67b78049ca804ddbdebbc8f7c0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/networking", "region": "RegionOne"}], "id": "1a30fde46d364cbf89b525f529f7639a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "96c86ba5ce9046a2b60a151460784d5c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/identity", "region": "RegionOne"}], "id": "32eb9211ea6b4eb98f7f78e218db10f9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "e83952fc06184d8992f9f5738f411483", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2/f4173244c87d461789177eb5a9604eb7", "region": "RegionOne"}], "id": "4593d22468e545b6a855a55842789076", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5c3a0ef604b2470faba8c54ebb3793ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2.1", "region": "RegionOne"}], "id": "606f7444d1c74a43950a69ea8767caef", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "6584126b6ac740db88b5805e029c772d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/image", "region": "RegionOne"}], "id": "767d31e261fc46c587b34ad4ef8a6de2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f25a21407ab24ca3bfbb0ddf31fd2059", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/placement", "region": "RegionOne"}], "id": "b5727384b3944aa5b8c0e0acc507b747", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3a48639faf00478ea82593363315e902", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/volume/v3", "region": "RegionOne"}], "id": "e6d488d39e23449b93073b170f4364ff", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "443e51d74b82402eb890feeeb51a9277", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.11:8080", "region": "RegionOne"}, {"id": "b7d7bcfc4765440c927f8f3b36f8f5cf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11:8080/v1/AUTH_f4173244c87d461789177eb5a9604eb7", "region": "RegionOne"}], "id": "f9bdcb0c1b964ff2b5786d0d21056485", "type": "object-store", "name": "swift"}]}}'
2026-06-22 09:24:18,267 106600 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '536b84af-990e-4eb0-b4cf-fdd16f14f187', 'name': 'tempest-TaggedAttachmentsTest-577025732-network', 'tenant_id': 'f4173244c87d461789177eb5a9604eb7', 'project_id': 'f4173244c87d461789177eb5a9604eb7', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36932, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-22T09:23:50Z', 'updated_at': '2026-06-22T09:23:50Z', 'revision_number': 1} available for tenant
2026-06-22 09:24:18,412 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST https://10.4.3.11/identity/v3/auth/tokens 0.141s
2026-06-22 09:24:18,412 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2929', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5e301fae-4aeb-4fb5-a56a-51a91c064ee0', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1fbeefcd111e4a61a6dd27f26a9796bf", "name": "tempest-TaggedAttachmentsTest-1517500746-project-member", "password_expires_at": null}, "audit_ids": ["4yg9hCKuR6Wmy-6LF1xDwA"], "expires_at": "2026-06-22T10:24:18.000000Z", "issued_at": "2026-06-22T09:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4173244c87d461789177eb5a9604eb7", "name": "tempest-TaggedAttachmentsTest-1517500746"}, "is_domain": false, "roles": [{"id": "7ec1d2cebc87484ba88c597c75edd510", "name": "reader"}, {"id": "36fbda2435964f739ccfc0cd656e2e85", "name": "member"}], "catalog": [{"endpoints": [{"id": "4e12cf67b78049ca804ddbdebbc8f7c0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/networking", "region": "RegionOne"}], "id": "1a30fde46d364cbf89b525f529f7639a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "96c86ba5ce9046a2b60a151460784d5c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/identity", "region": "RegionOne"}], "id": "32eb9211ea6b4eb98f7f78e218db10f9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "e83952fc06184d8992f9f5738f411483", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2/f4173244c87d461789177eb5a9604eb7", "region": "RegionOne"}], "id": "4593d22468e545b6a855a55842789076", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5c3a0ef604b2470faba8c54ebb3793ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2.1", "region": "RegionOne"}], "id": "606f7444d1c74a43950a69ea8767caef", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "6584126b6ac740db88b5805e029c772d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/image", "region": "RegionOne"}], "id": "767d31e261fc46c587b34ad4ef8a6de2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f25a21407ab24ca3bfbb0ddf31fd2059", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/placement", "region": "RegionOne"}], "id": "b5727384b3944aa5b8c0e0acc507b747", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3a48639faf00478ea82593363315e902", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/volume/v3", "region": "RegionOne"}], "id": "e6d488d39e23449b93073b170f4364ff", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "443e51d74b82402eb890feeeb51a9277", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.11:8080", "region": "RegionOne"}, {"id": "b7d7bcfc4765440c927f8f3b36f8f5cf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11:8080/v1/AUTH_f4173244c87d461789177eb5a9604eb7", "region": "RegionOne"}], "id": "f9bdcb0c1b964ff2b5786d0d21056485", "type": "object-store", "name": "swift"}]}}'
2026-06-22 09:24:18,413 106600 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '536b84af-990e-4eb0-b4cf-fdd16f14f187', 'name': 'tempest-TaggedAttachmentsTest-577025732-network', 'tenant_id': 'f4173244c87d461789177eb5a9604eb7', 'project_id': 'f4173244c87d461789177eb5a9604eb7', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36932, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-22T09:23:50Z', 'updated_at': '2026-06-22T09:23:50Z', 'revision_number': 1} available for tenant
2026-06-22 09:24:18,413 106600 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1830815584', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBADCQDcCzbqMS3hlZl0TInp+ZXCGzKHLqgAy4uXubCHTkY/rW95fizMED6h7BTQNxRtUafAzIL3iSRB4PRQJqj8mSMB0ngRc6y1FMJopJUzag0EQPCioRtG8OVbzOTEeAQ==', 'fingerprint': '46:48:ec:16:d3:25:f3:0d:f6:c3:a6:45:17:64:7b:48', 'user_id': '1fbeefcd111e4a61a6dd27f26a9796bf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD2drt2TfluS3WkvR5d/gkkxRYmWug+d2j0OnmuWmkLW8Po4HiuAtEi\nN8IIKjOB5AugBwYFK4EEACKhZANiAAQAwkA3As26jEt4ZWZdEyJ6fmVwhsyhy6oA\nMuLl7mwh05GP61veX4szBA+oewU0DcUbVGnwMyC94kkQeD0UCao/JkjAdJ4EXOst\nRTCaKSVM2oNBEDwoqEbRvDlW8zkxHgE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'da7343c6-b7d1-47be-8028-5986c5b9210f', 'name': 'tempest-securitygroup--366997780', 'stateful': True, 'tenant_id': 'f4173244c87d461789177eb5a9604eb7', 'project_id': 'f4173244c87d461789177eb5a9604eb7', 'description': 'tempest-description--679932317', 'shared': False, 'security_group_rules': [{'id': '79267d43-be35-4d12-ae95-cffd99482b1a', 'project_id': 'f4173244c87d461789177eb5a9604eb7', 'security_group_id': 'da7343c6-b7d1-47be-8028-5986c5b9210f', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 226, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T09:24:16Z', 'updated_at': '2026-06-22T09:24:16Z', 'revision_number': 0, 'tenant_id': 'f4173244c87d461789177eb5a9604eb7'}, {'id': 'e1fd60dc-b8ba-4e5e-8d4f-3d705a44453a', 'project_id': 'f4173244c87d461789177eb5a9604eb7', 'security_group_id': 'da7343c6-b7d1-47be-8028-5986c5b9210f', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 227, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T09:24:16Z', 'updated_at': '2026-06-22T09:24:16Z', 'revision_number': 0, 'tenant_id': 'f4173244c87d461789177eb5a9604eb7'}], 'tags': [], 'created_at': '2026-06-22T09:24:16Z', 'updated_at': '2026-06-22T09:24:16Z', 'revision_number': 1}, 'floating_ip': {'id': '674fdddf-8647-4df4-9307-4b889b1f1682', 'tenant_id': 'f4173244c87d461789177eb5a9604eb7', 'project_id': 'f4173244c87d461789177eb5a9604eb7', 'floating_ip_address': '172.24.5.228', 'floating_network_id': 'effd3aa2-c3c5-4d99-821f-ae964d500628', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-22T09:24:17Z', 'updated_at': '2026-06-22T09:24:17Z', 'revision_number': 0, 'ip': '172.24.5.228'}}
2026-06-22 09:24:20,537 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST https://10.4.3.11/compute/v2.1/servers 2.123s
2026-06-22 09:24:20,537 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-device-tagging-server-390113092", "imageRef": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "536b84af-990e-4eb0-b4cf-fdd16f14f187"}], "security_groups": [{"name": "tempest-securitygroup--366997780"}], "key_name": "tempest-keypair-1830815584", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2da265f3-0c4b-4b76-b309-5ba33e9bf411', 'x-compute-request-id': 'req-2da265f3-0c4b-4b76-b309-5ba33e9bf411', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/compute/v2.1/servers'}
Body: b'{"server": {"id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--366997780"}], "adminPass": "7Sy2mG9ejc3q"}}'
2026-06-22 09:24:20,926 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.387s
2026-06-22 09:24:20,926 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f553aa89-ed82-4f9a-b3c7-f57424e935aa', 'x-compute-request-id': 'req-f553aa89-ed82-4f9a-b3c7-f57424e935aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "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": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:22,053 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.119s
2026-06-22 09:24:22,053 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d98f9e1-6dd2-48e1-b8ec-1d992cff36b3', 'x-compute-request-id': 'req-8d98f9e1-6dd2-48e1-b8ec-1d992cff36b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "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": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:22,062 106600 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-22 09:24:23,227 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.164s
2026-06-22 09:24:23,227 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05462430-d5c6-40bc-ad90-6027fc4a98ee', 'x-compute-request-id': 'req-05462430-d5c6-40bc-ad90-6027fc4a98ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "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": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:24,347 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.113s
2026-06-22 09:24:24,347 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70f01ce3-612d-4b64-bdcb-7f8aae2073c6', 'x-compute-request-id': 'req-70f01ce3-612d-4b64-bdcb-7f8aae2073c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "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": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:25,579 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.223s
2026-06-22 09:24:25,579 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52787da8-4caa-4adf-8710-f5e2fdcf6691', 'x-compute-request-id': 'req-52787da8-4caa-4adf-8710-f5e2fdcf6691', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "b4d3ef79896197be120b736d8c14b6a0980ee33e234cef0f72d1d4cc", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "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": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:27,074 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.487s
2026-06-22 09:24:27,074 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cac92d3-1182-455b-88cd-01ae6a9e8f31', 'x-compute-request-id': 'req-0cac92d3-1182-455b-88cd-01ae6a9e8f31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "b4d3ef79896197be120b736d8c14b6a0980ee33e234cef0f72d1d4cc", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:27,080 106600 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-06-22 09:24:28,642 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.561s
2026-06-22 09:24:28,642 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1457', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-246cf0e8-32b7-4105-9305-ac21bc80ad21', 'x-compute-request-id': 'req-246cf0e8-32b7-4105-9305-ac21bc80ad21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "b4d3ef79896197be120b736d8c14b6a0980ee33e234cef0f72d1d4cc", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366997780"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:28,649 106600 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 8 second wait
2026-06-22 09:24:31,158 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 1.508s
2026-06-22 09:24:31,158 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1445', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d9d24bb-3047-47fc-ac41-1af44d183ecd', 'x-compute-request-id': 'req-1d9d24bb-3047-47fc-ac41-1af44d183ecd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "b4d3ef79896197be120b736d8c14b6a0980ee33e234cef0f72d1d4cc", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366997780"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:31,168 106600 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 11 second wait
2026-06-22 09:24:40,194 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 8.025s
2026-06-22 09:24:40,195 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1445', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9d3a722-8140-424e-a7de-fd7d24eb40e0', 'x-compute-request-id': 'req-f9d3a722-8140-424e-a7de-fd7d24eb40e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "b4d3ef79896197be120b736d8c14b6a0980ee33e234cef0f72d1d4cc", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366997780"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:41,458 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.256s
2026-06-22 09:24:41,458 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1445', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a69a358-89f8-4487-a975-47ba410c1f9c', 'x-compute-request-id': 'req-6a69a358-89f8-4487-a975-47ba410c1f9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "b4d3ef79896197be120b736d8c14b6a0980ee33e234cef0f72d1d4cc", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366997780"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:42,635 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.170s
2026-06-22 09:24:42,636 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1445', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e21d5450-3d89-49b9-9a8c-21b87fdd695a', 'x-compute-request-id': 'req-e21d5450-3d89-49b9-9a8c-21b87fdd695a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "b4d3ef79896197be120b736d8c14b6a0980ee33e234cef0f72d1d4cc", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366997780"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:43,890 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.243s
2026-06-22 09:24:43,890 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1445', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd61b697-f3b4-4fc1-8004-6dec1cf1e2ce', 'x-compute-request-id': 'req-dd61b697-f3b4-4fc1-8004-6dec1cf1e2ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "b4d3ef79896197be120b736d8c14b6a0980ee33e234cef0f72d1d4cc", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366997780"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:45,195 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.295s
2026-06-22 09:24:45,196 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1445', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fa047a2-7aa3-4cfa-8494-213c2df8085f', 'x-compute-request-id': 'req-5fa047a2-7aa3-4cfa-8494-213c2df8085f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:20Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "b4d3ef79896197be120b736d8c14b6a0980ee33e234cef0f72d1d4cc", "id": "de69a5de-f2a3-4eff-acbb-dccdde5faddb", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb"}], "metadata": {}, "name": "tempest-device-tagging-server-390113092", "status": "BUILD", "tenant_id": "f4173244c87d461789177eb5a9604eb7", "user_id": "1fbeefcd111e4a61a6dd27f26a9796bf", "updated": "2026-06-22T09:24:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1830815584", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366997780"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:25:00,987 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 500 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 14.783s
2026-06-22 09:25:00,987 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-5ade595f-148f-472d-9b52-b1cca260ae67', 'x-compute-request-id': 'req-5ade595f-148f-472d-9b52-b1cca260ae67', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,070 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 500 DELETE https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.083s
2026-06-22 09:25:01,071 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-68bfd04f-09b2-4cde-845d-2950f54b0bb3', 'x-compute-request-id': 'req-68bfd04f-09b2-4cde-845d-2950f54b0bb3', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,071 106600 ERROR [tempest.common.compute] Deleting server de69a5de-f2a3-4eff-acbb-dccdde5faddb failed
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.071 106600 ERROR tempest.common.compute
2026-06-22 09:25:01,149 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 500 GET https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb 0.075s
2026-06-22 09:25:01,149 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-02d81834-9965-4342-84e3-78e44b5fbdb4', 'x-compute-request-id': 'req-02d81834-9965-4342-84e3-78e44b5fbdb4', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/de69a5de-f2a3-4eff-acbb-dccdde5faddb'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,149 106600 ERROR [tempest.common.compute] Server de69a5de-f2a3-4eff-acbb-dccdde5faddb failed to delete in time
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.149 106600 ERROR tempest.common.compute
2026-06-22 09:25:01,223 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 500 DELETE https://10.4.3.11/compute/v2.1/os-keypairs/tempest-keypair-1830815584 0.069s
2026-06-22 09:25:01,223 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-e6111b30-b00b-4446-b34a-70afaa243b79', 'x-compute-request-id': 'req-e6111b30-b00b-4446-b34a-70afaa243b79', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/os-keypairs/tempest-keypair-1830815584'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,223 106600 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-1830815584
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.223 106600 ERROR tempest.lib.common.validation_resources
2026-06-22 09:25:03,775 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 409 DELETE https://10.4.3.11/networking/v2.0/security-groups/da7343c6-b7d1-47be-8028-5986c5b9210f 2.550s
2026-06-22 09:25:03,775 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-91d1e032-2628-4363-a369-b1003eb50597', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.11/networking/v2.0/security-groups/da7343c6-b7d1-47be-8028-5986c5b9210f'}
Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group da7343c6-b7d1-47be-8028-5986c5b9210f in use.", "detail": ""}}'
2026-06-22 09:25:03,775 106600 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group da7343c6-b7d1-47be-8028-5986c5b9210f VM might not be deleted
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp)
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group da7343c6-b7d1-47be-8028-5986c5b9210f in use.', 'detail': ''}
2026-06-22 09:25:03.775 106600 ERROR tempest.lib.common.validation_resources
2026-06-22 09:25:04,346 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/floatingips/674fdddf-8647-4df4-9307-4b889b1f1682 0.570s
2026-06-22 09:25:04,347 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-1ac08608-3e06-4ddc-b2a6-425896b4df61', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/floatingips/674fdddf-8647-4df4-9307-4b889b1f1682'}
Body: b''
2026-06-22 09:25:05,013 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/subnets/b65d5901-65e1-4d95-86be-39aed9621b88 0.665s
2026-06-22 09:25:05,013 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-5307cdc8-d4e4-4d5c-bb11-5c8966820270', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/subnets/b65d5901-65e1-4d95-86be-39aed9621b88'}
Body: b''
2026-06-22 09:25:05,662 106600 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/networks/adbae341-699c-4d6f-943b-9100086d6e87 0.648s
2026-06-22 09:25:05,662 106600 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-bce7cbfc-a982-4d9b-adcd-bba41b6557f9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/networks/adbae341-699c-4d6f-943b-9100086d6e87'}
Body: b''
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/fixture.py", line 162, in cleanUp
return self._cleanups(raise_errors=raise_first) # type: ignore[misc]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/callmany.py", line 121, in __call__
raise exc.with_traceback(error[2])
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/callmany.py", line 113, in __call__
cleanup(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources
raise has_exception
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
keypair_client.delete_keypair(keypair_name)
File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 379, in test_tagged_attachment
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft82.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 09:24:09,460 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST https://10.4.3.11/volume/v3/volumes 1.219s
2026-06-22 09:24:09,460 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "imageRef": "da4359a2-e5ef-4a68-a501-ba1b700f5b89"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7bc9ad-7879-47fe-a803-3f725ca20974', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7bc9ad-7879-47fe-a803-3f725ca20974', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/volumes'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.400383", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 09:24:09,505 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.037s
2026-06-22 09:24:09,505 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76e515ee-75bb-4d35-bbf5-385e6bad935c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76e515ee-75bb-4d35-bbf5-385e6bad935c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:10,571 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.056s
2026-06-22 09:24:10,571 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098725a1-33c7-4d13-b506-da66270b7c15', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098725a1-33c7-4d13-b506-da66270b7c15', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": "2026-06-22T09:24:10.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:11,611 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.033s
2026-06-22 09:24:11,612 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-248bd6d8-34c5-4aba-b9a9-be13ac8c81c9', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-248bd6d8-34c5-4aba-b9a9-be13ac8c81c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": "2026-06-22T09:24:10.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:12,657 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.039s
2026-06-22 09:24:12,657 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-149643da-cefa-48a0-915d-19663c8799da', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-149643da-cefa-48a0-915d-19663c8799da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": "2026-06-22T09:24:10.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:13,695 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.032s
2026-06-22 09:24:13,695 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc9354c6-94f6-474a-b93a-de12771abc5f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9354c6-94f6-474a-b93a-de12771abc5f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": "2026-06-22T09:24:10.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:14,742 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.040s
2026-06-22 09:24:14,742 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-238359a6-31b3-41d5-b989-6e46e6619d75', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-238359a6-31b3-41d5-b989-6e46e6619d75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": "2026-06-22T09:24:14.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "volume_image_metadata": {"signature_verified": "False"}}}'
2026-06-22 09:24:15,779 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.027s
2026-06-22 09:24:15,780 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-914e97ca-82e7-41c9-8eae-9c0d068739ab', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-914e97ca-82e7-41c9-8eae-9c0d068739ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": "2026-06-22T09:24:14.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "volume_image_metadata": {"signature_verified": "False"}}}'
2026-06-22 09:24:16,826 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.038s
2026-06-22 09:24:16,826 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783e5a13-b89a-4b94-8742-829647455391', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783e5a13-b89a-4b94-8742-829647455391', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": "2026-06-22T09:24:14.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "volume_image_metadata": {"signature_verified": "False"}}}'
2026-06-22 09:24:17,874 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.040s
2026-06-22 09:24:17,874 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32874fa1-9ad1-429e-a2cc-24fdec4d80e1', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32874fa1-9ad1-429e-a2cc-24fdec4d80e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": "2026-06-22T09:24:14.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "volume_image_metadata": {"signature_verified": "False"}}}'
2026-06-22 09:24:18,917 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797 0.035s
2026-06-22 09:24:18,917 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2798365c-bede-418d-b17a-3b4c575242aa', 'content-length': '1394', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2798365c-bede-418d-b17a-3b4c575242aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797'}
Body: b'{"volume": {"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:09.000000", "updated_at": "2026-06-22T09:24:18.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1953716074", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/61beae58-0b75-465b-b824-dbae3ccc1797"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}}}'
2026-06-22 09:24:18,923 106588 INFO [tempest.common.waiters] volume 61beae58-0b75-465b-b824-dbae3ccc1797 reached available after waiting for 9.923355 seconds
2026-06-22 09:24:19,117 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST https://10.4.3.11/volume/v3/volumes 0.194s
2026-06-22 09:24:19,117 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1890628385"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9001eab-9745-4e49-aecf-6441da87e74d', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9001eab-9745-4e49-aecf-6441da87e74d', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/volumes'}
Body: b'{"volume": {"id": "f1fbb96f-a9cd-4cb0-a569-009454b305b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:19.039806", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1890628385", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 09:24:19,168 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0 0.042s
2026-06-22 09:24:19,168 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9fa1faa-9274-4891-aba8-c8fcc63a8032', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9fa1faa-9274-4891-aba8-c8fcc63a8032', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0'}
Body: b'{"volume": {"id": "f1fbb96f-a9cd-4cb0-a569-009454b305b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:19.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1890628385", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:20,206 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0 0.032s
2026-06-22 09:24:20,207 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae0f5551-478e-453b-9718-83f686b66b6b', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae0f5551-478e-453b-9718-83f686b66b6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0'}
Body: b'{"volume": {"id": "f1fbb96f-a9cd-4cb0-a569-009454b305b0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:19.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1890628385", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/f1fbb96f-a9cd-4cb0-a569-009454b305b0"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:20,218 106588 INFO [tempest.common.waiters] volume f1fbb96f-a9cd-4cb0-a569-009454b305b0 reached available after waiting for 1.218807 seconds
2026-06-22 09:24:20,577 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST https://10.4.3.11/volume/v3/volumes 0.358s
2026-06-22 09:24:20,578 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-2031386965"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b5c8bcf-7f8f-4fc4-9b77-6af661447f9c', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b5c8bcf-7f8f-4fc4-9b77-6af661447f9c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/volumes'}
Body: b'{"volume": {"id": "c8091c7c-bb59-4731-a4c4-f4facf5dcd99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:20.346124", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2031386965", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 09:24:20,626 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99 0.038s
2026-06-22 09:24:20,626 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2292c2b-3c19-4fb3-a86f-12eade409daf', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2292c2b-3c19-4fb3-a86f-12eade409daf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99'}
Body: b'{"volume": {"id": "c8091c7c-bb59-4731-a4c4-f4facf5dcd99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:20.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-2031386965", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:21,663 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/volume/v3/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99 0.028s
2026-06-22 09:24:21,663 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e93d38-5be4-4583-90c5-ff1ab11b7ddd', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e93d38-5be4-4583-90c5-ff1ab11b7ddd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99'}
Body: b'{"volume": {"id": "c8091c7c-bb59-4731-a4c4-f4facf5dcd99", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:20.000000", "updated_at": "2026-06-22T09:24:21.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-2031386965", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/c8091c7c-bb59-4731-a4c4-f4facf5dcd99"}], "user_id": "323e4fbec2ac48669f0f4d4315741165", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:21,668 106588 INFO [tempest.common.waiters] volume c8091c7c-bb59-4731-a4c4-f4facf5dcd99 reached available after waiting for 1.668390 seconds
2026-06-22 09:24:22,245 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST https://10.4.3.11/networking/v2.0/networks 0.577s
2026-06-22 09:24:22,245 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-device-tagging-net1-464284507"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '612', 'x-openstack-request-id': 'req-0ff43f07-4fd0-4faa-96ef-200c7d31469d', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/networks'}
Body: b'{"network":{"id":"d787fd92-36c7-4c4a-bce7-1097b8708f72","name":"tempest-device-tagging-net1-464284507","tenant_id":"49d3819baabc49a49b3568d05a9f3a56","project_id":"49d3819baabc49a49b3568d05a9f3a56","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2026-06-22T09:24:21Z","updated_at":"2026-06-22T09:24:21Z","revision_number":1}}'
2026-06-22 09:24:22,719 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST https://10.4.3.11/networking/v2.0/networks 0.473s
2026-06-22 09:24:22,719 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-device-tagging-net2-2074675305"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '613', 'x-openstack-request-id': 'req-487b35b7-1043-4801-b20f-9b0c6928ad0f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/networks'}
Body: b'{"network":{"id":"0aa43062-bf33-4178-b694-768102d39034","name":"tempest-device-tagging-net2-2074675305","tenant_id":"49d3819baabc49a49b3568d05a9f3a56","project_id":"49d3819baabc49a49b3568d05a9f3a56","admin_state_up":true,"mtu":1372,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2026-06-22T09:24:22Z","updated_at":"2026-06-22T09:24:22Z","revision_number":1}}'
2026-06-22 09:24:23,634 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST https://10.4.3.11/networking/v2.0/subnets 0.914s
2026-06-22 09:24:23,634 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "d787fd92-36c7-4c4a-bce7-1097b8708f72", "cidr": "10.1.1.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '619', 'x-openstack-request-id': 'req-a87c5f83-42a8-4d56-badb-60864fbd2dc4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"5d88b2e7-c19a-4c09-9329-42312e94920e","name":"","project_id":"49d3819baabc49a49b3568d05a9f3a56","network_id":"d787fd92-36c7-4c4a-bce7-1097b8708f72","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2026-06-22T09:24:22Z","updated_at":"2026-06-22T09:24:22Z","revision_number":0,"tenant_id":"49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:24,177 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST https://10.4.3.11/networking/v2.0/subnets 0.542s
2026-06-22 09:24:24,177 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "0aa43062-bf33-4178-b694-768102d39034", "cidr": "10.2.2.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '619', 'x-openstack-request-id': 'req-291c828c-e3e0-4224-928f-769abf872685', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"07613364-f050-438d-a434-945c32dcc2b1","name":"","project_id":"49d3819baabc49a49b3568d05a9f3a56","network_id":"0aa43062-bf33-4178-b694-768102d39034","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2026-06-22T09:24:23Z","updated_at":"2026-06-22T09:24:23Z","revision_number":0,"tenant_id":"49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:24,631 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST https://10.4.3.11/networking/v2.0/ports 0.454s
2026-06-22 09:24:24,632 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "d787fd92-36c7-4c4a-bce7-1097b8708f72", "name": "tempest-TaggedBootDevicesTest_v242-538503015", "fixed_ips": [{"subnet_id": "5d88b2e7-c19a-4c09-9329-42312e94920e"}]}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-4e2bc34a-11e6-4fcd-8711-040cf2af71e8', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/ports'}
Body: b'{"port":{"id":"624acc0a-1535-4fba-a69f-6757a1813898","name":"tempest-TaggedBootDevicesTest_v242-538503015","network_id":"d787fd92-36c7-4c4a-bce7-1097b8708f72","project_id":"49d3819baabc49a49b3568d05a9f3a56","mac_address":"fa:16:3e:6c:34:76","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"5d88b2e7-c19a-4c09-9329-42312e94920e","ip_address":"10.1.1.200"}],"tenant_id":"49d3819baabc49a49b3568d05a9f3a56","port_security_enabled":true,"security_groups":["640b1753-3ea0-4d19-ba78-bd262dd13ae6"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2026-06-22T09:24:24Z","updated_at":"2026-06-22T09:24:24Z","revision_number":1}}'
2026-06-22 09:24:25,022 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST https://10.4.3.11/networking/v2.0/ports 0.389s
2026-06-22 09:24:25,022 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "d787fd92-36c7-4c4a-bce7-1097b8708f72", "name": "tempest-TaggedBootDevicesTest_v242-2041177188", "fixed_ips": [{"subnet_id": "5d88b2e7-c19a-4c09-9329-42312e94920e"}]}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-14b5c531-3a81-415f-86d8-1e5c6ae728d0', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/ports'}
Body: b'{"port":{"id":"808da5a8-d5ab-4a8d-bc47-119ef343bd15","name":"tempest-TaggedBootDevicesTest_v242-2041177188","network_id":"d787fd92-36c7-4c4a-bce7-1097b8708f72","project_id":"49d3819baabc49a49b3568d05a9f3a56","mac_address":"fa:16:3e:0d:be:d9","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"5d88b2e7-c19a-4c09-9329-42312e94920e","ip_address":"10.1.1.133"}],"tenant_id":"49d3819baabc49a49b3568d05a9f3a56","port_security_enabled":true,"security_groups":["640b1753-3ea0-4d19-ba78-bd262dd13ae6"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2026-06-22T09:24:24Z","updated_at":"2026-06-22T09:24:24Z","revision_number":1}}'
2026-06-22 09:24:25,022 106588 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-22 09:24:25,022 106588 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-22 09:24:25,100 106588 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/compute/v2.1/os-keypairs 0.077s
2026-06-22 09:24:25,100 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1663953817", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAyvX4thBODseL/kNE1q7rwvYZWhhe+2eYSfJKVvLZEEue3E+LkyQZIrHCP3ZB22lrf3h77zu8iGAZP865xr/Sx+5svBDOxeC/sgRSNmXW5QSDBwfAVNFiTclehlTDl6gg=="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6910e75f-ff8b-4b99-aecd-768417bf61be', 'x-compute-request-id': 'req-6910e75f-ff8b-4b99-aecd-768417bf61be', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1663953817", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAyvX4thBODseL/kNE1q7rwvYZWhhe+2eYSfJKVvLZEEue3E+LkyQZIrHCP3ZB22lrf3h77zu8iGAZP865xr/Sx+5svBDOxeC/sgRSNmXW5QSDBwfAVNFiTclehlTDl6gg==", "fingerprint": "2b:2e:69:2b:5c:bc:74:51:6d:a5:f5:b7:6a:1a:22:90", "user_id": "323e4fbec2ac48669f0f4d4315741165"}}'
2026-06-22 09:24:25,102 106588 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1663953817 created
2026-06-22 09:24:25,367 106588 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/security-groups 0.264s
2026-06-22 09:24:25,367 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1309957897", "description": "tempest-description--522250859"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-081f8268-1d93-4554-b76c-f6681e430284', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba", "name": "tempest-securitygroup--1309957897", "stateful": true, "tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "project_id": "49d3819baabc49a49b3568d05a9f3a56", "description": "tempest-description--522250859", "shared": false, "security_group_rules": [{"id": "3d005e0d-9261-4439-baad-ee6356587f90", "project_id": "49d3819baabc49a49b3568d05a9f3a56", "security_group_id": "38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba", "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": 258, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T09:24:25Z", "updated_at": "2026-06-22T09:24:25Z", "revision_number": 0, "tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}, {"id": "7e6df936-a3c8-49e5-9479-666662c2eb85", "project_id": "49d3819baabc49a49b3568d05a9f3a56", "security_group_id": "38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba", "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": 257, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T09:24:25Z", "updated_at": "2026-06-22T09:24:25Z", "revision_number": 0, "tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}], "tags": [], "created_at": "2026-06-22T09:24:25Z", "updated_at": "2026-06-22T09:24:25Z", "revision_number": 1}}'
2026-06-22 09:24:25,532 106588 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/security-group-rules 0.164s
2026-06-22 09:24:25,532 106588 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": "38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b47c3d10-ac01-4e2b-abf1-ec7ba1c11f8e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "16dbbb98-1f48-45ca-a76e-cc4edef64711", "project_id": "49d3819baabc49a49b3568d05a9f3a56", "security_group_id": "38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-22T09:24:25Z", "updated_at": "2026-06-22T09:24:25Z", "revision_number": 0, "tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:25,682 106588 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/security-group-rules 0.150s
2026-06-22 09:24:25,683 106588 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": "38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-196c24ce-4d05-40ab-9c14-b0a3963fe4eb', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "57f96efe-16de-49b7-bbb6-eac08156d366", "project_id": "49d3819baabc49a49b3568d05a9f3a56", "security_group_id": "38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-22T09:24:25Z", "updated_at": "2026-06-22T09:24:25Z", "revision_number": 0, "tenant_id": "49d3819baabc49a49b3568d05a9f3a56"}}'
2026-06-22 09:24:25,683 106588 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1309957897 created
2026-06-22 09:24:26,691 106588 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.11/networking/v2.0/floatingips 1.008s
2026-06-22 09:24:26,691 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "effd3aa2-c3c5-4d99-821f-ae964d500628"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-80e6b7a8-aa0c-43d8-ac0f-b93ecf9e612d', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "e52cf989-a255-45cb-9790-3a441d39e8f5", "tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "project_id": "49d3819baabc49a49b3568d05a9f3a56", "floating_ip_address": "172.24.5.158", "floating_network_id": "effd3aa2-c3c5-4d99-821f-ae964d500628", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-22T09:24:26Z", "updated_at": "2026-06-22T09:24:26Z", "revision_number": 0}}'
2026-06-22 09:24:26,691 106588 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e52cf989-a255-45cb-9790-3a441d39e8f5', 'tenant_id': '49d3819baabc49a49b3568d05a9f3a56', 'project_id': '49d3819baabc49a49b3568d05a9f3a56', 'floating_ip_address': '172.24.5.158', 'floating_network_id': 'effd3aa2-c3c5-4d99-821f-ae964d500628', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-22T09:24:26Z', 'updated_at': '2026-06-22T09:24:26Z', 'revision_number': 0, 'ip': '172.24.5.158'} created
2026-06-22 09:24:26,915 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST https://10.4.3.11/identity/v3/auth/tokens 0.220s
2026-06-22 09:24:26,916 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2939', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8b692c71-8f1b-47c7-98b1-d2320997ac08', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "323e4fbec2ac48669f0f4d4315741165", "name": "tempest-TaggedBootDevicesTest_v242-1816238285-project-member", "password_expires_at": null}, "audit_ids": ["APCdoMypR9e2ItuUWMIdeA"], "expires_at": "2026-06-22T10:24:26.000000Z", "issued_at": "2026-06-22T09:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49d3819baabc49a49b3568d05a9f3a56", "name": "tempest-TaggedBootDevicesTest_v242-1816238285"}, "is_domain": false, "roles": [{"id": "7ec1d2cebc87484ba88c597c75edd510", "name": "reader"}, {"id": "36fbda2435964f739ccfc0cd656e2e85", "name": "member"}], "catalog": [{"endpoints": [{"id": "4e12cf67b78049ca804ddbdebbc8f7c0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/networking", "region": "RegionOne"}], "id": "1a30fde46d364cbf89b525f529f7639a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "96c86ba5ce9046a2b60a151460784d5c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/identity", "region": "RegionOne"}], "id": "32eb9211ea6b4eb98f7f78e218db10f9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "e83952fc06184d8992f9f5738f411483", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2/49d3819baabc49a49b3568d05a9f3a56", "region": "RegionOne"}], "id": "4593d22468e545b6a855a55842789076", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5c3a0ef604b2470faba8c54ebb3793ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2.1", "region": "RegionOne"}], "id": "606f7444d1c74a43950a69ea8767caef", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "6584126b6ac740db88b5805e029c772d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/image", "region": "RegionOne"}], "id": "767d31e261fc46c587b34ad4ef8a6de2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f25a21407ab24ca3bfbb0ddf31fd2059", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/placement", "region": "RegionOne"}], "id": "b5727384b3944aa5b8c0e0acc507b747", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3a48639faf00478ea82593363315e902", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/volume/v3", "region": "RegionOne"}], "id": "e6d488d39e23449b93073b170f4364ff", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "443e51d74b82402eb890feeeb51a9277", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.11:8080", "region": "RegionOne"}, {"id": "b7d7bcfc4765440c927f8f3b36f8f5cf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11:8080/v1/AUTH_49d3819baabc49a49b3568d05a9f3a56", "region": "RegionOne"}], "id": "f9bdcb0c1b964ff2b5786d0d21056485", "type": "object-store", "name": "swift"}]}}'
2026-06-22 09:24:26,916 106588 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'e2188787-2979-4828-9692-a06a374d8f2c', 'name': 'tempest-TaggedBootDevicesTest_v242-1496524436-network', 'tenant_id': '49d3819baabc49a49b3568d05a9f3a56', 'project_id': '49d3819baabc49a49b3568d05a9f3a56', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21806, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-22T09:23:49Z', 'updated_at': '2026-06-22T09:23:49Z', 'revision_number': 1} available for tenant
2026-06-22 09:24:27,057 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST https://10.4.3.11/identity/v3/auth/tokens 0.138s
2026-06-22 09:24:27,057 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2939', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-701a931a-ba61-4c15-af20-e76085530d4b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.11/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "323e4fbec2ac48669f0f4d4315741165", "name": "tempest-TaggedBootDevicesTest_v242-1816238285-project-member", "password_expires_at": null}, "audit_ids": ["VgHCj2b1Q3i4mM5ftC3pyg"], "expires_at": "2026-06-22T10:24:27.000000Z", "issued_at": "2026-06-22T09:24:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49d3819baabc49a49b3568d05a9f3a56", "name": "tempest-TaggedBootDevicesTest_v242-1816238285"}, "is_domain": false, "roles": [{"id": "7ec1d2cebc87484ba88c597c75edd510", "name": "reader"}, {"id": "36fbda2435964f739ccfc0cd656e2e85", "name": "member"}], "catalog": [{"endpoints": [{"id": "4e12cf67b78049ca804ddbdebbc8f7c0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/networking", "region": "RegionOne"}], "id": "1a30fde46d364cbf89b525f529f7639a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "96c86ba5ce9046a2b60a151460784d5c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/identity", "region": "RegionOne"}], "id": "32eb9211ea6b4eb98f7f78e218db10f9", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "e83952fc06184d8992f9f5738f411483", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2/49d3819baabc49a49b3568d05a9f3a56", "region": "RegionOne"}], "id": "4593d22468e545b6a855a55842789076", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5c3a0ef604b2470faba8c54ebb3793ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/compute/v2.1", "region": "RegionOne"}], "id": "606f7444d1c74a43950a69ea8767caef", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "6584126b6ac740db88b5805e029c772d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/image", "region": "RegionOne"}], "id": "767d31e261fc46c587b34ad4ef8a6de2", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f25a21407ab24ca3bfbb0ddf31fd2059", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/placement", "region": "RegionOne"}], "id": "b5727384b3944aa5b8c0e0acc507b747", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3a48639faf00478ea82593363315e902", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11/volume/v3", "region": "RegionOne"}], "id": "e6d488d39e23449b93073b170f4364ff", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "443e51d74b82402eb890feeeb51a9277", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.11:8080", "region": "RegionOne"}, {"id": "b7d7bcfc4765440c927f8f3b36f8f5cf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.11:8080/v1/AUTH_49d3819baabc49a49b3568d05a9f3a56", "region": "RegionOne"}], "id": "f9bdcb0c1b964ff2b5786d0d21056485", "type": "object-store", "name": "swift"}]}}'
2026-06-22 09:24:27,057 106588 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'e2188787-2979-4828-9692-a06a374d8f2c', 'name': 'tempest-TaggedBootDevicesTest_v242-1496524436-network', 'tenant_id': '49d3819baabc49a49b3568d05a9f3a56', 'project_id': '49d3819baabc49a49b3568d05a9f3a56', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21806, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-22T09:23:49Z', 'updated_at': '2026-06-22T09:23:49Z', 'revision_number': 1} available for tenant
2026-06-22 09:24:27,058 106588 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1663953817', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAyvX4thBODseL/kNE1q7rwvYZWhhe+2eYSfJKVvLZEEue3E+LkyQZIrHCP3ZB22lrf3h77zu8iGAZP865xr/Sx+5svBDOxeC/sgRSNmXW5QSDBwfAVNFiTclehlTDl6gg==', 'fingerprint': '2b:2e:69:2b:5c:bc:74:51:6d:a5:f5:b7:6a:1a:22:90', 'user_id': '323e4fbec2ac48669f0f4d4315741165', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBqbTzO0jYiO4uXOmmM9VoIsboGS02tqGH6X6LmSwxs8U51+n8kTy0m\n1HT7KIuvuXugBwYFK4EEACKhZANiAAQMr1+LYQTg7Hi/5DRNau68L2GVoYXvtnmE\nnySlby2RBLntxPi5MkGSKxwj92Qdtpa394e+87vIhgGT/Ouca/0sfubLwQzsXgv7\nIEUjZl1uUEgwcHwFTRYk3JXoZUw5eoI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba', 'name': 'tempest-securitygroup--1309957897', 'stateful': True, 'tenant_id': '49d3819baabc49a49b3568d05a9f3a56', 'project_id': '49d3819baabc49a49b3568d05a9f3a56', 'description': 'tempest-description--522250859', 'shared': False, 'security_group_rules': [{'id': '3d005e0d-9261-4439-baad-ee6356587f90', 'project_id': '49d3819baabc49a49b3568d05a9f3a56', 'security_group_id': '38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 258, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T09:24:25Z', 'updated_at': '2026-06-22T09:24:25Z', 'revision_number': 0, 'tenant_id': '49d3819baabc49a49b3568d05a9f3a56'}, {'id': '7e6df936-a3c8-49e5-9479-666662c2eb85', 'project_id': '49d3819baabc49a49b3568d05a9f3a56', 'security_group_id': '38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 257, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T09:24:25Z', 'updated_at': '2026-06-22T09:24:25Z', 'revision_number': 0, 'tenant_id': '49d3819baabc49a49b3568d05a9f3a56'}], 'tags': [], 'created_at': '2026-06-22T09:24:25Z', 'updated_at': '2026-06-22T09:24:25Z', 'revision_number': 1}, 'floating_ip': {'id': 'e52cf989-a255-45cb-9790-3a441d39e8f5', 'tenant_id': '49d3819baabc49a49b3568d05a9f3a56', 'project_id': '49d3819baabc49a49b3568d05a9f3a56', 'floating_ip_address': '172.24.5.158', 'floating_network_id': 'effd3aa2-c3c5-4d99-821f-ae964d500628', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-22T09:24:26Z', 'updated_at': '2026-06-22T09:24:26Z', 'revision_number': 0, 'ip': '172.24.5.158'}}
2026-06-22 09:24:40,714 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST https://10.4.3.11/compute/v2.1/servers 13.655s
2026-06-22 09:24:40,714 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-device-tagging-server-1846584424", "imageRef": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "e2188787-2979-4828-9692-a06a374d8f2c"}, {"port": "624acc0a-1535-4fba-a69f-6757a1813898", "tag": "port-1"}, {"port": "808da5a8-d5ab-4a8d-bc47-119ef343bd15", "tag": "port-2"}, {"uuid": "d787fd92-36c7-4c4a-bce7-1097b8708f72", "tag": "net-1"}, {"uuid": "d787fd92-36c7-4c4a-bce7-1097b8708f72"}, {"uuid": "0aa43062-bf33-4178-b694-768102d39034", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "0aa43062-bf33-4178-b694-768102d39034", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "61beae58-0b75-465b-b824-dbae3ccc1797", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "f1fbb96f-a9cd-4cb0-a569-009454b305b0", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "c8091c7c-bb59-4731-a4c4-f4facf5dcd99", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1309957897"}], "key_name": "tempest-keypair-1663953817", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '404', 'location': 'https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73710dc8-b717-421f-8566-be5b47c4f80d', 'x-compute-request-id': 'req-73710dc8-b717-421f-8566-be5b47c4f80d', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/compute/v2.1/servers'}
Body: b'{"server": {"id": "12e6bf3b-4866-48f8-ba22-b67e579bef37", "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1309957897"}], "adminPass": "JK6bi3FaGUS5"}}'
2026-06-22 09:24:40,833 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37 0.117s
2026-06-22 09:24:40,833 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87698bb3-7604-40c0-a472-4eeca06f37b8', 'x-compute-request-id': 'req-87698bb3-7604-40c0-a472-4eeca06f37b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:41Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "12e6bf3b-4866-48f8-ba22-b67e579bef37", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}], "metadata": {}, "name": "tempest-device-tagging-server-1846584424", "status": "BUILD", "tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "user_id": "323e4fbec2ac48669f0f4d4315741165", "updated": "2026-06-22T09:24:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1663953817", "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": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:41,939 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37 0.093s
2026-06-22 09:24:41,939 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-905c7a56-93e0-44dd-bb23-ca1710d4eded', 'x-compute-request-id': 'req-905c7a56-93e0-44dd-bb23-ca1710d4eded', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:41Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "12e6bf3b-4866-48f8-ba22-b67e579bef37", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}], "metadata": {}, "name": "tempest-device-tagging-server-1846584424", "status": "BUILD", "tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "user_id": "323e4fbec2ac48669f0f4d4315741165", "updated": "2026-06-22T09:24:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1663953817", "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": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:43,074 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37 0.127s
2026-06-22 09:24:43,074 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1522', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67bf68b6-a97f-4b23-b1c6-82b24033e63f', 'x-compute-request-id': 'req-67bf68b6-a97f-4b23-b1c6-82b24033e63f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "", "id": "12e6bf3b-4866-48f8-ba22-b67e579bef37", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}], "metadata": {}, "name": "tempest-device-tagging-server-1846584424", "status": "BUILD", "tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "user_id": "323e4fbec2ac48669f0f4d4315741165", "updated": "2026-06-22T09:24:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1663953817", "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": [{"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "delete_on_termination": false}, {"id": "f1fbb96f-a9cd-4cb0-a569-009454b305b0", "delete_on_termination": false}, {"id": "c8091c7c-bb59-4731-a4c4-f4facf5dcd99", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:44,205 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37 0.124s
2026-06-22 09:24:44,205 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38e7c676-5fe0-44a1-94e0-33b3b1e04b7a', 'x-compute-request-id': 'req-38e7c676-5fe0-44a1-94e0-33b3b1e04b7a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "8676f4cfdd0ed8c577b02752c87971030816e9441c3f698c3f4ca55d", "id": "12e6bf3b-4866-48f8-ba22-b67e579bef37", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}], "metadata": {}, "name": "tempest-device-tagging-server-1846584424", "status": "BUILD", "tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "user_id": "323e4fbec2ac48669f0f4d4315741165", "updated": "2026-06-22T09:24:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1663953817", "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": [{"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "delete_on_termination": false}, {"id": "f1fbb96f-a9cd-4cb0-a569-009454b305b0", "delete_on_termination": false}, {"id": "c8091c7c-bb59-4731-a4c4-f4facf5dcd99", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:24:44,212 106588 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait
2026-06-22 09:24:45,348 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37 0.135s
2026-06-22 09:24:45,348 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6275e6a-7a14-4663-a6cb-14e6ea292a2c', 'x-compute-request-id': 'req-a6275e6a-7a14-4663-a6cb-14e6ea292a2c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T09:24:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/flavors/42"}]}, "hostId": "8676f4cfdd0ed8c577b02752c87971030816e9441c3f698c3f4ca55d", "id": "12e6bf3b-4866-48f8-ba22-b67e579bef37", "image": {"id": "da4359a2-e5ef-4a68-a501-ba1b700f5b89", "links": [{"rel": "bookmark", "href": "https://10.4.3.11/compute/images/da4359a2-e5ef-4a68-a501-ba1b700f5b89"}]}, "links": [{"rel": "self", "href": "https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}, {"rel": "bookmark", "href": "https://10.4.3.11/compute/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37"}], "metadata": {}, "name": "tempest-device-tagging-server-1846584424", "status": "BUILD", "tenant_id": "49d3819baabc49a49b3568d05a9f3a56", "user_id": "323e4fbec2ac48669f0f4d4315741165", "updated": "2026-06-22T09:24:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1663953817", "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": [{"id": "61beae58-0b75-465b-b824-dbae3ccc1797", "delete_on_termination": false}, {"id": "f1fbb96f-a9cd-4cb0-a569-009454b305b0", "delete_on_termination": false}, {"id": "c8091c7c-bb59-4731-a4c4-f4facf5dcd99", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-06-22 09:25:00,986 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 GET https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37 14.626s
2026-06-22 09:25:00,986 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-8dd277ef-35f8-446c-a628-35f264d38a7e', 'x-compute-request-id': 'req-8dd277ef-35f8-446c-a628-35f264d38a7e', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,081 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 DELETE https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37 0.094s
2026-06-22 09:25:01,081 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-7bc6b679-20e1-4f4a-abd2-8279dcb7024c', 'x-compute-request-id': 'req-7bc6b679-20e1-4f4a-abd2-8279dcb7024c', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,081 106588 ERROR [tempest.common.compute] Deleting server 12e6bf3b-4866-48f8-ba22-b67e579bef37 failed
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.081 106588 ERROR tempest.common.compute
2026-06-22 09:25:01,156 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 GET https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37 0.071s
2026-06-22 09:25:01,156 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-30869870-a262-4e32-976b-69609af27a76', 'x-compute-request-id': 'req-30869870-a262-4e32-976b-69609af27a76', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/servers/12e6bf3b-4866-48f8-ba22-b67e579bef37'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,156 106588 ERROR [tempest.common.compute] Server 12e6bf3b-4866-48f8-ba22-b67e579bef37 failed to delete in time
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.156 106588 ERROR tempest.common.compute
2026-06-22 09:25:01,217 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 500 DELETE https://10.4.3.11/compute/v2.1/os-keypairs/tempest-keypair-1663953817 0.055s
2026-06-22 09:25:01,217 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-b5d8a3e9-6ce7-4626-aa6e-c4b7937fed83', 'x-compute-request-id': 'req-b5d8a3e9-6ce7-4626-aa6e-c4b7937fed83', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/compute/v2.1/os-keypairs/tempest-keypair-1663953817'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 09:25:01,217 106588 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-1663953817
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources Details: Unexpected API Error. Please contact the administrator
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 09:25:01.217 106588 ERROR tempest.lib.common.validation_resources
2026-06-22 09:25:03,751 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/security-groups/38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba 2.532s
2026-06-22 09:25:03,751 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-f9f318de-b45f-4517-8be9-4c8830b9fc4c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/security-groups/38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba'}
Body: b''
2026-06-22 09:25:03,973 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET https://10.4.3.11/networking/v2.0/security-groups/38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba 0.222s
2026-06-22 09:25:03,974 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7ba7cfc6-1fe3-4d4b-95ee-26cdd240116f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11/networking/v2.0/security-groups/38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 38d91a19-f7c9-46c5-a0f1-e5ffb6d4adba does not exist", "detail": ""}}'
2026-06-22 09:25:04,885 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/floatingips/e52cf989-a255-45cb-9790-3a441d39e8f5 0.911s
2026-06-22 09:25:04,885 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-1a463a55-2a04-454a-a794-f7f68d22c839', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/floatingips/e52cf989-a255-45cb-9790-3a441d39e8f5'}
Body: b''
2026-06-22 09:25:05,244 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/ports/808da5a8-d5ab-4a8d-bc47-119ef343bd15 0.357s
2026-06-22 09:25:05,244 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-bc9efbb5-b513-416c-a758-d387e60fd740', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/ports/808da5a8-d5ab-4a8d-bc47-119ef343bd15'}
Body: b''
2026-06-22 09:25:05,822 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/ports/624acc0a-1535-4fba-a69f-6757a1813898 0.577s
2026-06-22 09:25:05,822 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-485bc7d6-f84c-46f1-8f28-e48166438d00', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/ports/624acc0a-1535-4fba-a69f-6757a1813898'}
Body: b''
2026-06-22 09:25:05,972 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/subnets/07613364-f050-438d-a434-945c32dcc2b1 0.150s
2026-06-22 09:25:05,972 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-8464cc9f-236a-483b-86a0-bca1f103332b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/subnets/07613364-f050-438d-a434-945c32dcc2b1'}
Body: b''
2026-06-22 09:25:27,523 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/subnets/5d88b2e7-c19a-4c09-9329-42312e94920e 21.551s
2026-06-22 09:25:27,523 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-9bdaa495-a305-407c-b738-3c89e9af0ef9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/subnets/5d88b2e7-c19a-4c09-9329-42312e94920e'}
Body: b''
2026-06-22 09:26:54,917 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/networks/0aa43062-bf33-4178-b694-768102d39034 87.393s
2026-06-22 09:26:54,917 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-1b71207e-003a-479c-b777-8cbd30269ef1', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/networks/0aa43062-bf33-4178-b694-768102d39034'}
Body: b''
2026-06-22 09:27:54,640 106588 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE https://10.4.3.11/networking/v2.0/networks/d787fd92-36c7-4c4a-bce7-1097b8708f72 59.722s
2026-06-22 09:27:54,640 106588 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:26:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-5e6f479a-41e6-4030-942b-71c1589553e7', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11/networking/v2.0/networks/d787fd92-36c7-4c4a-bce7-1097b8708f72'}
Body: b''
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/fixture.py", line 162, in cleanUp
return self._cleanups(raise_errors=raise_first) # type: ignore[misc]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/callmany.py", line 121, in __call__
raise exc.with_traceback(error[2])
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/callmany.py", line 113, in __call__
cleanup(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources
raise has_exception
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
keypair_client.delete_keypair(keypair_name)
File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 189, in test_tagged_boot_devices
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
| tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
fail
ft83.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 09:24:14,842 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 202 POST https://10.4.3.11/volume/v3/volumes 0.442s
2026-06-22 09:24:14,842 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsAdminTest-Volume-306529231"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed962e53-1d17-4668-b401-098418cd9ed8', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed962e53-1d17-4668-b401-098418cd9ed8', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/volumes'}
Body: b'{"volume": {"id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:14.785479", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-306529231", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53"}], "user_id": "bd08dd1a05d64c20ba2902754d2cee16", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 09:24:14,875 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53 0.028s
2026-06-22 09:24:14,875 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be042c4-3063-4bfb-89ae-7b2650243774', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be042c4-3063-4bfb-89ae-7b2650243774', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53'}
Body: b'{"volume": {"id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:15.000000", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-306529231", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53"}], "user_id": "bd08dd1a05d64c20ba2902754d2cee16", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f24bf00d344144d48739001f1e19133f"}}'
2026-06-22 09:24:15,918 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53 0.035s
2026-06-22 09:24:15,919 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66c2674d-aad7-4497-819e-ef40ff5bc95d', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66c2674d-aad7-4497-819e-ef40ff5bc95d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53'}
Body: b'{"volume": {"id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:15.000000", "updated_at": "2026-06-22T09:24:15.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-306529231", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53"}], "user_id": "bd08dd1a05d64c20ba2902754d2cee16", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f24bf00d344144d48739001f1e19133f"}}'
2026-06-22 09:24:15,924 106590 INFO [tempest.common.waiters] volume 284f7c94-733c-4ee3-a5f1-f98822db9a53 reached available after waiting for 1.924425 seconds
2026-06-22 09:24:16,076 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 202 POST https://10.4.3.11/volume/v3/backups 0.152s
2026-06-22 09:24:16,076 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"backup": {"volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "container": "tempest-volumesbackupsadmintest-backup-container-125477294"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ac37a5-e1a0-406f-a29f-686d592e22bf', 'content-length': '333', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ac37a5-e1a0-406f-a29f-686d592e22bf', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/backups'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}]}}'
2026-06-22 09:24:16,102 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.024s
2026-06-22 09:24:16,103 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c72733e9-bb80-4b16-a590-421fed3b21d0', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c72733e9-bb80-4b16-a590-421fed3b21d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:16.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:17,126 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.019s
2026-06-22 09:24:17,126 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1a5f94-68cb-441b-b811-a22a1b740694', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1a5f94-68cb-441b-b811-a22a1b740694', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:16.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:18,150 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.021s
2026-06-22 09:24:18,151 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af96bb1f-5a0a-4a16-ae91-780e9e89e881', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af96bb1f-5a0a-4a16-ae91-780e9e89e881', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:16.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:19,179 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.023s
2026-06-22 09:24:19,179 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5019803d-0479-40f9-889e-260c87f7fd89', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5019803d-0479-40f9-889e-260c87f7fd89', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:20,210 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.027s
2026-06-22 09:24:20,210 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94cff0b8-768e-4fab-9fae-d6865ae23e64', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94cff0b8-768e-4fab-9fae-d6865ae23e64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:21,232 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.017s
2026-06-22 09:24:21,232 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3970ca1-631b-499e-aad0-6a1e4d35c464', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3970ca1-631b-499e-aad0-6a1e4d35c464', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:22,281 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.044s
2026-06-22 09:24:22,282 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b137fcc4-42d3-4eaa-bced-887f8655ac42', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b137fcc4-42d3-4eaa-bced-887f8655ac42', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:23,305 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.017s
2026-06-22 09:24:23,305 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d4d6d48-23e2-4f0d-8eac-aac3fcf1fc43', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d4d6d48-23e2-4f0d-8eac-aac3fcf1fc43', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:24,329 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.021s
2026-06-22 09:24:24,330 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12cd6c87-d21f-4ef3-b4cf-bc4b9f9da653', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12cd6c87-d21f-4ef3-b4cf-bc4b9f9da653', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:25,353 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.018s
2026-06-22 09:24:25,353 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20e5137a-3e23-4a0d-ae5f-8559114307ea', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20e5137a-3e23-4a0d-ae5f-8559114307ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:26,380 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.020s
2026-06-22 09:24:26,380 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb9c10a1-1fec-4c74-b04f-5d8f0f22ddd5', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb9c10a1-1fec-4c74-b04f-5d8f0f22ddd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:27,401 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.017s
2026-06-22 09:24:27,402 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8766cde4-35b2-4bc3-a912-cb5dd9667094', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8766cde4-35b2-4bc3-a912-cb5dd9667094', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:28,439 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.034s
2026-06-22 09:24:28,439 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68473c77-8966-47d4-975f-8597865a8269', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68473c77-8966-47d4-975f-8597865a8269', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:29,468 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.025s
2026-06-22 09:24:29,469 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03d08964-e8a4-4cd6-a03f-22380163e18f', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03d08964-e8a4-4cd6-a03f-22380163e18f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:30,762 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.288s
2026-06-22 09:24:30,762 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47d4623-ebc7-4fd6-9323-f4d74a07d048', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47d4623-ebc7-4fd6-9323-f4d74a07d048', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"backup": {"id": "3c880187-e3c2-43bf-aad5-7ea803fe774d", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-125477294", "created_at": "2026-06-22T09:24:16.000000", "updated_at": "2026-06-22T09:24:19.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-2035595729", "description": null, "fail_reason": null, "volume_id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:16.000000"}}'
2026-06-22 09:24:36,063 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 500 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 4.298s
2026-06-22 09:24:36,064 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d50646-fe4c-4b7f-ae7e-1751622076f4', 'x-openstack-request-id': 'req-32d50646-fe4c-4b7f-ae7e-1751622076f4', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 09:24:36,147 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 500 DELETE https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.080s
2026-06-22 09:24:36,147 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9bdb829-75fe-4e20-ab3e-8c1bc0cdfdeb', 'x-openstack-request-id': 'req-a9bdb829-75fe-4e20-ab3e-8c1bc0cdfdeb', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 09:24:36,199 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 500 GET https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d 0.051s
2026-06-22 09:24:36,199 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-0239db53-e529-4fbf-a705-a0d80775e168', 'x-openstack-request-id': 'req-0239db53-e529-4fbf-a705-a0d80775e168', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/volume/v3/backups/3c880187-e3c2-43bf-aad5-7ea803fe774d'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 09:24:36,233 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 200 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294?&limit=9999&format=json 0.033s
2026-06-22 09:24:36,233 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json; charset=utf-8', 'content-length': '4777', 'x-container-object-count': '17', 'x-container-bytes-used': '866592', 'x-timestamp': '1782120258.57909', 'last-modified': 'Mon, 22 Jun 2026 09:24:19 GMT', 'accept-ranges': 'bytes', 'x-storage-policy': 'Policy-0', 'x-trans-id': 'txae72c4274e5f4c38a6d16-006a38ff54', 'x-openstack-request-id': 'txae72c4274e5f4c38a6d16-006a38ff54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294?&limit=9999&format=json'}
Body: b'[{"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00001", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:19.125700"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00002", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:19.756510"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00003", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:20.438260"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00004", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:21.096240"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00005", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:21.696660"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00006", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:22.330340"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00007", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:22.969050"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00008", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:23.638850"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00009", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:24.256230"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00010", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:24.916320"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00011", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:25.604130"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00012", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:26.241290"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00013", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:26.957160"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00014", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:27.655490"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-4
2026-06-22 09:24:36,256 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00001 0.022s
2026-06-22 09:24:36,256 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx0a0c2a2c5c78430bbbd43-006a38ff54', 'x-openstack-request-id': 'tx0a0c2a2c5c78430bbbd43-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00001'}
Body: b''
2026-06-22 09:24:36,273 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00001 0.016s
2026-06-22 09:24:36,273 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx2906e006de6d4a66910e9-006a38ff54', 'x-openstack-request-id': 'tx2906e006de6d4a66910e9-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00001'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,313 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00002 0.039s
2026-06-22 09:24:36,313 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txcc7d63e1257448e7b4337-006a38ff54', 'x-openstack-request-id': 'txcc7d63e1257448e7b4337-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00002'}
Body: b''
2026-06-22 09:24:36,338 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00002 0.025s
2026-06-22 09:24:36,339 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx193fbda8ae4945c3a880c-006a38ff54', 'x-openstack-request-id': 'tx193fbda8ae4945c3a880c-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00002'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,370 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00003 0.031s
2026-06-22 09:24:36,370 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx602fa36750044b2cb4173-006a38ff54', 'x-openstack-request-id': 'tx602fa36750044b2cb4173-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00003'}
Body: b''
2026-06-22 09:24:36,387 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00003 0.016s
2026-06-22 09:24:36,387 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txb024fa70affa4662ba780-006a38ff54', 'x-openstack-request-id': 'txb024fa70affa4662ba780-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00003'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,409 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00004 0.022s
2026-06-22 09:24:36,409 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txda8af5372d854d029df6d-006a38ff54', 'x-openstack-request-id': 'txda8af5372d854d029df6d-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00004'}
Body: b''
2026-06-22 09:24:36,422 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00004 0.013s
2026-06-22 09:24:36,423 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx6be061f761ca4c5088df3-006a38ff54', 'x-openstack-request-id': 'tx6be061f761ca4c5088df3-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00004'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,440 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00005 0.017s
2026-06-22 09:24:36,440 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txb622e5be8603490db13b5-006a38ff54', 'x-openstack-request-id': 'txb622e5be8603490db13b5-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00005'}
Body: b''
2026-06-22 09:24:36,451 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00005 0.010s
2026-06-22 09:24:36,451 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx77776b60b9b74700ba5bf-006a38ff54', 'x-openstack-request-id': 'tx77776b60b9b74700ba5bf-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00005'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,478 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00006 0.027s
2026-06-22 09:24:36,478 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txd2789a0a44264903b21a8-006a38ff54', 'x-openstack-request-id': 'txd2789a0a44264903b21a8-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00006'}
Body: b''
2026-06-22 09:24:36,492 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00006 0.014s
2026-06-22 09:24:36,492 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txb8b670ff7a3c42c6b63df-006a38ff54', 'x-openstack-request-id': 'txb8b670ff7a3c42c6b63df-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00006'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,516 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00007 0.024s
2026-06-22 09:24:36,517 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx408b37d48fa64815b1434-006a38ff54', 'x-openstack-request-id': 'tx408b37d48fa64815b1434-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00007'}
Body: b''
2026-06-22 09:24:36,529 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00007 0.012s
2026-06-22 09:24:36,529 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txb507bcc19aa547f7ab253-006a38ff54', 'x-openstack-request-id': 'txb507bcc19aa547f7ab253-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00007'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,548 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00008 0.018s
2026-06-22 09:24:36,548 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txfe7adc65412341e9b03e3-006a38ff54', 'x-openstack-request-id': 'txfe7adc65412341e9b03e3-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00008'}
Body: b''
2026-06-22 09:24:36,560 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00008 0.012s
2026-06-22 09:24:36,560 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx145285c345f143d89af6c-006a38ff54', 'x-openstack-request-id': 'tx145285c345f143d89af6c-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00008'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,581 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00009 0.021s
2026-06-22 09:24:36,581 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx41cd9b2580294e5aa54f9-006a38ff54', 'x-openstack-request-id': 'tx41cd9b2580294e5aa54f9-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00009'}
Body: b''
2026-06-22 09:24:36,592 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00009 0.010s
2026-06-22 09:24:36,592 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx6a0ba25e5dcf4bd4b4084-006a38ff54', 'x-openstack-request-id': 'tx6a0ba25e5dcf4bd4b4084-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00009'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,611 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00010 0.018s
2026-06-22 09:24:36,611 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx4cfcfeeb2e0441c78ded1-006a38ff54', 'x-openstack-request-id': 'tx4cfcfeeb2e0441c78ded1-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00010'}
Body: b''
2026-06-22 09:24:36,626 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00010 0.015s
2026-06-22 09:24:36,626 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txbca77afbefab44e98a937-006a38ff54', 'x-openstack-request-id': 'txbca77afbefab44e98a937-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00010'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,643 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00011 0.017s
2026-06-22 09:24:36,644 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx152b510963ae4f718bd3a-006a38ff54', 'x-openstack-request-id': 'tx152b510963ae4f718bd3a-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00011'}
Body: b''
2026-06-22 09:24:36,655 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00011 0.011s
2026-06-22 09:24:36,655 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx35d47fe999a54c9cb2161-006a38ff54', 'x-openstack-request-id': 'tx35d47fe999a54c9cb2161-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00011'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,673 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00012 0.018s
2026-06-22 09:24:36,673 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txa6711ce481234ef7ad94b-006a38ff54', 'x-openstack-request-id': 'txa6711ce481234ef7ad94b-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00012'}
Body: b''
2026-06-22 09:24:36,684 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00012 0.010s
2026-06-22 09:24:36,684 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx89306f6be2f34054a447a-006a38ff54', 'x-openstack-request-id': 'tx89306f6be2f34054a447a-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00012'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,705 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00013 0.020s
2026-06-22 09:24:36,705 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txb99f8269c9594c4a94ff6-006a38ff54', 'x-openstack-request-id': 'txb99f8269c9594c4a94ff6-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00013'}
Body: b''
2026-06-22 09:24:36,718 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00013 0.012s
2026-06-22 09:24:36,718 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx34bd2b652a1f4d49b5c70-006a38ff54', 'x-openstack-request-id': 'tx34bd2b652a1f4d49b5c70-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00013'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,739 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00014 0.020s
2026-06-22 09:24:36,739 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx5af1db000dd940efa94fc-006a38ff54', 'x-openstack-request-id': 'tx5af1db000dd940efa94fc-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00014'}
Body: b''
2026-06-22 09:24:36,751 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00014 0.012s
2026-06-22 09:24:36,752 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx86d2e3da0a4a455292fd2-006a38ff54', 'x-openstack-request-id': 'tx86d2e3da0a4a455292fd2-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00014'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,773 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00015 0.021s
2026-06-22 09:24:36,774 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx2317919a6372467e963c2-006a38ff54', 'x-openstack-request-id': 'tx2317919a6372467e963c2-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00015'}
Body: b''
2026-06-22 09:24:36,785 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00015 0.011s
2026-06-22 09:24:36,785 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx31e937dc7a7a40299d585-006a38ff54', 'x-openstack-request-id': 'tx31e937dc7a7a40299d585-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00015'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,807 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00016 0.021s
2026-06-22 09:24:36,807 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txbff721bb112a4e3590400-006a38ff54', 'x-openstack-request-id': 'txbff721bb112a4e3590400-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00016'}
Body: b''
2026-06-22 09:24:36,818 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00016 0.011s
2026-06-22 09:24:36,818 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txaf2bf381664e477589419-006a38ff54', 'x-openstack-request-id': 'txaf2bf381664e477589419-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00016'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,836 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00017 0.018s
2026-06-22 09:24:36,837 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txa98ca803d2724cf6a298f-006a38ff54', 'x-openstack-request-id': 'txa98ca803d2724cf6a298f-006a38ff54', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00017'}
Body: b''
2026-06-22 09:24:36,848 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00017 0.011s
2026-06-22 09:24:36,848 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx53b4c28a8ce94278a0236-006a38ff54', 'x-openstack-request-id': 'tx53b4c28a8ce94278a0236-006a38ff54', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294/volume_284f7c94-733c-4ee3-a5f1-f98822db9a53/20260622092418/az_nova_backup_3c880187-e3c2-43bf-aad5-7ea803fe774d-00017'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:24:36,874 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 409 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294 0.026s
2026-06-22 09:24:36,875 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '95', 'x-trans-id': 'tx72efc64821ef4878920fd-006a38ff54', 'x-openstack-request-id': 'tx72efc64821ef4878920fd-006a38ff54', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-125477294'}
Body: b'<html><h1>Conflict</h1><p>There was a conflict when trying to complete your request.</p></html>'
2026-06-22 09:24:36,919 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 500 GET https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53 0.043s
2026-06-22 09:24:36,919 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-57f23129-38e8-4a29-8468-13aad993cd7c', 'x-openstack-request-id': 'req-57f23129-38e8-4a29-8468-13aad993cd7c', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 09:24:36,919 106590 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <function BaseVolumeTest._delete_volume_for_cleanup at 0x74220ff05a80>, retrying...
2026-06-22 09:24:41,949 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 200 GET https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53 0.029s
2026-06-22 09:24:41,949 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b606979a-1b87-4a15-92ff-777dd6c17a9c', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b606979a-1b87-4a15-92ff-777dd6c17a9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53'}
Body: b'{"volume": {"id": "284f7c94-733c-4ee3-a5f1-f98822db9a53", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:15.000000", "updated_at": "2026-06-22T09:24:16.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-306529231", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53"}], "user_id": "bd08dd1a05d64c20ba2902754d2cee16", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f24bf00d344144d48739001f1e19133f"}}'
2026-06-22 09:24:41,996 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 400 DELETE https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53 0.041s
2026-06-22 09:24:41,996 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-247f4934-3bf0-4c9c-8783-feab489b3980', 'x-openstack-request-id': 'req-247f4934-3bf0-4c9c-8783-feab489b3980', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.11/volume/v3/volumes/284f7c94-733c-4ee3-a5f1-f98822db9a53'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 76, in delete_backup
resp, body = self.delete('backups/%s' % backup_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 978, in wait_for_resource_deletion
if self.is_resource_deleted(id, *args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 140, in is_resource_deleted
self.show_backup(id)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/object_storage.py", line 39, in delete_containers
container_client.delete_container(cont)
File "/opt/stack/tempest/tempest/lib/services/object_storage/container_client.py", line 61, in delete_container
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: b'<html><h1>Conflict</h1><p>There was a conflict when trying to complete your request.</p></html>'
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 165, in _delete_volume_for_cleanup
BaseVolumeTest.delete_volume(volumes_client, volume_id)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 229, in delete_volume
client.delete_volume(volume_id)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_backup.py", line 65, in test_volume_backup_export_import
backup = self.create_backup(volume_id=volume['id'], name=backup_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 219, in create_backup
waiters.wait_for_volume_resource_status(backup_client, backup['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
fail
ft83.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 09:24:42,183 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 202 POST https://10.4.3.11/volume/v3/volumes 0.174s
2026-06-22 09:24:42,184 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsAdminTest-Volume-1687824111"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9cda89-64d4-4f42-8e3b-95740616425e', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9cda89-64d4-4f42-8e3b-95740616425e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/volumes'}
Body: b'{"volume": {"id": "27ec6cf5-4704-4f16-b300-ed44cec67a59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:42.115626", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-1687824111", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59"}], "user_id": "bd08dd1a05d64c20ba2902754d2cee16", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 09:24:42,224 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 200 GET https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59 0.035s
2026-06-22 09:24:42,224 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45fdc2eb-3b1c-457c-9c00-89325bb04d6c', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45fdc2eb-3b1c-457c-9c00-89325bb04d6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59'}
Body: b'{"volume": {"id": "27ec6cf5-4704-4f16-b300-ed44cec67a59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:42.000000", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-1687824111", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59"}], "user_id": "bd08dd1a05d64c20ba2902754d2cee16", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f24bf00d344144d48739001f1e19133f"}}'
2026-06-22 09:24:43,270 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 200 GET https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59 0.039s
2026-06-22 09:24:43,270 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b338d383-af0e-4ce0-a3d3-1460fe9cf39d', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b338d383-af0e-4ce0-a3d3-1460fe9cf39d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59'}
Body: b'{"volume": {"id": "27ec6cf5-4704-4f16-b300-ed44cec67a59", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:42.000000", "updated_at": "2026-06-22T09:24:42.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-1687824111", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59"}], "user_id": "bd08dd1a05d64c20ba2902754d2cee16", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f24bf00d344144d48739001f1e19133f"}}'
2026-06-22 09:24:43,276 106590 INFO [tempest.common.waiters] volume 27ec6cf5-4704-4f16-b300-ed44cec67a59 reached available after waiting for 1.276866 seconds
2026-06-22 09:24:43,386 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 202 POST https://10.4.3.11/volume/v3/backups 0.109s
2026-06-22 09:24:43,386 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"backup": {"volume_id": "27ec6cf5-4704-4f16-b300-ed44cec67a59", "name": "tempest-VolumesBackupsAdminTest-Backup-267166531", "container": "tempest-volumesbackupsadmintest-backup-container-1323935496"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56bb557c-2438-46a4-8478-c9315047c1c4', 'content-length': '332', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56bb557c-2438-46a4-8478-c9315047c1c4', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.11/volume/v3/backups'}
Body: b'{"backup": {"id": "70ed8dbe-5625-43d6-9b0d-f0d073b25838", "name": "tempest-VolumesBackupsAdminTest-Backup-267166531", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838"}]}}'
2026-06-22 09:24:43,406 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 200 GET https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838 0.018s
2026-06-22 09:24:43,406 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76119af3-6a7f-4f1b-804f-62ad03ed020d', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76119af3-6a7f-4f1b-804f-62ad03ed020d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838'}
Body: b'{"backup": {"id": "70ed8dbe-5625-43d6-9b0d-f0d073b25838", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "tempest-volumesbackupsadmintest-backup-container-1323935496", "created_at": "2026-06-22T09:24:43.000000", "updated_at": "2026-06-22T09:24:43.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-267166531", "description": null, "fail_reason": null, "volume_id": "27ec6cf5-4704-4f16-b300-ed44cec67a59", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:43.000000"}}'
2026-06-22 09:24:44,439 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 200 GET https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838 0.029s
2026-06-22 09:24:44,439 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22e31037-822a-46b5-b86a-d42f9a7db8f1', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22e31037-822a-46b5-b86a-d42f9a7db8f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838'}
Body: b'{"backup": {"id": "70ed8dbe-5625-43d6-9b0d-f0d073b25838", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-1323935496", "created_at": "2026-06-22T09:24:43.000000", "updated_at": "2026-06-22T09:24:43.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-267166531", "description": null, "fail_reason": null, "volume_id": "27ec6cf5-4704-4f16-b300-ed44cec67a59", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:43.000000"}}'
2026-06-22 09:24:45,471 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 200 GET https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838 0.027s
2026-06-22 09:24:45,471 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce01bef-061c-44db-8ac7-64222b945985', 'content-length': '798', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce01bef-061c-44db-8ac7-64222b945985', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838'}
Body: b'{"backup": {"id": "70ed8dbe-5625-43d6-9b0d-f0d073b25838", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-1323935496", "created_at": "2026-06-22T09:24:43.000000", "updated_at": "2026-06-22T09:24:45.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-267166531", "description": null, "fail_reason": null, "volume_id": "27ec6cf5-4704-4f16-b300-ed44cec67a59", "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-22T09:24:43.000000"}}'
2026-06-22 09:25:00,850 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_reset_status): 500 GET https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838 14.376s
2026-06-22 09:25:00,850 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:24:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c91f2d81-61d8-4808-8c3d-0bbaee2c548c', 'x-openstack-request-id': 'req-c91f2d81-61d8-4808-8c3d-0bbaee2c548c', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 09:25:00,937 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 500 DELETE https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838 0.085s
2026-06-22 09:25:00,938 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-477d5370-b049-459c-8b3b-343851b70e43', 'x-openstack-request-id': 'req-477d5370-b049-459c-8b3b-343851b70e43', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 09:25:01,055 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 500 GET https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838 0.116s
2026-06-22 09:25:01,055 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c639dd0c-8d75-4740-9d80-3fd7dd9d4b28', 'x-openstack-request-id': 'req-c639dd0c-8d75-4740-9d80-3fd7dd9d4b28', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/volume/v3/backups/70ed8dbe-5625-43d6-9b0d-f0d073b25838'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 09:25:01,084 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 200 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496?&limit=9999&format=json 0.028s
2026-06-22 09:25:01,084 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json; charset=utf-8', 'content-length': '281', 'x-container-object-count': '1', 'x-container-bytes-used': '50976', 'x-timestamp': '1782120284.75496', 'last-modified': 'Mon, 22 Jun 2026 09:24:45 GMT', 'accept-ranges': 'bytes', 'x-storage-policy': 'Policy-0', 'x-trans-id': 'tx3de8bdb3fb1d46248f34b-006a38ff6d', 'x-openstack-request-id': 'tx3de8bdb3fb1d46248f34b-006a38ff6d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496?&limit=9999&format=json'}
Body: b'[{"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_27ec6cf5-4704-4f16-b300-ed44cec67a59/20260622092444/az_nova_backup_70ed8dbe-5625-43d6-9b0d-f0d073b25838-00001", "content_type": "application/octet-stream", "last_modified": "2026-06-22T09:24:45.429760"}]'
2026-06-22 09:25:01,106 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496/volume_27ec6cf5-4704-4f16-b300-ed44cec67a59/20260622092444/az_nova_backup_70ed8dbe-5625-43d6-9b0d-f0d073b25838-00001 0.022s
2026-06-22 09:25:01,106 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx0f13fe0d533d4df1a1392-006a38ff6d', 'x-openstack-request-id': 'tx0f13fe0d533d4df1a1392-006a38ff6d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496/volume_27ec6cf5-4704-4f16-b300-ed44cec67a59/20260622092444/az_nova_backup_70ed8dbe-5625-43d6-9b0d-f0d073b25838-00001'}
Body: b''
2026-06-22 09:25:01,119 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 GET https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496/volume_27ec6cf5-4704-4f16-b300-ed44cec67a59/20260622092444/az_nova_backup_70ed8dbe-5625-43d6-9b0d-f0d073b25838-00001 0.012s
2026-06-22 09:25:01,119 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txdc7307baa3534ffca4ab8-006a38ff6d', 'x-openstack-request-id': 'txdc7307baa3534ffca4ab8-006a38ff6d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496/volume_27ec6cf5-4704-4f16-b300-ed44cec67a59/20260622092444/az_nova_backup_70ed8dbe-5625-43d6-9b0d-f0d073b25838-00001'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-22 09:25:01,153 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496 0.034s
2026-06-22 09:25:01,153 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx9271305ace804531ba04d-006a38ff6d', 'x-openstack-request-id': 'tx9271305ace804531ba04d-006a38ff6d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496'}
Body: b''
2026-06-22 09:25:01,174 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 HEAD https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496 0.020s
2026-06-22 09:25:01,174 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txa1d1372b364d44e487921-006a38ff6d', 'x-openstack-request-id': 'txa1d1372b364d44e487921-006a38ff6d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.11:8080/v1/AUTH_f24bf00d344144d48739001f1e19133f/tempest-volumesbackupsadmintest-backup-container-1323935496'}
Body: b''
2026-06-22 09:25:01,227 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 500 GET https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59 0.053s
2026-06-22 09:25:01,228 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c385f8cd-13f5-4853-9889-9cd65537ecd7', 'x-openstack-request-id': 'req-c385f8cd-13f5-4853-9889-9cd65537ecd7', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 09:25:01,228 106590 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <function BaseVolumeTest._delete_volume_for_cleanup at 0x74220ff05a80>, retrying...
2026-06-22 09:25:06,267 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 200 GET https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59 0.039s
2026-06-22 09:25:06,267 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ac89e37-1716-4761-9270-1c9563cdcdd2', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ac89e37-1716-4761-9270-1c9563cdcdd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59'}
Body: b'{"volume": {"id": "27ec6cf5-4704-4f16-b300-ed44cec67a59", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T09:24:42.000000", "updated_at": "2026-06-22T09:24:43.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-1687824111", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59"}, {"rel": "bookmark", "href": "https://10.4.3.11/volume/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59"}], "user_id": "bd08dd1a05d64c20ba2902754d2cee16", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f24bf00d344144d48739001f1e19133f"}}'
2026-06-22 09:25:06,309 106590 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 400 DELETE https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59 0.034s
2026-06-22 09:25:06,309 106590 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 09:25:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-0828a6d8-939e-4c03-aa9a-9e96935406fb', 'x-openstack-request-id': 'req-0828a6d8-939e-4c03-aa9a-9e96935406fb', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.11/volume/v3/volumes/27ec6cf5-4704-4f16-b300-ed44cec67a59'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 76, in delete_backup
resp, body = self.delete('backups/%s' % backup_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 978, in wait_for_resource_deletion
if self.is_resource_deleted(id, *args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 140, in is_resource_deleted
self.show_backup(id)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 165, in _delete_volume_for_cleanup
BaseVolumeTest.delete_volume(volumes_client, volume_id)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 229, in delete_volume
client.delete_volume(volume_id)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_backup.py", line 131, in test_volume_backup_reset_status
backup = self.create_backup(volume_id=volume['id'], name=backup_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 219, in create_backup
waiters.wait_for_volume_resource_status(backup_client, backup['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 1 | 0 | 0 | 0 | 1 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt84.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt85.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumeTypesMemberTests) |
skip
pt86.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt86.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt86.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt87.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 1 | 0 | 0 | 0 | 1 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt88.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 1 | 0 | 0 | 0 | 1 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt89.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiattachTests) |
skip
pt90.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationWithoutHostTest) |
skip
pt91.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt91.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt91.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt92.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt93.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt94.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt95.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt96.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt97.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt98.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt99.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt100.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]
|
||||||
| Total | 128 | 2 | 103 | 0 | 23 | ||