Status: Pass 20 Failure 101 Skip 24
| 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 | |
CreateVolumesFromSourceVolumeTest) |
fail
ft3.1: 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
|
||||||
CreateVolumesFromBackupTest) |
fail
ft3.2: 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
|
||||||
CreateVolumesFromImageTest) |
fail
ft3.3: 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
|
||||||
CreateVolumesFromSnapshotTest) |
fail
ft3.4: 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
|
||||||
| 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 | |
VolumeDependencyTests) |
fail
ft5.1: 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
|
||||||
VolumeImageDependencyTests) |
fail
ft5.2: 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
|
||||||
| 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 | |
SnapshotDependencyTests) |
fail
ft8.1: 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
|
||||||
SnapshotDataIntegrityTests) |
fail
ft8.2: 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
|
||||||
| 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.servers.test_device_tagging | 2 | 0 | 2 | 0 | 0 | Detail | |
TaggedBootDevicesTest) |
fail
ft10.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
|
||||||
TaggedBootDevicesTest_v242) |
fail
ft10.2: setUpClass (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 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_rescue | 2 | 0 | 2 | 0 | 0 | Detail | |
ServerStableDeviceRescueTest) |
fail
ft11.1: 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
|
||||||
ServerBootFromVolumeStableRescueTest) |
fail
ft11.2: 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
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft12.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
ft13.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 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_attach_volume | 3 | 0 | 2 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt14.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
AttachVolumeTestJSON) |
fail
ft14.2: 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
|
||||||
AttachVolumeShelveTestJSON) |
fail
ft14.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
ft15.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
ft16.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
ft17.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
ft18.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
ft19.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
ft20.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
ft21.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
ft21.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
ft22.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
ft23.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 | 3 | 0 | 3 | 0 | 0 | Detail | |
GroupsV320Test) |
fail
ft24.1: setUpClass (tempest.api.volume.admin.test_groups.GroupsV320Test)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
ft24.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
|
||||||
GroupsTest) |
fail
ft24.3: 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
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshots_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotsActionsTest) |
fail
ft25.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
ft26.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
ft27.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
ft28.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
ft29.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
ft30.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_retype | 3 | 0 | 1 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithoutMigrationTest) |
fail
ft31.2: 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
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt31.3: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_services | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesServicesTestJSON) |
fail
ft32.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_snapshot_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
fail
ft33.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
ft34.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
ft35.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
ft36.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
ft37.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
ft38.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
ft39.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_backup | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesBackupsAdminTest) |
fail
ft40.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)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
ft41.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
ft42.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
ft43.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
ft44.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
ft45.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
ft46.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_delete_cascade | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesDeleteCascade) |
fail
ft47.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 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 | |
VolumesTransfersTest) |
fail
ft48.1: 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
|
||||||
VolumesTransfersV355Test) |
fail
ft48.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
|
||||||
VolumesTransfersV357Test) |
fail
ft48.3: 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
|
||||||
| setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft49.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
ft50.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
ft50.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
ft51.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
ft52.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 | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesExtendTest) |
fail
ft53.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
|
||||||
| setUpClass (tempest.api.volume.test_volumes_get | 2 | 0 | 2 | 0 | 0 | Detail | |
VolumesGetTest) |
fail
ft54.1: 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
|
||||||
VolumesSummaryTest) |
fail
ft54.2: 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
|
||||||
| setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListTestJSON) |
fail
ft55.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
ft56.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
ft57.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
ft58.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
ft59.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
ft60.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
ft61.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
ft62.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
ft63.1: setUpClass (tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion)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/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 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 443, in get_credentials
network, subnet, router = self._create_network_resources(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 314, in _create_network_resources
subnet = self._create_subnet(subnet_name, project_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 349, in _create_subnet
create_subnet(
File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet
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.99', port=443): Read timed out. (read timeout=90)
|
||||||
TestServerVolumeAttachmentScenario) |
fail
ft63.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
ft64.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
ft65.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
ft66.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
ft67.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
ft67.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
ft68.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 0x75ede616dec0>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>, <traceback object at 0x75ede6190d40>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x75ede6185680>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x75ede61cf200>))
|
||||||
| tearDownClass (tempest.api.compute.admin.test_volume | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachSCSIVolumeTestJSON) |
fail
ft69.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 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 0x733320c9ab80>)
|
||||||
| tearDownClass (tempest.api.compute.servers.test_delete_server | 1 | 0 | 1 | 0 | 0 | Detail | |
DeleteServersTestJSON) |
fail
ft70.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 567, in _clear_isolated_net_resources
client.remove_router_interface(
File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 82, in remove_router_interface
return self.update_resource(uri, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 395, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 | 1 | 0 | 1 | 0 | 0 | Detail | |
TaggedAttachmentsTest) |
fail
ft71.1: 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 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7211e53abec0>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7211e53f3f40>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7211e523dc40>), (<class 'tempest.lib.exceptions.UnexpectedResponseCode'>, Unexpected response code received
Details: 503, <traceback object at 0x7211e541a080>))
|
||||||
| tearDownClass (tempest.api.compute.servers.test_server_actions | 3 | 0 | 3 | 0 | 0 | Detail | |
ServerActionsTestOtherA) |
fail
ft72.1: tearDownClass (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 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: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7fc9b9dd8500>), (<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 0x7fc9b9d91800>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>, <traceback object at 0x7fc9b9d91b40>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>, <traceback object at 0x7fc9b9d93a40>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>, <traceback object at 0x7fc9b9b3d580>))
|
||||||
ServerActionsV293TestJSON) |
fail
ft72.2: tearDownClass (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 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 0x700afc4a9480>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>, <traceback object at 0x700afc34fd40>))
|
||||||
ServerActionsTestOtherB) |
fail
ft72.3: tearDownClass (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 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 0x7c52f52ff800>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>, <traceback object at 0x7c52f514c380>))
|
||||||
| tearDownClass (tempest.api.volume.test_volumes_extend | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesExtendAttachedTest) |
fail
ft73.1: tearDownClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest)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 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 2c20c4ee-e6f0-430b-bea3-66c8ef5eafc6: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| 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
ft74.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 10:08:43,568 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST https://10.4.3.99/volume/v3/volumes 0.526s
2026-06-22 10:08:43,568 107004 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-548306129"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8855963b-ff8d-414f-86e1-eba8afc9a481', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8855963b-ff8d-414f-86e1-eba8afc9a481', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/volume/v3/volumes'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.466217", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}'
2026-06-22 10:08:43,625 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.052s
2026-06-22 10:08:43,626 107004 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 10:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce822c85-3aa9-45c1-9f70-086dba36168d', 'content-length': '961', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce822c85-3aa9-45c1-9f70-086dba36168d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": null}}'
2026-06-22 10:08:44,668 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.036s
2026-06-22 10:08:44,668 107004 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 10:08:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6019a45-d015-4235-9a8d-a42e685d1079', 'content-length': '1013', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6019a45-d015-4235-9a8d-a42e685d1079', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": "2026-06-22T10:08:44.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003364@storpool#default"}}'
2026-06-22 10:08:44,673 107004 INFO [tempest.common.waiters] volume f17b5712-5287-4025-94cf-80e841765871 reached available after waiting for 1.673584 seconds
2026-06-22 10:08:44,673 107004 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-22 10:08:44,878 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 POST https://10.4.3.99/compute/v2.1/os-keypairs 0.203s
2026-06-22 10:08:44,878 107004 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1390144481", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDX/zkAHqabqe0ICleNEg8JZuuyKfOzjoRESgBzUSePN+F+2JSk/EBcRBrv+i4lfm3nv3XrbmFKS7CDeCwM6FJ9F7U5yvZoPslWdUoleLhLFiJtls8XbN/nv2piMbcJF2A=="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:44 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-1d7962da-7413-409c-89f6-39182611834a', 'x-compute-request-id': 'req-1d7962da-7413-409c-89f6-39182611834a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1390144481", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDX/zkAHqabqe0ICleNEg8JZuuyKfOzjoRESgBzUSePN+F+2JSk/EBcRBrv+i4lfm3nv3XrbmFKS7CDeCwM6FJ9F7U5yvZoPslWdUoleLhLFiJtls8XbN/nv2piMbcJF2A==", "fingerprint": "df:b2:a7:37:71:dc:9d:8f:d4:28:08:e5:e0:a5:db:cd", "user_id": "e17c0a732f2748ec8d407e69f3e42092"}}'
2026-06-22 10:08:44,879 107004 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1390144481 created
2026-06-22 10:08:45,492 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.99/networking/v2.0/security-groups 0.612s
2026-06-22 10:08:45,492 107004 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--1818212483", "description": "tempest-description--1354728326"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-963e66f4-e6cf-4aa3-82aa-ab1e80fdbdd1', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "ea92d057-f84e-47e9-bee6-8169c36d70f8", "name": "tempest-securitygroup--1818212483", "stateful": true, "tenant_id": "2295561838c84d52878ea3d66c286003", "project_id": "2295561838c84d52878ea3d66c286003", "description": "tempest-description--1354728326", "shared": false, "security_group_rules": [{"id": "4bb2d118-0eec-49be-ad20-4ea7d40513cc", "project_id": "2295561838c84d52878ea3d66c286003", "security_group_id": "ea92d057-f84e-47e9-bee6-8169c36d70f8", "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": 263, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:08:45Z", "updated_at": "2026-06-22T10:08:45Z", "revision_number": 0, "tenant_id": "2295561838c84d52878ea3d66c286003"}, {"id": "a2d6150e-c8e3-4b5d-9d6a-1ab39bbe67d4", "project_id": "2295561838c84d52878ea3d66c286003", "security_group_id": "ea92d057-f84e-47e9-bee6-8169c36d70f8", "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": 262, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:08:45Z", "updated_at": "2026-06-22T10:08:45Z", "revision_number": 0, "tenant_id": "2295561838c84d52878ea3d66c286003"}], "tags": [], "created_at": "2026-06-22T10:08:45Z", "updated_at": "2026-06-22T10:08:45Z", "revision_number": 1}}'
2026-06-22 10:08:45,734 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.242s
2026-06-22 10:08:45,735 107004 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": "ea92d057-f84e-47e9-bee6-8169c36d70f8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e9c7bc0c-c106-4ae9-8e49-47e68a4425d0', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "217299eb-6bc4-406a-a722-3cfe2adcadd6", "project_id": "2295561838c84d52878ea3d66c286003", "security_group_id": "ea92d057-f84e-47e9-bee6-8169c36d70f8", "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-22T10:08:45Z", "updated_at": "2026-06-22T10:08:45Z", "revision_number": 0, "tenant_id": "2295561838c84d52878ea3d66c286003"}}'
2026-06-22 10:08:46,691 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.956s
2026-06-22 10:08:46,692 107004 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": "ea92d057-f84e-47e9-bee6-8169c36d70f8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a98fe1ba-aac6-4c3f-94dc-62115ba82177', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2f5ba104-ff9c-43ca-bcfc-27c8535fdfe0", "project_id": "2295561838c84d52878ea3d66c286003", "security_group_id": "ea92d057-f84e-47e9-bee6-8169c36d70f8", "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-22T10:08:46Z", "updated_at": "2026-06-22T10:08:46Z", "revision_number": 0, "tenant_id": "2295561838c84d52878ea3d66c286003"}}'
2026-06-22 10:08:46,692 107004 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1818212483 created
2026-06-22 10:08:47,128 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.99/networking/v2.0/floatingips 0.436s
2026-06-22 10:08:47,129 107004 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-9f6194a1-fb28-40fa-b7b2-83301ebc2297', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "a4e7d43f-2cee-40a4-be77-7efef4909b87", "tenant_id": "2295561838c84d52878ea3d66c286003", "project_id": "2295561838c84d52878ea3d66c286003", "floating_ip_address": "172.24.5.155", "floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5", "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-22T10:08:46Z", "updated_at": "2026-06-22T10:08:46Z", "revision_number": 0}}'
2026-06-22 10:08:47,129 107004 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a4e7d43f-2cee-40a4-be77-7efef4909b87', 'tenant_id': '2295561838c84d52878ea3d66c286003', 'project_id': '2295561838c84d52878ea3d66c286003', 'floating_ip_address': '172.24.5.155', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:08:46Z', 'updated_at': '2026-06-22T10:08:46Z', 'revision_number': 0, 'ip': '172.24.5.155'} created
2026-06-22 10:08:47,260 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST https://10.4.3.99/identity/v3/auth/tokens 0.128s
2026-06-22 10:08:47,260 107004 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:47 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-33ee30c4-61cf-4b7c-8642-d70217bea309', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e17c0a732f2748ec8d407e69f3e42092", "name": "tempest-VolumesAssistedSnapshotsTest-53362925-project-member", "password_expires_at": null}, "audit_ids": ["6TZKeNHNQKm-yGdNm_By9Q"], "expires_at": "2026-06-22T11:08:47.000000Z", "issued_at": "2026-06-22T10:08:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2295561838c84d52878ea3d66c286003", "name": "tempest-VolumesAssistedSnapshotsTest-53362925"}, "is_domain": false, "roles": [{"id": "b82d3869773d44828d9cc6861134f5f3", "name": "member"}, {"id": "15d6a826a9bf488da10e8441c02c65d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "38e1e0bb01d44ddfa5e7bfdb95cd674b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/identity", "region": "RegionOne"}], "id": "05dba96c6ea2443db8d3f5fce94d0efd", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "35538f67f0a34cee858ae06c605430c1", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.99:8080", "region": "RegionOne"}, {"id": "bb681a1988af4afaac837708d7c60f13", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99:8080/v1/AUTH_2295561838c84d52878ea3d66c286003", "region": "RegionOne"}], "id": "3ac1aa3458174f57aa1a6c06a4d985a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "6182f2b1e72e477ca502d8706096c7eb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/networking", "region": "RegionOne"}], "id": "5e3831e6a56945f9bc847444d70c64a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "883dbd60f1094882be0e788886452652", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/image", "region": "RegionOne"}], "id": "850bb502ce3f4ccd978ed45c698a873c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "33c408bd519543d1aecae05e9512d64b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2.1", "region": "RegionOne"}], "id": "a3fb3c4546664aaeb60f744fa3148032", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "91217b82f8284c2d80af57181cb6f558", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/volume/v3", "region": "RegionOne"}], "id": "acfee0ae1aaa4d61a2b3ee3ddf932090", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b69d2e2c3f2b4a5db79d75a59681938e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2/2295561838c84d52878ea3d66c286003", "region": "RegionOne"}], "id": "cbb40f5db9f143979262da0434bca0c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b063807bc7d2421ea93e3a7cd849a804", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/placement", "region": "RegionOne"}], "id": "d75c50a9c0fd44cfaa11133665823729", "type": "placement", "name": "placement"}]}}'
2026-06-22 10:08:47,260 107004 INFO [tempest.lib.common.fixed_network] (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete) Found network {'id': '7bb9ff01-0b87-45e2-812b-71459bf5718b', 'name': 'tempest-VolumesAssistedSnapshotsTest-46955972-network', 'tenant_id': '2295561838c84d52878ea3d66c286003', 'project_id': '2295561838c84d52878ea3d66c286003', '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': 24467, '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-22T10:08:16Z', 'updated_at': '2026-06-22T10:08:16Z', 'revision_number': 1} available for tenant
2026-06-22 10:08:47,261 107004 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1390144481', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDX/zkAHqabqe0ICleNEg8JZuuyKfOzjoRESgBzUSePN+F+2JSk/EBcRBrv+i4lfm3nv3XrbmFKS7CDeCwM6FJ9F7U5yvZoPslWdUoleLhLFiJtls8XbN/nv2piMbcJF2A==', 'fingerprint': 'df:b2:a7:37:71:dc:9d:8f:d4:28:08:e5:e0:a5:db:cd', 'user_id': 'e17c0a732f2748ec8d407e69f3e42092', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD8L+B5Dog0mnjVCZvysKNqNJXkDUJRoU0PvAkaJ5Fi4vzENVoLCXwG\nmnN1l/RBjMSgBwYFK4EEACKhZANiAAQ1/85AB6mm6ntCApXjRIPCWbrsinzs46ER\nEoAc1EnjzfhftiUpPxAXEQa7/ouJX5t5791625hSkuwg3gsDOhSfRe1Ocr2aD7JV\nnVKJXi4SxYibZbPF2zf579qYjG3CRdg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ea92d057-f84e-47e9-bee6-8169c36d70f8', 'name': 'tempest-securitygroup--1818212483', 'stateful': True, 'tenant_id': '2295561838c84d52878ea3d66c286003', 'project_id': '2295561838c84d52878ea3d66c286003', 'description': 'tempest-description--1354728326', 'shared': False, 'security_group_rules': [{'id': '4bb2d118-0eec-49be-ad20-4ea7d40513cc', 'project_id': '2295561838c84d52878ea3d66c286003', 'security_group_id': 'ea92d057-f84e-47e9-bee6-8169c36d70f8', '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': 263, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:08:45Z', 'updated_at': '2026-06-22T10:08:45Z', 'revision_number': 0, 'tenant_id': '2295561838c84d52878ea3d66c286003'}, {'id': 'a2d6150e-c8e3-4b5d-9d6a-1ab39bbe67d4', 'project_id': '2295561838c84d52878ea3d66c286003', 'security_group_id': 'ea92d057-f84e-47e9-bee6-8169c36d70f8', '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': 262, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:08:45Z', 'updated_at': '2026-06-22T10:08:45Z', 'revision_number': 0, 'tenant_id': '2295561838c84d52878ea3d66c286003'}], 'tags': [], 'created_at': '2026-06-22T10:08:45Z', 'updated_at': '2026-06-22T10:08:45Z', 'revision_number': 1}, 'floating_ip': {'id': 'a4e7d43f-2cee-40a4-be77-7efef4909b87', 'tenant_id': '2295561838c84d52878ea3d66c286003', 'project_id': '2295561838c84d52878ea3d66c286003', 'floating_ip_address': '172.24.5.155', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:08:46Z', 'updated_at': '2026-06-22T10:08:46Z', 'revision_number': 0, 'ip': '172.24.5.155'}}
2026-06-22 10:08:49,468 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST https://10.4.3.99/compute/v2.1/servers 2.206s
2026-06-22 10:08:49,468 107004 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-1561438518", "imageRef": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "flavorRef": "42", "networks": [{"uuid": "7bb9ff01-0b87-45e2-812b-71459bf5718b"}], "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "key_name": "tempest-keypair-1390144481", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '404', 'location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323', '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-428e6be4-54f9-4efb-be72-532b56caa3e8', 'x-compute-request-id': 'req-428e6be4-54f9-4efb-be72-532b56caa3e8', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/compute/v2.1/servers'}
Body: b'{"server": {"id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "adminPass": "rxxC3SWtg3xe"}}'
2026-06-22 10:08:50,018 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.548s
2026-06-22 10:08:50,018 107004 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 10:08:49 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-2f7a003a-c8e1-407b-81d2-2ce759e5969f', 'x-compute-request-id': 'req-2f7a003a-c8e1-407b-81d2-2ce759e5969f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1390144481", "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 10:08:51,157 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.131s
2026-06-22 10:08:51,157 107004 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 10:08:51 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-824bbddf-c548-4853-af53-7a42683247f4', 'x-compute-request-id': 'req-824bbddf-c548-4853-af53-7a42683247f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "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 10:08:51,163 107004 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-06-22 10:08:52,267 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.103s
2026-06-22 10:08:52,267 107004 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 10:08:52 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-948557b3-acbc-41c0-9ad0-2d24c34b501a', 'x-compute-request-id': 'req-948557b3-acbc-41c0-9ad0-2d24c34b501a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "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 10:08:53,483 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.207s
2026-06-22 10:08:53,483 107004 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 10:08:53 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-3366e7ba-8ed9-4f64-8ed2-c9e3125e2c74', 'x-compute-request-id': 'req-3366e7ba-8ed9-4f64-8ed2-c9e3125e2c74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "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 10:08:54,601 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.112s
2026-06-22 10:08:54,601 107004 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 10:08:54 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-335e67e1-985f-4c14-a500-bbaf2e95ac7b', 'x-compute-request-id': 'req-335e67e1-985f-4c14-a500-bbaf2e95ac7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "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 10:08:55,730 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.120s
2026-06-22 10:08:55,730 107004 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 10:08:55 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-bcd986a8-5a01-46b4-8611-fb972c751e1d', 'x-compute-request-id': 'req-bcd986a8-5a01-46b4-8611-fb972c751e1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "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 10:08:56,837 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.100s
2026-06-22 10:08:56,837 107004 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 10:08:56 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-faf17b21-6172-4d49-b56f-f43e1773f0ea', 'x-compute-request-id': 'req-faf17b21-6172-4d49-b56f-f43e1773f0ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:57Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "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 10:08:56,847 107004 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-06-22 10:08:58,505 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.657s
2026-06-22 10:08:58,505 107004 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 10:08:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', '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-d5ab8308-1b8e-45d3-9758-d542ab860114', 'x-compute-request-id': 'req-d5ab8308-1b8e-45d3-9758-d542ab860114', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:57Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "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 10:08:59,740 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.229s
2026-06-22 10:08:59,741 107004 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 10:08:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-6a78550d-a6ea-45aa-afa0-0b00ff6982d8', 'x-compute-request-id': 'req-6a78550d-a6ea-45aa-afa0-0b00ff6982d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "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 10:08:59,747 107004 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait
2026-06-22 10:09:01,094 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.347s
2026-06-22 10:09:01,095 107004 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 10:09:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-56513e4d-8b17-4d3d-9eb3-ca3797402a76', 'x-compute-request-id': 'req-56513e4d-8b17-4d3d-9eb3-ca3797402a76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "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 10:09:07,051 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 4.945s
2026-06-22 10:09:07,052 107004 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 10:09:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-e1fe06b5-8715-487c-8828-5d3844bae2e1', 'x-compute-request-id': 'req-e1fe06b5-8715-487c-8828-5d3844bae2e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "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 10:09:15,417 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 7.359s
2026-06-22 10:09:15,417 107004 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 10:09:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-5457cfcc-39b8-43c7-ab53-b01aee6d0c1c', 'x-compute-request-id': 'req-5457cfcc-39b8-43c7-ab53-b01aee6d0c1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "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 10:09:16,667 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.242s
2026-06-22 10:09:16,668 107004 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 10:09:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-ea47daee-f293-4689-bd5a-b000182f7cdf', 'x-compute-request-id': 'req-ea47daee-f293-4689-bd5a-b000182f7cdf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:08:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "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 10:09:17,929 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.254s
2026-06-22 10:09:17,930 107004 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 10:09:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-3f898d10-8749-464e-8433-8770d6a8d245', 'x-compute-request-id': 'req-3f898d10-8749-464e-8433-8770d6a8d245', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "BUILD", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:09:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1390144481", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "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 10:09:19,159 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323 0.220s
2026-06-22 10:09:19,159 107004 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 10:09:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1557', '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-408ec714-a826-4e7d-a477-dc02a13497de', 'x-compute-request-id': 'req-408ec714-a826-4e7d-a477-dc02a13497de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesAssistedSnapshotsTest-46955972-network": [{"version": 4, "addr": "10.1.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5e:1b"}]}, "created": "2026-06-22T10:08:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "34ba150358dfe33def93c1d467d89df6b83bfbdb2303e06e78d9fb36", "id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/cf9e84f1-26c5-4486-805c-5b62011b1323"}], "metadata": {}, "name": "tempest-VolumesAssistedSnapshotsTest-server-1561438518", "status": "ACTIVE", "tenant_id": "2295561838c84d52878ea3d66c286003", "user_id": "e17c0a732f2748ec8d407e69f3e42092", "updated": "2026-06-22T10:09:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1390144481", "OS-SRV-USG:launched_at": "2026-06-22T10:09:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1818212483"}], "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 10:09:19,164 107004 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 29 second wait
2026-06-22 10:09:19,257 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323/os-interface 0.092s
2026-06-22 10:09:19,257 107004 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 10:09:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', '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-4528bd09-9cbc-4db4-9f67-c4bbe528a9d2', 'x-compute-request-id': 'req-4528bd09-9cbc-4db4-9f67-c4bbe528a9d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "7bb9ff01-0b87-45e2-812b-71459bf5718b", "port_id": "7e4d3856-2b77-4898-bd68-389b2c77b9b4", "mac_addr": "fa:16:3e:79:5e:1b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "9309aa1b-b9ca-4f93-9051-8f3c2897b8ce", "ip_address": "10.1.0.10"}]}]}'
2026-06-22 10:09:20,135 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 PUT https://10.4.3.99/networking/v2.0/floatingips/a4e7d43f-2cee-40a4-be77-7efef4909b87 0.876s
2026-06-22 10:09:20,135 107004 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "7e4d3856-2b77-4898-bd68-389b2c77b9b4"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-77255b89-a78f-46b0-8dc1-6689afd310a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips/a4e7d43f-2cee-40a4-be77-7efef4909b87'}
Body: b'{"floatingip": {"id": "a4e7d43f-2cee-40a4-be77-7efef4909b87", "tenant_id": "2295561838c84d52878ea3d66c286003", "project_id": "2295561838c84d52878ea3d66c286003", "floating_ip_address": "172.24.5.155", "floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5", "router_id": "832f10ca-d5c0-4e29-a20c-344bdb84d0de", "port_id": "7e4d3856-2b77-4898-bd68-389b2c77b9b4", "fixed_ip_address": "10.1.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7bb9ff01-0b87-45e2-812b-71459bf5718b", "mac_address": "fa:16:3e:79:5e:1b", "admin_state_up": true, "status": "ACTIVE", "device_id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-22T10:08:46Z", "updated_at": "2026-06-22T10:09:19Z", "revision_number": 1}}'
2026-06-22 10:09:20,137 107004 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.155:22' as 'cirros' with public key authentication
2026-06-22 10:10:03,182 107004 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-22 10:10:03,348 107004 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-22 10:10:03,348 107004 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.155 successfully created
2026-06-22 10:10:08,081 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 POST https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323/os-volume_attachments 4.732s
2026-06-22 10:10:08,081 107004 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "f17b5712-5287-4025-94cf-80e841765871"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '194', '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-f035a6f8-ca53-46b4-8331-8730d2b76261', 'x-compute-request-id': 'req-f035a6f8-ca53-46b4-8331-8730d2b76261', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "f17b5712-5287-4025-94cf-80e841765871", "serverId": "cf9e84f1-26c5-4486-805c-5b62011b1323", "volumeId": "f17b5712-5287-4025-94cf-80e841765871", "device": "/dev/vdb"}}'
2026-06-22 10:10:08,110 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.027s
2026-06-22 10:10:08,110 107004 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 10:10:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0844c7e-dd85-467a-8583-e89b30f1f435', 'content-length': '1012', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0844c7e-dd85-467a-8583-e89b30f1f435', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": "2026-06-22T10:10:08.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003364@storpool#default"}}'
2026-06-22 10:10:09,143 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.028s
2026-06-22 10:10:09,143 107004 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 10:10:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-128b73df-af4f-4a2a-b13b-766c10d64425', 'content-length': '1013', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-128b73df-af4f-4a2a-b13b-766c10d64425', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": "2026-06-22T10:10:09.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003364@storpool#default"}}'
2026-06-22 10:10:10,180 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.032s
2026-06-22 10:10:10,180 107004 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 10:10:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d2d5e8a-834b-405a-a443-42282f7cbf8f', 'content-length': '1013', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d2d5e8a-834b-405a-a443-42282f7cbf8f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": "2026-06-22T10:10:09.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003364@storpool#default"}}'
2026-06-22 10:10:11,223 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.038s
2026-06-22 10:10:11,224 107004 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 10:10:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59d0d494-7196-41a5-a5c2-fc183ff84d33', 'content-length': '1013', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59d0d494-7196-41a5-a5c2-fc183ff84d33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": "2026-06-22T10:10:09.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003364@storpool#default"}}'
2026-06-22 10:10:12,290 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.059s
2026-06-22 10:10:12,290 107004 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 10:10:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6790d01-dc13-46ac-bc39-42eafc6b3f00', 'content-length': '1013', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6790d01-dc13-46ac-bc39-42eafc6b3f00', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": "2026-06-22T10:10:09.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003364@storpool#default"}}'
2026-06-22 10:10:13,329 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.033s
2026-06-22 10:10:13,330 107004 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 10:10:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4778677-6e8b-4023-8db6-536cc9df372f', 'content-length': '1013', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4778677-6e8b-4023-8db6-536cc9df372f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": "2026-06-22T10:10:09.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003364@storpool#default"}}'
2026-06-22 10:10:14,380 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.045s
2026-06-22 10:10:14,380 107004 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 10:10:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-420d9c33-5b17-4bef-b67d-d45530de3cc3', 'content-length': '1315', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-420d9c33-5b17-4bef-b67d-d45530de3cc3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": "2026-06-22T10:10:13.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f17b5712-5287-4025-94cf-80e841765871", "attachment_id": "9a3f0a4d-b5f5-416d-bbf5-81b267d88cfb", "volume_id": "f17b5712-5287-4025-94cf-80e841765871", "server_id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "host_name": "np0000003364", "device": "/dev/vdb", "attached_at": "2026-06-22T10:10:09.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003364@storpool#default"}}'
2026-06-22 10:10:14,386 107004 INFO [tempest.common.waiters] Attachment 9a3f0a4d-b5f5-416d-bbf5-81b267d88cfb created for volume f17b5712-5287-4025-94cf-80e841765871 to server cf9e84f1-26c5-4486-805c-5b62011b1323 after waiting for 6.386261 seconds
2026-06-22 10:10:14,412 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.025s
2026-06-22 10:10:14,412 107004 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 10:10:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6690c46d-3687-4372-9749-1a8b7dbfd7dd', 'content-length': '1315', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6690c46d-3687-4372-9749-1a8b7dbfd7dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"volume": {"id": "f17b5712-5287-4025-94cf-80e841765871", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:43.000000", "updated_at": "2026-06-22T10:10:13.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-548306129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f17b5712-5287-4025-94cf-80e841765871"}], "user_id": "b032dcb1f491440194f41973abe0b7da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f17b5712-5287-4025-94cf-80e841765871", "attachment_id": "9a3f0a4d-b5f5-416d-bbf5-81b267d88cfb", "volume_id": "f17b5712-5287-4025-94cf-80e841765871", "server_id": "cf9e84f1-26c5-4486-805c-5b62011b1323", "host_name": "np0000003364", "device": "/dev/vdb", "attached_at": "2026-06-22T10:10:09.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "95db450c7b0643c4a4ee3af3a7f7f680", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003364@storpool#default"}}'
2026-06-22 10:10:14,417 107004 INFO [tempest.common.waiters] volume f17b5712-5287-4025-94cf-80e841765871 reached in-use after waiting for 0.417409 seconds
2026-06-22 10:10:27,104 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 POST https://10.4.3.99/compute/v2.1/os-assisted-volume-snapshots 12.686s
2026-06-22 10:10:27,104 107004 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"snapshot": {"volume_id": "f17b5712-5287-4025-94cf-80e841765871", "create_info": {"snapshot_id": "3ed6d5a6-4f38-49e1-af0b-e5fa86f972ad", "type": "qcow2", "new_file": "new_file"}}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '78', '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-319563a2-443a-41ad-b736-bb1aacdb9212', 'x-compute-request-id': 'req-319563a2-443a-41ad-b736-bb1aacdb9212', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/os-assisted-volume-snapshots'}
Body: b'{"snapshot": {"id": null, "volumeId": "f17b5712-5287-4025-94cf-80e841765871"}}'
2026-06-22 10:10:34,145 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 500 DELETE https://10.4.3.99/compute/v2.1/os-assisted-volume-snapshots/None?delete_info=%7B%22volume_id%22%3A+%22f17b5712-5287-4025-94cf-80e841765871%22%7D 7.041s
2026-06-22 10:10:34,145 107004 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 10:10:27 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-abdd3026-74ed-43e3-bf40-0d226742ef70', 'x-compute-request-id': 'req-abdd3026-74ed-43e3-bf40-0d226742ef70', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/os-assisted-volume-snapshots/None?delete_info=%7B%22volume_id%22%3A+%22f17b5712-5287-4025-94cf-80e841765871%22%7D'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,210 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 500 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.064s
2026-06-22 10:10:34,211 107004 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 10:10:34 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-05095e57-2496-4597-88a4-820c8ebf7a0f', 'x-openstack-request-id': 'req-05095e57-2496-4597-88a4-820c8ebf7a0f', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 10:10:34,362 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 500 GET https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323/os-volume_attachments 0.151s
2026-06-22 10:10:34,363 107004 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 10:10:34 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-d007c4bd-b58a-49ae-b9b6-9a2355a5491e', 'x-compute-request-id': 'req-d007c4bd-b58a-49ae-b9b6-9a2355a5491e', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/cf9e84f1-26c5-4486-805c-5b62011b1323/os-volume_attachments'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,431 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 500 GET https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.065s
2026-06-22 10:10:34,431 107004 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 10:10:34 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-473d2720-b904-4430-b2da-ccd34a981c39', 'x-openstack-request-id': 'req-473d2720-b904-4430-b2da-ccd34a981c39', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-22 10:10:34,492 107004 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 500 DELETE https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871 0.060s
2026-06-22 10:10:34,492 107004 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 10:10:34 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-108821bb-915f-48af-90f4-6116652537c2', 'x-openstack-request-id': 'req-108821bb-915f-48af-90f4-6116652537c2', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f17b5712-5287-4025-94cf-80e841765871'}
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 602, in _detach_volume
volume = self.volumes_client.show_volume(volume['id'])['volume']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
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-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 468, in wait_for_volume_attachment_remove_from_server
volumes = client.list_volume_attachments(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 524, in list_volume_attachments
resp, body = self.get('servers/%s/os-volume_attachments' % (
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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'>
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 371, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[resource_name]['status']
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
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-4: {{{
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 71, in test_volume_assisted_snapshot_create_delete
self.assisted_v_client.delete_assisted_volume_snapshot(
File "/opt/stack/tempest/tempest/lib/services/compute/assisted_volume_snapshots_client.py", line 38, in delete_assisted_volume_snapshot
resp, body = self.delete("os-assisted-volume-snapshots/%s?%s"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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'>
|
||||||
| 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
ft75.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 10:08:39,152 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/image/v2/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd 0.418s
2026-06-22 10:08:39,152 107008 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 10:08:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1044', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5d08f49a-1fbd-4e1d-9e4e-edf26ad77781', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/image/v2/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd'}
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": "46cbca20665341c89b4830ebc5b813c3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "created_at": "2026-06-22T10:06:35Z", "updated_at": "2026-06-22T10:06:37Z", "tags": [], "self": "/v2/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "file": "/v2/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd/file", "schema": "/v2/schemas/image"}'
2026-06-22 10:08:40,594 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST https://10.4.3.99/image/v2/images 0.608s
2026-06-22 10:08:40,595 107008 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 10:08:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'https://127.0.0.1:60999/v2/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-12e2aed4-345f-4cfe-8185-132238031171', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/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": "269ca52ad0d4443891c9c1bb0c69a1fb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "created_at": "2026-06-22T10:08:41Z", "updated_at": "2026-06-22T10:08:41Z", "tags": [], "self": "/v2/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6", "file": "/v2/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6/file", "schema": "/v2/schemas/image"}'
2026-06-22 10:08:42,638 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT https://10.4.3.99/image/v2/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6/file 2.043s
2026-06-22 10:08:42,638 107008 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x73332080c7f0>
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-574332a4-23f3-49af-a17d-7b0c98ae69a1', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.99/image/v2/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6/file'}
Body: b''
2026-06-22 10:08:42,639 107008 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-22 10:08:42,639 107008 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-22 10:08:43,012 107008 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.99/compute/v2.1/os-keypairs 0.372s
2026-06-22 10:08:43,013 107008 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1441156103", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfyjmNXXxhWvNxM9wRNAYExKLFY4FO2Z8Dqfg4F+/5dqGMlPTapYkY1IC2uHRez+EYLrRzM3k3YhOMK+QCjgyZGaU5V+0BeYQPyIgDQq5vT48y9HWwzMOYxVmhw5HObcg=="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:42 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-c19f4ecb-f321-41c7-b362-517d3bf8b839', 'x-compute-request-id': 'req-c19f4ecb-f321-41c7-b362-517d3bf8b839', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1441156103", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfyjmNXXxhWvNxM9wRNAYExKLFY4FO2Z8Dqfg4F+/5dqGMlPTapYkY1IC2uHRez+EYLrRzM3k3YhOMK+QCjgyZGaU5V+0BeYQPyIgDQq5vT48y9HWwzMOYxVmhw5HObcg==", "fingerprint": "df:b1:f7:19:62:33:3a:98:92:da:af:5e:05:20:0a:f2", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1"}}'
2026-06-22 10:08:43,014 107008 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1441156103 created
2026-06-22 10:08:43,499 107008 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-groups 0.485s
2026-06-22 10:08:43,499 107008 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--1623645641", "description": "tempest-description--696191631"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-d4a35fe5-fd11-4588-b9fa-6f36307e5da9', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "001dec79-64e7-4f17-b174-c84c4f440932", "name": "tempest-securitygroup--1623645641", "stateful": true, "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "project_id": "b3e287cabb2447f4a1f01f10f99d9530", "description": "tempest-description--696191631", "shared": false, "security_group_rules": [{"id": "65137c1c-1659-4c79-82a0-b3d8e0d4fc64", "project_id": "b3e287cabb2447f4a1f01f10f99d9530", "security_group_id": "001dec79-64e7-4f17-b174-c84c4f440932", "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": 245, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:08:43Z", "updated_at": "2026-06-22T10:08:43Z", "revision_number": 0, "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530"}, {"id": "f933dcb8-ac14-422c-a3fb-01d915d5efb3", "project_id": "b3e287cabb2447f4a1f01f10f99d9530", "security_group_id": "001dec79-64e7-4f17-b174-c84c4f440932", "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": 248, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:08:43Z", "updated_at": "2026-06-22T10:08:43Z", "revision_number": 0, "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530"}], "tags": [], "created_at": "2026-06-22T10:08:43Z", "updated_at": "2026-06-22T10:08:43Z", "revision_number": 1}}'
2026-06-22 10:08:44,090 107008 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.590s
2026-06-22 10:08:44,090 107008 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": "001dec79-64e7-4f17-b174-c84c4f440932", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-72fc6f75-68e7-4de2-9032-ab85ab467b0f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b76584f8-b554-49bc-9796-56de15ff5167", "project_id": "b3e287cabb2447f4a1f01f10f99d9530", "security_group_id": "001dec79-64e7-4f17-b174-c84c4f440932", "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-22T10:08:43Z", "updated_at": "2026-06-22T10:08:43Z", "revision_number": 0, "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530"}}'
2026-06-22 10:08:44,290 107008 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.200s
2026-06-22 10:08:44,290 107008 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": "001dec79-64e7-4f17-b174-c84c4f440932", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a2029deb-8002-4182-8f82-31455fa2dd50', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4476ec68-3022-4aa1-a364-3846345d3e48", "project_id": "b3e287cabb2447f4a1f01f10f99d9530", "security_group_id": "001dec79-64e7-4f17-b174-c84c4f440932", "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-22T10:08:44Z", "updated_at": "2026-06-22T10:08:44Z", "revision_number": 0, "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530"}}'
2026-06-22 10:08:44,291 107008 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1623645641 created
2026-06-22 10:08:45,306 107008 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/floatingips 1.015s
2026-06-22 10:08:45,307 107008 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-764525a2-6247-4501-ab5d-81f765b70d08', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "1de7a838-fe07-4c9f-a59a-1ad552a1fd51", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "project_id": "b3e287cabb2447f4a1f01f10f99d9530", "floating_ip_address": "172.24.5.86", "floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5", "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-22T10:08:45Z", "updated_at": "2026-06-22T10:08:45Z", "revision_number": 0}}'
2026-06-22 10:08:45,307 107008 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1de7a838-fe07-4c9f-a59a-1ad552a1fd51', 'tenant_id': 'b3e287cabb2447f4a1f01f10f99d9530', 'project_id': 'b3e287cabb2447f4a1f01f10f99d9530', 'floating_ip_address': '172.24.5.86', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:08:45Z', 'updated_at': '2026-06-22T10:08:45Z', 'revision_number': 0, 'ip': '172.24.5.86'} created
2026-06-22 10:08:45,454 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST https://10.4.3.99/identity/v3/auth/tokens 0.144s
2026-06-22 10:08:45,454 107008 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2931', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-01e495c2-f1e1-4422-9dab-1fb302de0f05', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "80d7c6f89f5d4a43a440bcccd77f87a1", "name": "tempest-AttachSCSIVolumeTestJSON-44317873-project-member", "password_expires_at": null}, "audit_ids": ["6Jlh-GWHSIisf_cy0v6ksA"], "expires_at": "2026-06-22T11:08:45.000000Z", "issued_at": "2026-06-22T10:08:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3e287cabb2447f4a1f01f10f99d9530", "name": "tempest-AttachSCSIVolumeTestJSON-44317873"}, "is_domain": false, "roles": [{"id": "b82d3869773d44828d9cc6861134f5f3", "name": "member"}, {"id": "15d6a826a9bf488da10e8441c02c65d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "38e1e0bb01d44ddfa5e7bfdb95cd674b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/identity", "region": "RegionOne"}], "id": "05dba96c6ea2443db8d3f5fce94d0efd", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "35538f67f0a34cee858ae06c605430c1", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.99:8080", "region": "RegionOne"}, {"id": "bb681a1988af4afaac837708d7c60f13", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99:8080/v1/AUTH_b3e287cabb2447f4a1f01f10f99d9530", "region": "RegionOne"}], "id": "3ac1aa3458174f57aa1a6c06a4d985a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "6182f2b1e72e477ca502d8706096c7eb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/networking", "region": "RegionOne"}], "id": "5e3831e6a56945f9bc847444d70c64a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "883dbd60f1094882be0e788886452652", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/image", "region": "RegionOne"}], "id": "850bb502ce3f4ccd978ed45c698a873c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "33c408bd519543d1aecae05e9512d64b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2.1", "region": "RegionOne"}], "id": "a3fb3c4546664aaeb60f744fa3148032", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "91217b82f8284c2d80af57181cb6f558", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/volume/v3", "region": "RegionOne"}], "id": "acfee0ae1aaa4d61a2b3ee3ddf932090", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b69d2e2c3f2b4a5db79d75a59681938e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2/b3e287cabb2447f4a1f01f10f99d9530", "region": "RegionOne"}], "id": "cbb40f5db9f143979262da0434bca0c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b063807bc7d2421ea93e3a7cd849a804", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/placement", "region": "RegionOne"}], "id": "d75c50a9c0fd44cfaa11133665823729", "type": "placement", "name": "placement"}]}}'
2026-06-22 10:08:45,454 107008 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'a41cd471-75be-422b-b6b3-e96832d12602', 'name': 'tempest-AttachSCSIVolumeTestJSON-1283262172-network', 'tenant_id': 'b3e287cabb2447f4a1f01f10f99d9530', 'project_id': 'b3e287cabb2447f4a1f01f10f99d9530', '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': 8529, '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-22T10:08:17Z', 'updated_at': '2026-06-22T10:08:17Z', 'revision_number': 1} available for tenant
2026-06-22 10:08:45,454 107008 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1441156103', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfyjmNXXxhWvNxM9wRNAYExKLFY4FO2Z8Dqfg4F+/5dqGMlPTapYkY1IC2uHRez+EYLrRzM3k3YhOMK+QCjgyZGaU5V+0BeYQPyIgDQq5vT48y9HWwzMOYxVmhw5HObcg==', 'fingerprint': 'df:b1:f7:19:62:33:3a:98:92:da:af:5e:05:20:0a:f2', 'user_id': '80d7c6f89f5d4a43a440bcccd77f87a1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBrf84v5fA36orE96bgr+7M40+V/MOyBIIvOlx1sYaqdLhm229jPz9C\nUsnDYa0VPX+gBwYFK4EEACKhZANiAAQ38o5jV18YVrzcTPcETQGBMSixWOBTtmfA\n6n4OBfv+XahjJT02qWJGNSAtrh0Xs/hGC60czN5N2ITjCvkAo4MmRmlOVftAXmED\n8iIA0Kub0+PMvR1sMzDmMVZocORzm3I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '001dec79-64e7-4f17-b174-c84c4f440932', 'name': 'tempest-securitygroup--1623645641', 'stateful': True, 'tenant_id': 'b3e287cabb2447f4a1f01f10f99d9530', 'project_id': 'b3e287cabb2447f4a1f01f10f99d9530', 'description': 'tempest-description--696191631', 'shared': False, 'security_group_rules': [{'id': '65137c1c-1659-4c79-82a0-b3d8e0d4fc64', 'project_id': 'b3e287cabb2447f4a1f01f10f99d9530', 'security_group_id': '001dec79-64e7-4f17-b174-c84c4f440932', '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': 245, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:08:43Z', 'updated_at': '2026-06-22T10:08:43Z', 'revision_number': 0, 'tenant_id': 'b3e287cabb2447f4a1f01f10f99d9530'}, {'id': 'f933dcb8-ac14-422c-a3fb-01d915d5efb3', 'project_id': 'b3e287cabb2447f4a1f01f10f99d9530', 'security_group_id': '001dec79-64e7-4f17-b174-c84c4f440932', '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': 248, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:08:43Z', 'updated_at': '2026-06-22T10:08:43Z', 'revision_number': 0, 'tenant_id': 'b3e287cabb2447f4a1f01f10f99d9530'}], 'tags': [], 'created_at': '2026-06-22T10:08:43Z', 'updated_at': '2026-06-22T10:08:43Z', 'revision_number': 1}, 'floating_ip': {'id': '1de7a838-fe07-4c9f-a59a-1ad552a1fd51', 'tenant_id': 'b3e287cabb2447f4a1f01f10f99d9530', 'project_id': 'b3e287cabb2447f4a1f01f10f99d9530', 'floating_ip_address': '172.24.5.86', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:08:45Z', 'updated_at': '2026-06-22T10:08:45Z', 'revision_number': 0, 'ip': '172.24.5.86'}}
2026-06-22 10:08:48,387 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST https://10.4.3.99/compute/v2.1/servers 2.932s
2026-06-22 10:08:48,388 107008 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-483749333", "imageRef": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "a41cd471-75be-422b-b6b3-e96832d12602"}], "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "key_name": "tempest-keypair-1441156103", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '404', 'location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5', '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-1af7d233-b855-4c76-a93b-b84a7543b132', 'x-compute-request-id': 'req-1af7d233-b855-4c76-a93b-b84a7543b132', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/compute/v2.1/servers'}
Body: b'{"server": {"id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "adminPass": "FeDKgxpnY8Wb"}}'
2026-06-22 10:08:48,866 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.475s
2026-06-22 10:08:48,866 107008 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 10:08:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1239', '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-d86a01bc-62e4-4812-9d63-01c0d14cd629', 'x-compute-request-id': 'req-d86a01bc-62e4-4812-9d63-01c0d14cd629', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:48Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "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 10:08:50,556 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.681s
2026-06-22 10:08:50,556 107008 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 10:08:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1235', '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-a3193a5a-bece-4fbc-a0e1-41e74c9cb244', 'x-compute-request-id': 'req-a3193a5a-bece-4fbc-a0e1-41e74c9cb244', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "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 10:08:50,562 107008 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-22 10:08:51,717 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.154s
2026-06-22 10:08:51,717 107008 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 10:08:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1235', '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-3d1a0497-953b-45c5-aa2a-7eacfe6350a9', 'x-compute-request-id': 'req-3d1a0497-953b-45c5-aa2a-7eacfe6350a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "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 10:08:52,990 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.268s
2026-06-22 10:08:52,990 107008 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 10:08:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1291', '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-1195b8cb-54be-49b4-aec7-c30801a042a3', 'x-compute-request-id': 'req-1195b8cb-54be-49b4-aec7-c30801a042a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "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 10:08:54,182 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.186s
2026-06-22 10:08:54,182 107008 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 10:08:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1291', '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-18e3584c-67d7-43cc-8574-ccd4fbc98636', 'x-compute-request-id': 'req-18e3584c-67d7-43cc-8574-ccd4fbc98636', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "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 10:08:55,459 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.262s
2026-06-22 10:08:55,460 107008 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 10:08:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', '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-bb7f19bd-856a-4759-8ed5-f37a0301ed5a', 'x-compute-request-id': 'req-bb7f19bd-856a-4759-8ed5-f37a0301ed5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "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 10:08:55,467 107008 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-06-22 10:08:56,682 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.215s
2026-06-22 10:08:56,682 107008 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 10:08:56 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-9f02dd28-5909-499e-9aa4-79ce44500a98', 'x-compute-request-id': 'req-9f02dd28-5909-499e-9aa4-79ce44500a98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "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 10:08:56,688 107008 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-06-22 10:08:57,960 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.271s
2026-06-22 10:08:57,960 107008 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 10:08:57 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-13c4b507-ba66-4030-9322-4d04fc2d0f57', 'x-compute-request-id': 'req-13c4b507-ba66-4030-9322-4d04fc2d0f57', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "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 10:08:59,334 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.366s
2026-06-22 10:08:59,334 107008 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 10:08:58 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-01d3882f-bbe6-4e1d-894d-0b3f555cb29b', 'x-compute-request-id': 'req-01d3882f-bbe6-4e1d-894d-0b3f555cb29b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "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 10:09:00,846 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.507s
2026-06-22 10:09:00,846 107008 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 10:09:00 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-632babf6-98a1-41ab-9926-3f437e4f32d5', 'x-compute-request-id': 'req-632babf6-98a1-41ab-9926-3f437e4f32d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "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 10:09:02,341 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.487s
2026-06-22 10:09:02,341 107008 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 10:09:01 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-f3721189-9b2e-45e7-b75e-05eccb4dcf27', 'x-compute-request-id': 'req-f3721189-9b2e-45e7-b75e-05eccb4dcf27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "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 10:09:15,015 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 11.667s
2026-06-22 10:09:15,016 107008 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 10:09:03 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-5a595f2b-39b4-49bc-9ccb-fa18f6f731a6', 'x-compute-request-id': 'req-5a595f2b-39b4-49bc-9ccb-fa18f6f731a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:08:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "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 10:09:16,362 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.340s
2026-06-22 10:09:16,362 107008 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 10:09:16 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-242f42d8-f88b-448d-b8d1-564545452894', 'x-compute-request-id': 'req-242f42d8-f88b-448d-b8d1-564545452894', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "BUILD", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:09:16Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "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 10:09:17,599 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.230s
2026-06-22 10:09:17,599 107008 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 10:09:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1549', '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-7785e4af-4af4-4514-b7a7-60a812108683', 'x-compute-request-id': 'req-7785e4af-4af4-4514-b7a7-60a812108683', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1283262172-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:38:73"}]}, "created": "2026-06-22T10:08:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "9e8053761a634e8217553003d233b7f27bcf00d149eb0602f85b5a3a", "id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "image": {"id": "f786b752-d3e1-441c-be91-e7ddaab0f5a6", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5"}], "metadata": {}, "name": "tempest-AttachSCSIVolumeTestJSON-server-483749333", "status": "ACTIVE", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "updated": "2026-06-22T10:09:16Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1441156103", "OS-SRV-USG:launched_at": "2026-06-22T10:09:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1623645641"}], "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 10:09:17,606 107008 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 29 second wait
2026-06-22 10:09:17,763 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5/os-interface 0.156s
2026-06-22 10:09:17,764 107008 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 10:09:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '282', '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-004503f4-a82a-458e-ad56-706daf728b3b', 'x-compute-request-id': 'req-004503f4-a82a-458e-ad56-706daf728b3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "a41cd471-75be-422b-b6b3-e96832d12602", "port_id": "1b1cbc3b-2e57-4cdb-9f60-d7dfc80ac284", "mac_addr": "fa:16:3e:d4:38:73", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "de432dff-9791-471f-9d39-ac917d52b355", "ip_address": "10.1.0.9"}]}]}'
2026-06-22 10:09:18,912 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 PUT https://10.4.3.99/networking/v2.0/floatingips/1de7a838-fe07-4c9f-a59a-1ad552a1fd51 1.147s
2026-06-22 10:09:18,912 107008 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "1b1cbc3b-2e57-4cdb-9f60-d7dfc80ac284"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-b97ef4d1-07fc-4874-a266-79466ddb39fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips/1de7a838-fe07-4c9f-a59a-1ad552a1fd51'}
Body: b'{"floatingip": {"id": "1de7a838-fe07-4c9f-a59a-1ad552a1fd51", "tenant_id": "b3e287cabb2447f4a1f01f10f99d9530", "project_id": "b3e287cabb2447f4a1f01f10f99d9530", "floating_ip_address": "172.24.5.86", "floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5", "router_id": "b5e02155-4efc-4d5a-a53c-7472e614175d", "port_id": "1b1cbc3b-2e57-4cdb-9f60-d7dfc80ac284", "fixed_ip_address": "10.1.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a41cd471-75be-422b-b6b3-e96832d12602", "mac_address": "fa:16:3e:d4:38:73", "admin_state_up": true, "status": "ACTIVE", "device_id": "f220ff92-624b-4585-86e5-e5115b1a1ac5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-22T10:08:45Z", "updated_at": "2026-06-22T10:09:18Z", "revision_number": 1}}'
2026-06-22 10:09:18,914 107008 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.86:22' as 'cirros' with public key authentication
2026-06-22 10:10:03,195 107008 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-22 10:10:03,434 107008 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-22 10:10:03,434 107008 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.86 successfully created
2026-06-22 10:10:03,701 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST https://10.4.3.99/volume/v3/volumes 0.266s
2026-06-22 10:10:03,701 107008 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-AttachSCSIVolumeTestJSON-volume-905977488"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7820311-aabe-4c09-ac99-a44f329d8df4', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7820311-aabe-4c09-ac99-a44f329d8df4', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/volume/v3/volumes'}
Body: b'{"volume": {"id": "eff46306-135f-46c3-b3ce-ed424f74fd25", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:03.628392", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-905977488", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25"}], "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 10:10:03,739 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/volume/v3/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25 0.031s
2026-06-22 10:10:03,739 107008 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 10:10:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d26e46a2-5cd6-45a6-ad1c-344cf1325a06', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d26e46a2-5cd6-45a6-ad1c-344cf1325a06', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25'}
Body: b'{"volume": {"id": "eff46306-135f-46c3-b3ce-ed424f74fd25", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:04.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-905977488", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25"}], "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3e287cabb2447f4a1f01f10f99d9530"}}'
2026-06-22 10:10:04,838 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET https://10.4.3.99/volume/v3/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25 0.091s
2026-06-22 10:10:04,838 107008 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 10:10:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3931984d-0856-4c4e-a925-1cdc194192e1', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3931984d-0856-4c4e-a925-1cdc194192e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25'}
Body: b'{"volume": {"id": "eff46306-135f-46c3-b3ce-ed424f74fd25", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:04.000000", "updated_at": "2026-06-22T10:10:04.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-905977488", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/eff46306-135f-46c3-b3ce-ed424f74fd25"}], "user_id": "80d7c6f89f5d4a43a440bcccd77f87a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3e287cabb2447f4a1f01f10f99d9530"}}'
2026-06-22 10:10:04,842 107008 INFO [tempest.common.waiters] volume eff46306-135f-46c3-b3ce-ed424f74fd25 reached available after waiting for 1.842748 seconds
2026-06-22 10:10:34,462 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 500 POST https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5/os-volume_attachments 29.619s
2026-06-22 10:10:34,462 107008 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "eff46306-135f-46c3-b3ce-ed424f74fd25"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:04 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-ace42697-a7fc-4a43-a3fb-abfc7773798a', 'x-compute-request-id': 'req-ace42697-a7fc-4a43-a3fb-abfc7773798a', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5/os-volume_attachments'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_messaging.rpc.client.RemoteError\'>"}}'
2026-06-22 10:10:34,525 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 500 DELETE https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.062s
2026-06-22 10:10:34,526 107008 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 10:10:34 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-b00891da-3401-4bfe-95ae-0c59a236260b', 'x-compute-request-id': 'req-b00891da-3401-4bfe-95ae-0c59a236260b', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,581 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 500 GET https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5 0.055s
2026-06-22 10:10:34,581 107008 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 10:10:34 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-6124632d-d642-40e0-af91-5b4e07cf4a5e', 'x-compute-request-id': 'req-6124632d-d642-40e0-af91-5b4e07cf4a5e', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/f220ff92-624b-4585-86e5-e5115b1a1ac5'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,623 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 500 DELETE https://10.4.3.99/compute/v2.1/os-keypairs/tempest-keypair-1441156103 0.041s
2026-06-22 10:10:34,624 107008 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 10:10:34 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-f908feea-264c-4a4a-a862-8a02bba6dbde', 'x-compute-request-id': 'req-f908feea-264c-4a4a-a862-8a02bba6dbde', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/os-keypairs/tempest-keypair-1441156103'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,624 107008 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-1441156103
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 10:10:34.624 107008 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 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-06-22 10:10:34.624 107008 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 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.624 107008 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 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.624 107008 ERROR tempest.lib.common.validation_resources
2026-06-22 10:10:36,483 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 409 DELETE https://10.4.3.99/networking/v2.0/security-groups/001dec79-64e7-4f17-b174-c84c4f440932 1.858s
2026-06-22 10:10:36,483 107008 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 10:10:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-a4e2276b-0eff-40fd-9ce5-e11571efe459', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.99/networking/v2.0/security-groups/001dec79-64e7-4f17-b174-c84c4f440932'}
Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 001dec79-64e7-4f17-b174-c84c4f440932 in use.", "detail": ""}}'
2026-06-22 10:10:36,484 107008 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 001dec79-64e7-4f17-b174-c84c4f440932 VM might not be deleted
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 10:10:36.484 107008 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 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-06-22 10:10:36.484 107008 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 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp)
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 001dec79-64e7-4f17-b174-c84c4f440932 in use.', 'detail': ''}
2026-06-22 10:10:36.484 107008 ERROR tempest.lib.common.validation_resources
2026-06-22 10:10:37,059 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE https://10.4.3.99/networking/v2.0/floatingips/1de7a838-fe07-4c9f-a59a-1ad552a1fd51 0.574s
2026-06-22 10:10:37,059 107008 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 10:10:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-24916cc8-68e4-4a50-b1f6-12bd1d3109c8', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips/1de7a838-fe07-4c9f-a59a-1ad552a1fd51'}
Body: b''
2026-06-22 10:10:37,851 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE https://10.4.3.99/image/v2/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6 0.790s
2026-06-22 10:10:37,851 107008 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 10:10:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5a019399-2170-4628-ae28-cb002ff1ebf4', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.99/image/v2/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6'}
Body: b''
2026-06-22 10:10:37,891 107008 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET https://10.4.3.99/image/v2/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6 0.040s
2026-06-22 10:10:37,891 107008 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 10:10:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-93a2b308-3acd-4a64-afdd-f75c832f8230', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.99/image/v2/images/f786b752-d3e1-441c-be91-e7ddaab0f5a6'}
Body: b'{"message": "No image found with ID f786b752-d3e1-441c-be91-e7ddaab0f5a6<br /><br />\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
resp, body = self.delete("servers/%s" % server_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/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-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
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'>
}}}
traceback-3: {{{
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/api/compute/admin/test_volume.py", line 139, in test_attach_scsi_disk_with_config_drive
attachment = 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_delete_server.DeleteServersTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft76.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 10:11:01,486 107012 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST https://10.4.3.99/identity/v3/auth/tokens 0.096s
2026-06-22 10:11:01,486 107012 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:11:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2927', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-20a5dd1c-f707-4da2-8718-d18fa0ccba11', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f022da7610bd4b50be4219905ca143cc", "name": "tempest-DeleteServersTestJSON-677351428-project-member", "password_expires_at": null}, "audit_ids": ["w29l5NW-Rn637uflXiOsrQ"], "expires_at": "2026-06-22T11:11:01.000000Z", "issued_at": "2026-06-22T10:11:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f79fde69a4b84c6a82793eeffa3be562", "name": "tempest-DeleteServersTestJSON-677351428"}, "is_domain": false, "roles": [{"id": "b82d3869773d44828d9cc6861134f5f3", "name": "member"}, {"id": "15d6a826a9bf488da10e8441c02c65d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "38e1e0bb01d44ddfa5e7bfdb95cd674b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/identity", "region": "RegionOne"}], "id": "05dba96c6ea2443db8d3f5fce94d0efd", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "35538f67f0a34cee858ae06c605430c1", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.99:8080", "region": "RegionOne"}, {"id": "bb681a1988af4afaac837708d7c60f13", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99:8080/v1/AUTH_f79fde69a4b84c6a82793eeffa3be562", "region": "RegionOne"}], "id": "3ac1aa3458174f57aa1a6c06a4d985a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "6182f2b1e72e477ca502d8706096c7eb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/networking", "region": "RegionOne"}], "id": "5e3831e6a56945f9bc847444d70c64a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "883dbd60f1094882be0e788886452652", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/image", "region": "RegionOne"}], "id": "850bb502ce3f4ccd978ed45c698a873c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "33c408bd519543d1aecae05e9512d64b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2.1", "region": "RegionOne"}], "id": "a3fb3c4546664aaeb60f744fa3148032", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "91217b82f8284c2d80af57181cb6f558", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/volume/v3", "region": "RegionOne"}], "id": "acfee0ae1aaa4d61a2b3ee3ddf932090", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b69d2e2c3f2b4a5db79d75a59681938e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2/f79fde69a4b84c6a82793eeffa3be562", "region": "RegionOne"}], "id": "cbb40f5db9f143979262da0434bca0c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b063807bc7d2421ea93e3a7cd849a804", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/placement", "region": "RegionOne"}], "id": "d75c50a9c0fd44cfaa11133665823729", "type": "placement", "name": "placement"}]}}'
2026-06-22 10:11:01,486 107012 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '941978f9-02c6-43b1-857a-12307a6b99b9', 'name': 'tempest-DeleteServersTestJSON-1426892435-network', 'tenant_id': 'f79fde69a4b84c6a82793eeffa3be562', 'project_id': 'f79fde69a4b84c6a82793eeffa3be562', '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': 17321, '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-22T10:10:03Z', 'updated_at': '2026-06-22T10:10:03Z', 'revision_number': 1} available for tenant
}}}
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/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 119, in test_delete_server_while_in_attached_volume
server = self.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 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_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/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 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.99', port=443): Read timed out. (read timeout=90)
|
||||||
| 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
ft77.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 10:08:39,840 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST https://10.4.3.99/networking/v2.0/networks 1.727s
2026-06-22 10:08:39,840 107018 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-1902110611"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '621', 'x-openstack-request-id': 'req-093d99a9-37b9-449f-a9ed-d28aff02144d', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/networks'}
Body: b'{"network":{"id":"685f9569-5b71-4de4-9ad9-13f9b89b2e8a","name":"tempest-tagged-attachments-test-net-1902110611","tenant_id":"49235dd2dd7c488792f877d49c4c02df","project_id":"49235dd2dd7c488792f877d49c4c02df","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-22T10:08:38Z","updated_at":"2026-06-22T10:08:39Z","revision_number":1}}'
2026-06-22 10:08:41,594 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST https://10.4.3.99/networking/v2.0/subnets 1.753s
2026-06-22 10:08:41,594 107018 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "685f9569-5b71-4de4-9ad9-13f9b89b2e8a", "cidr": "10.10.10.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-2aae8422-34f7-45f2-831f-4e976363d7ce', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"e7aea347-db22-4d1b-860f-017ba6ba4b96","name":"","project_id":"49235dd2dd7c488792f877d49c4c02df","network_id":"685f9569-5b71-4de4-9ad9-13f9b89b2e8a","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-22T10:08:40Z","updated_at":"2026-06-22T10:08:40Z","revision_number":0,"tenant_id":"49235dd2dd7c488792f877d49c4c02df"}}'
2026-06-22 10:08:41,906 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST https://10.4.3.99/volume/v3/volumes 0.312s
2026-06-22 10:08:41,906 107018 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-1784874244"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2df3909-fcf8-4378-a095-3e585ebfc38f', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2df3909-fcf8-4378-a095-3e585ebfc38f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/volume/v3/volumes'}
Body: b'{"volume": {"id": "ef61b073-6cba-489d-aa32-b01a7be99843", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:41.811725", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1784874244", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/ef61b073-6cba-489d-aa32-b01a7be99843"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/ef61b073-6cba-489d-aa32-b01a7be99843"}], "user_id": "2039c510f4fd40c9b43d986b5d621770", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 10:08:41,955 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/volume/v3/volumes/ef61b073-6cba-489d-aa32-b01a7be99843 0.044s
2026-06-22 10:08:41,955 107018 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 10:08:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cef55ff-b894-4085-a284-a5a29e702eca', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cef55ff-b894-4085-a284-a5a29e702eca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/ef61b073-6cba-489d-aa32-b01a7be99843'}
Body: b'{"volume": {"id": "ef61b073-6cba-489d-aa32-b01a7be99843", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:42.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1784874244", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/ef61b073-6cba-489d-aa32-b01a7be99843"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/ef61b073-6cba-489d-aa32-b01a7be99843"}], "user_id": "2039c510f4fd40c9b43d986b5d621770", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49235dd2dd7c488792f877d49c4c02df"}}'
2026-06-22 10:08:43,007 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/volume/v3/volumes/ef61b073-6cba-489d-aa32-b01a7be99843 0.042s
2026-06-22 10:08:43,007 107018 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 10:08:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04864085-ec49-4427-a20a-f0873b628293', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04864085-ec49-4427-a20a-f0873b628293', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/ef61b073-6cba-489d-aa32-b01a7be99843'}
Body: b'{"volume": {"id": "ef61b073-6cba-489d-aa32-b01a7be99843", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:08:42.000000", "updated_at": "2026-06-22T10:08:42.000000", "name": "tempest-TaggedAttachmentsTest-volume-1784874244", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/ef61b073-6cba-489d-aa32-b01a7be99843"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/ef61b073-6cba-489d-aa32-b01a7be99843"}], "user_id": "2039c510f4fd40c9b43d986b5d621770", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49235dd2dd7c488792f877d49c4c02df"}}'
2026-06-22 10:08:43,014 107018 INFO [tempest.common.waiters] volume ef61b073-6cba-489d-aa32-b01a7be99843 reached available after waiting for 2.014817 seconds
2026-06-22 10:08:43,016 107018 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-22 10:08:43,016 107018 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-22 10:08:43,060 107018 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/compute/v2.1/os-keypairs 0.043s
2026-06-22 10:08:43,060 107018 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-1486625448", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCq6VWZFtB/PHLXQ76e8ib8tDZgia4ZxfGEoX1icruaXa7E7LzbMQEKYWXCeU52ofhuUw7csiA34W7+s3b+kuQgQ8dHKDtOGp0aFezXrJ3vPviqy8PqcG+N0LDAmbA/lDg=="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:43 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-4df1e6e8-c9b2-4fa4-9cb6-81c1b91a3033', 'x-compute-request-id': 'req-4df1e6e8-c9b2-4fa4-9cb6-81c1b91a3033', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1486625448", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCq6VWZFtB/PHLXQ76e8ib8tDZgia4ZxfGEoX1icruaXa7E7LzbMQEKYWXCeU52ofhuUw7csiA34W7+s3b+kuQgQ8dHKDtOGp0aFezXrJ3vPviqy8PqcG+N0LDAmbA/lDg==", "fingerprint": "ea:6a:7d:ef:87:41:34:ba:9b:35:42:6c:27:4f:37:c6", "user_id": "2039c510f4fd40c9b43d986b5d621770"}}'
2026-06-22 10:08:43,061 107018 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1486625448 created
2026-06-22 10:08:43,386 107018 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-groups 0.324s
2026-06-22 10:08:43,387 107018 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--1927016642", "description": "tempest-description--777712872"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-872f1f09-0d93-4dbe-baf5-ab2821cf72e6', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "58d5ec4e-2938-439f-b210-6408ea137c37", "name": "tempest-securitygroup--1927016642", "stateful": true, "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "project_id": "49235dd2dd7c488792f877d49c4c02df", "description": "tempest-description--777712872", "shared": false, "security_group_rules": [{"id": "7f6cb57c-2be2-439e-84c3-a0d9c76b490b", "project_id": "49235dd2dd7c488792f877d49c4c02df", "security_group_id": "58d5ec4e-2938-439f-b210-6408ea137c37", "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": 246, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:08:43Z", "updated_at": "2026-06-22T10:08:43Z", "revision_number": 0, "tenant_id": "49235dd2dd7c488792f877d49c4c02df"}, {"id": "f7b37152-0132-4cb9-8d53-bd6f499ec269", "project_id": "49235dd2dd7c488792f877d49c4c02df", "security_group_id": "58d5ec4e-2938-439f-b210-6408ea137c37", "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": 247, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:08:43Z", "updated_at": "2026-06-22T10:08:43Z", "revision_number": 0, "tenant_id": "49235dd2dd7c488792f877d49c4c02df"}], "tags": [], "created_at": "2026-06-22T10:08:43Z", "updated_at": "2026-06-22T10:08:43Z", "revision_number": 1}}'
2026-06-22 10:08:43,722 107018 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.335s
2026-06-22 10:08:43,722 107018 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": "58d5ec4e-2938-439f-b210-6408ea137c37", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-50be2581-a167-494d-a2fe-bd2c35850dc4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "80f0881c-b3a4-4674-94ad-1d236a6db10c", "project_id": "49235dd2dd7c488792f877d49c4c02df", "security_group_id": "58d5ec4e-2938-439f-b210-6408ea137c37", "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-22T10:08:43Z", "updated_at": "2026-06-22T10:08:43Z", "revision_number": 0, "tenant_id": "49235dd2dd7c488792f877d49c4c02df"}}'
2026-06-22 10:08:44,164 107018 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.442s
2026-06-22 10:08:44,164 107018 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": "58d5ec4e-2938-439f-b210-6408ea137c37", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ca6f8467-0cc3-4110-a4eb-d5ad0259cd86', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "681dae74-0977-4d45-ab64-c18fe3200c50", "project_id": "49235dd2dd7c488792f877d49c4c02df", "security_group_id": "58d5ec4e-2938-439f-b210-6408ea137c37", "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-22T10:08:44Z", "updated_at": "2026-06-22T10:08:44Z", "revision_number": 0, "tenant_id": "49235dd2dd7c488792f877d49c4c02df"}}'
2026-06-22 10:08:44,165 107018 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1927016642 created
2026-06-22 10:08:44,762 107018 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/floatingips 0.597s
2026-06-22 10:08:44,762 107018 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-19c22434-d487-4c67-b977-8f50e829b415', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "da0c650c-3c36-4892-84fa-07762cfafecb", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "project_id": "49235dd2dd7c488792f877d49c4c02df", "floating_ip_address": "172.24.5.154", "floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5", "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-22T10:08:44Z", "updated_at": "2026-06-22T10:08:44Z", "revision_number": 0}}'
2026-06-22 10:08:44,762 107018 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'da0c650c-3c36-4892-84fa-07762cfafecb', 'tenant_id': '49235dd2dd7c488792f877d49c4c02df', 'project_id': '49235dd2dd7c488792f877d49c4c02df', 'floating_ip_address': '172.24.5.154', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:08:44Z', 'updated_at': '2026-06-22T10:08:44Z', 'revision_number': 0, 'ip': '172.24.5.154'} created
2026-06-22 10:08:44,886 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST https://10.4.3.99/identity/v3/auth/tokens 0.120s
2026-06-22 10:08:44,886 107018 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:44 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-63db5647-df44-4121-b87d-fc91b35a44bb', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2039c510f4fd40c9b43d986b5d621770", "name": "tempest-TaggedAttachmentsTest-1004726039-project-member", "password_expires_at": null}, "audit_ids": ["sCQM85qFRtGWQm60pCLqLw"], "expires_at": "2026-06-22T11:08:44.000000Z", "issued_at": "2026-06-22T10:08:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49235dd2dd7c488792f877d49c4c02df", "name": "tempest-TaggedAttachmentsTest-1004726039"}, "is_domain": false, "roles": [{"id": "b82d3869773d44828d9cc6861134f5f3", "name": "member"}, {"id": "15d6a826a9bf488da10e8441c02c65d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "38e1e0bb01d44ddfa5e7bfdb95cd674b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/identity", "region": "RegionOne"}], "id": "05dba96c6ea2443db8d3f5fce94d0efd", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "35538f67f0a34cee858ae06c605430c1", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.99:8080", "region": "RegionOne"}, {"id": "bb681a1988af4afaac837708d7c60f13", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99:8080/v1/AUTH_49235dd2dd7c488792f877d49c4c02df", "region": "RegionOne"}], "id": "3ac1aa3458174f57aa1a6c06a4d985a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "6182f2b1e72e477ca502d8706096c7eb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/networking", "region": "RegionOne"}], "id": "5e3831e6a56945f9bc847444d70c64a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "883dbd60f1094882be0e788886452652", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/image", "region": "RegionOne"}], "id": "850bb502ce3f4ccd978ed45c698a873c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "33c408bd519543d1aecae05e9512d64b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2.1", "region": "RegionOne"}], "id": "a3fb3c4546664aaeb60f744fa3148032", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "91217b82f8284c2d80af57181cb6f558", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/volume/v3", "region": "RegionOne"}], "id": "acfee0ae1aaa4d61a2b3ee3ddf932090", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b69d2e2c3f2b4a5db79d75a59681938e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2/49235dd2dd7c488792f877d49c4c02df", "region": "RegionOne"}], "id": "cbb40f5db9f143979262da0434bca0c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b063807bc7d2421ea93e3a7cd849a804", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/placement", "region": "RegionOne"}], "id": "d75c50a9c0fd44cfaa11133665823729", "type": "placement", "name": "placement"}]}}'
2026-06-22 10:08:44,887 107018 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '02686bd5-c768-4dc8-b0ac-ca52290de51b', 'name': 'tempest-TaggedAttachmentsTest-1381169309-network', 'tenant_id': '49235dd2dd7c488792f877d49c4c02df', 'project_id': '49235dd2dd7c488792f877d49c4c02df', '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': 33764, '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-22T10:08:17Z', 'updated_at': '2026-06-22T10:08:17Z', 'revision_number': 1} available for tenant
2026-06-22 10:08:45,022 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST https://10.4.3.99/identity/v3/auth/tokens 0.131s
2026-06-22 10:08:45,022 107018 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:44 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-4dd46b04-aeb1-4519-b3e7-04349d0958a7', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2039c510f4fd40c9b43d986b5d621770", "name": "tempest-TaggedAttachmentsTest-1004726039-project-member", "password_expires_at": null}, "audit_ids": ["3ZPjAX0aQ-Sn2l2XbBFFyg"], "expires_at": "2026-06-22T11:08:44.000000Z", "issued_at": "2026-06-22T10:08:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "49235dd2dd7c488792f877d49c4c02df", "name": "tempest-TaggedAttachmentsTest-1004726039"}, "is_domain": false, "roles": [{"id": "b82d3869773d44828d9cc6861134f5f3", "name": "member"}, {"id": "15d6a826a9bf488da10e8441c02c65d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "38e1e0bb01d44ddfa5e7bfdb95cd674b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/identity", "region": "RegionOne"}], "id": "05dba96c6ea2443db8d3f5fce94d0efd", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "35538f67f0a34cee858ae06c605430c1", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.99:8080", "region": "RegionOne"}, {"id": "bb681a1988af4afaac837708d7c60f13", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99:8080/v1/AUTH_49235dd2dd7c488792f877d49c4c02df", "region": "RegionOne"}], "id": "3ac1aa3458174f57aa1a6c06a4d985a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "6182f2b1e72e477ca502d8706096c7eb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/networking", "region": "RegionOne"}], "id": "5e3831e6a56945f9bc847444d70c64a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "883dbd60f1094882be0e788886452652", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/image", "region": "RegionOne"}], "id": "850bb502ce3f4ccd978ed45c698a873c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "33c408bd519543d1aecae05e9512d64b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2.1", "region": "RegionOne"}], "id": "a3fb3c4546664aaeb60f744fa3148032", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "91217b82f8284c2d80af57181cb6f558", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/volume/v3", "region": "RegionOne"}], "id": "acfee0ae1aaa4d61a2b3ee3ddf932090", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b69d2e2c3f2b4a5db79d75a59681938e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2/49235dd2dd7c488792f877d49c4c02df", "region": "RegionOne"}], "id": "cbb40f5db9f143979262da0434bca0c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b063807bc7d2421ea93e3a7cd849a804", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/placement", "region": "RegionOne"}], "id": "d75c50a9c0fd44cfaa11133665823729", "type": "placement", "name": "placement"}]}}'
2026-06-22 10:08:45,022 107018 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '02686bd5-c768-4dc8-b0ac-ca52290de51b', 'name': 'tempest-TaggedAttachmentsTest-1381169309-network', 'tenant_id': '49235dd2dd7c488792f877d49c4c02df', 'project_id': '49235dd2dd7c488792f877d49c4c02df', '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': 33764, '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-22T10:08:17Z', 'updated_at': '2026-06-22T10:08:17Z', 'revision_number': 1} available for tenant
2026-06-22 10:08:45,023 107018 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1486625448', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCq6VWZFtB/PHLXQ76e8ib8tDZgia4ZxfGEoX1icruaXa7E7LzbMQEKYWXCeU52ofhuUw7csiA34W7+s3b+kuQgQ8dHKDtOGp0aFezXrJ3vPviqy8PqcG+N0LDAmbA/lDg==', 'fingerprint': 'ea:6a:7d:ef:87:41:34:ba:9b:35:42:6c:27:4f:37:c6', 'user_id': '2039c510f4fd40c9b43d986b5d621770', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCcNiIqt93U9ZEphKDEvY7T/OgQOg3V71FkVAS5+Jy3NeKwcioA071/\nnPi+kpwl8DqgBwYFK4EEACKhZANiAAQqulVmRbQfzxy10O+nvIm/LQ2YImuGcXxh\nKF9YnK7ml2uxOy82zEBCmFlwnlOdqH4blMO3LIgN+Fu/rN2/pLkIEPHRyg7ThqdG\nhXs16yd7z74qsvD6nBvjdCwwJmwP5Q4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '58d5ec4e-2938-439f-b210-6408ea137c37', 'name': 'tempest-securitygroup--1927016642', 'stateful': True, 'tenant_id': '49235dd2dd7c488792f877d49c4c02df', 'project_id': '49235dd2dd7c488792f877d49c4c02df', 'description': 'tempest-description--777712872', 'shared': False, 'security_group_rules': [{'id': '7f6cb57c-2be2-439e-84c3-a0d9c76b490b', 'project_id': '49235dd2dd7c488792f877d49c4c02df', 'security_group_id': '58d5ec4e-2938-439f-b210-6408ea137c37', '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': 246, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:08:43Z', 'updated_at': '2026-06-22T10:08:43Z', 'revision_number': 0, 'tenant_id': '49235dd2dd7c488792f877d49c4c02df'}, {'id': 'f7b37152-0132-4cb9-8d53-bd6f499ec269', 'project_id': '49235dd2dd7c488792f877d49c4c02df', 'security_group_id': '58d5ec4e-2938-439f-b210-6408ea137c37', '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': 247, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:08:43Z', 'updated_at': '2026-06-22T10:08:43Z', 'revision_number': 0, 'tenant_id': '49235dd2dd7c488792f877d49c4c02df'}], 'tags': [], 'created_at': '2026-06-22T10:08:43Z', 'updated_at': '2026-06-22T10:08:43Z', 'revision_number': 1}, 'floating_ip': {'id': 'da0c650c-3c36-4892-84fa-07762cfafecb', 'tenant_id': '49235dd2dd7c488792f877d49c4c02df', 'project_id': '49235dd2dd7c488792f877d49c4c02df', 'floating_ip_address': '172.24.5.154', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:08:44Z', 'updated_at': '2026-06-22T10:08:44Z', 'revision_number': 0, 'ip': '172.24.5.154'}}
2026-06-22 10:08:47,442 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST https://10.4.3.99/compute/v2.1/servers 2.419s
2026-06-22 10:08:47,442 107018 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-714091900", "imageRef": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "02686bd5-c768-4dc8-b0ac-ca52290de51b"}], "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "key_name": "tempest-keypair-1486625448", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:08:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '404', 'location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd', '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-e23ba1d8-932b-404a-bad0-8dc31701a7b9', 'x-compute-request-id': 'req-e23ba1d8-932b-404a-bad0-8dc31701a7b9', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/compute/v2.1/servers'}
Body: b'{"server": {"id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "adminPass": "9YshcKzG6HCJ"}}'
2026-06-22 10:08:47,997 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.552s
2026-06-22 10:08:47,997 107018 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 10:08:47 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-27a69d87-1621-48b8-8d7f-07d2530bad05', 'x-compute-request-id': 'req-27a69d87-1621-48b8-8d7f-07d2530bad05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "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 10:08:49,394 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.387s
2026-06-22 10:08:49,394 107018 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 10:08:49 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-767871bc-70da-4ddf-ac7f-1ed2e53be3ee', 'x-compute-request-id': 'req-767871bc-70da-4ddf-ac7f-1ed2e53be3ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "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 10:08:49,404 107018 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-06-22 10:08:50,668 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.263s
2026-06-22 10:08:50,668 107018 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 10:08:50 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-379b3e13-28d9-41c5-8857-927e0560a813', 'x-compute-request-id': 'req-379b3e13-28d9-41c5-8857-927e0560a813', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "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 10:08:51,797 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.118s
2026-06-22 10:08:51,797 107018 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 10:08:51 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-0b6460ce-2dc1-4d02-97ab-90b4778b7f86', 'x-compute-request-id': 'req-0b6460ce-2dc1-4d02-97ab-90b4778b7f86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "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 10:08:53,211 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.404s
2026-06-22 10:08:53,211 107018 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 10:08:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1448', '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-22a78837-6cce-4dff-919e-cdcf2df7de9c', 'x-compute-request-id': 'req-22a78837-6cce-4dff-919e-cdcf2df7de9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:08:53,217 107018 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-22 10:08:54,468 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.250s
2026-06-22 10:08:54,469 107018 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 10:08:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-0e1742ad-ecc4-4180-8b03-cbfef9be3735', 'x-compute-request-id': 'req-0e1742ad-ecc4-4180-8b03-cbfef9be3735', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:08:54,477 107018 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait
2026-06-22 10:08:55,680 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.202s
2026-06-22 10:08:55,680 107018 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 10:08:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-cec692cd-e7f5-41be-95e1-b834a6865557', 'x-compute-request-id': 'req-cec692cd-e7f5-41be-95e1-b834a6865557', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:08:56,905 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.217s
2026-06-22 10:08:56,905 107018 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 10:08:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-001b61da-92ec-4002-9e62-068bc462ea40', 'x-compute-request-id': 'req-001b61da-92ec-4002-9e62-068bc462ea40', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:08:58,652 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.736s
2026-06-22 10:08:58,653 107018 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 10:08:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-c7cc4832-e3f5-42e3-91c5-8098705dbfac', 'x-compute-request-id': 'req-c7cc4832-e3f5-42e3-91c5-8098705dbfac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:00,220 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.556s
2026-06-22 10:09:00,220 107018 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 10:08:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-6c7e8c52-b333-4c4a-baf4-22039c84df2d', 'x-compute-request-id': 'req-6c7e8c52-b333-4c4a-baf4-22039c84df2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:01,557 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.328s
2026-06-22 10:09:01,557 107018 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 10:09:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-19f1bd6e-ce3c-4118-b4a7-f626a3287668', 'x-compute-request-id': 'req-19f1bd6e-ce3c-4118-b4a7-f626a3287668', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:10,143 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 7.577s
2026-06-22 10:09:10,143 107018 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 10:09:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-1130cc88-25a5-4f40-8305-7161782af1b2', 'x-compute-request-id': 'req-1130cc88-25a5-4f40-8305-7161782af1b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:15,660 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 4.505s
2026-06-22 10:09:15,660 107018 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 10:09:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-aac2a8a7-5c8b-4151-aacb-12c3db4e5585', 'x-compute-request-id': 'req-aac2a8a7-5c8b-4151-aacb-12c3db4e5585', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:16,831 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.160s
2026-06-22 10:09:16,832 107018 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 10:09:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-2e550153-bf3b-4242-b17b-91dcc7bf5234', 'x-compute-request-id': 'req-2e550153-bf3b-4242-b17b-91dcc7bf5234', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:18,339 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.501s
2026-06-22 10:09:18,339 107018 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 10:09:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-3922b912-dab8-4d88-9f4c-b12a509835ff', 'x-compute-request-id': 'req-3922b912-dab8-4d88-9f4c-b12a509835ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:19,534 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.188s
2026-06-22 10:09:19,535 107018 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 10:09:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-907d95e4-9f5f-4f46-9a2b-d3df0d928538', 'x-compute-request-id': 'req-907d95e4-9f5f-4f46-9a2b-d3df0d928538', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:20,826 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.284s
2026-06-22 10:09:20,826 107018 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 10:09:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-7093ddc3-e8ee-4429-ab0a-488d986428ef', 'x-compute-request-id': 'req-7093ddc3-e8ee-4429-ab0a-488d986428ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:22,075 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.242s
2026-06-22 10:09:22,075 107018 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 10:09:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-10be8ad4-62ef-4df3-99bb-f9e7f1280bd6', 'x-compute-request-id': 'req-10be8ad4-62ef-4df3-99bb-f9e7f1280bd6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:23,320 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.233s
2026-06-22 10:09:23,320 107018 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 10:09:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1446', '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-ee502a9f-bb57-4b63-bc5b-ea5e97295ce8', 'x-compute-request-id': 'req-ee502a9f-bb57-4b63-bc5b-ea5e97295ce8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "BUILD", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:08:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "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 10:09:24,565 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.238s
2026-06-22 10:09:24,565 107018 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 10:09:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1627', '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-ccc88463-c20c-405c-a1fb-929a48cafdda', 'x-compute-request-id': 'req-ccc88463-c20c-405c-a1fb-929a48cafdda', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TaggedAttachmentsTest-1381169309-network": [{"version": 4, "addr": "10.1.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:f3:9c"}]}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "ACTIVE", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:09:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": "2026-06-22T10:09:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 10:09:24,574 107018 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 36 second wait
2026-06-22 10:09:24,703 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd/os-interface 0.128s
2026-06-22 10:09:24,703 107018 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 10:09:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '282', '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-724de9f5-d9f1-4860-93a4-7cbeb0a05c1a', 'x-compute-request-id': 'req-724de9f5-d9f1-4860-93a4-7cbeb0a05c1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "02686bd5-c768-4dc8-b0ac-ca52290de51b", "port_id": "ce6938a8-d55d-4380-811d-446e6e203d9c", "mac_addr": "fa:16:3e:5b:f3:9c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f9cafd45-ea87-48ad-8dd1-cf6e348971de", "ip_address": "10.1.0.4"}]}]}'
2026-06-22 10:09:25,496 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 PUT https://10.4.3.99/networking/v2.0/floatingips/da0c650c-3c36-4892-84fa-07762cfafecb 0.791s
2026-06-22 10:09:25,496 107018 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "ce6938a8-d55d-4380-811d-446e6e203d9c"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c8109f73-5862-4a3a-af96-db29c28dc79e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips/da0c650c-3c36-4892-84fa-07762cfafecb'}
Body: b'{"floatingip": {"id": "da0c650c-3c36-4892-84fa-07762cfafecb", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "project_id": "49235dd2dd7c488792f877d49c4c02df", "floating_ip_address": "172.24.5.154", "floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5", "router_id": "95a903a4-e2f4-4182-b681-9c7ef3fcd7f9", "port_id": "ce6938a8-d55d-4380-811d-446e6e203d9c", "fixed_ip_address": "10.1.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "02686bd5-c768-4dc8-b0ac-ca52290de51b", "mac_address": "fa:16:3e:5b:f3:9c", "admin_state_up": true, "status": "ACTIVE", "device_id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-22T10:08:44Z", "updated_at": "2026-06-22T10:09:24Z", "revision_number": 1}}'
2026-06-22 10:09:25,497 107018 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.154:22' as 'cirros' with public key authentication
2026-06-22 10:10:03,216 107018 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-22 10:10:03,391 107018 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-22 10:10:03,391 107018 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.154 successfully created
2026-06-22 10:10:24,134 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 20.742s
2026-06-22 10:10:24,134 107018 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 10:10:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1746', '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-dc64cca3-22f2-44e1-a9c3-1ef45bb01d86', 'x-compute-request-id': 'req-dc64cca3-22f2-44e1-a9c3-1ef45bb01d86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TaggedAttachmentsTest-1381169309-network": [{"version": 4, "addr": "10.1.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:f3:9c"}, {"version": 4, "addr": "172.24.5.154", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:f3:9c"}]}, "created": "2026-06-22T10:08:47Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "8626e4a8a6301f15fef77571f174a9681b9d938733f7d0aeefdee580", "id": "4a814fd9-1b44-4a31-90c8-c87a9c4623bd", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd"}], "metadata": {}, "name": "tempest-device-tagging-server-714091900", "status": "ACTIVE", "tenant_id": "49235dd2dd7c488792f877d49c4c02df", "user_id": "2039c510f4fd40c9b43d986b5d621770", "updated": "2026-06-22T10:09:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1486625448", "OS-SRV-USG:launched_at": "2026-06-22T10:09:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1927016642"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-06-22 10:11:35,466 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 500 POST https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd/os-interface 71.323s
2026-06-22 10:11:35,466 107018 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: {"interfaceAttachment": {"net_id": "685f9569-5b71-4de4-9ad9-13f9b89b2e8a", "tag": "nic-tag"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:24 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': '154', 'x-openstack-request-id': 'req-79b88608-c82d-4657-987d-99fe3b09cdbd', 'x-compute-request-id': 'req-79b88608-c82d-4657-987d-99fe3b09cdbd', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd/os-interface'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_messaging.exceptions.MessagingTimeout\'>"}}'
2026-06-22 10:11:35,763 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 500 DELETE https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd 0.296s
2026-06-22 10:11:35,763 107018 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 10:11:35 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-eb42f515-6d48-4cb7-bc0b-3300430c3602', 'x-compute-request-id': 'req-eb42f515-6d48-4cb7-bc0b-3300430c3602', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/4a814fd9-1b44-4a31-90c8-c87a9c4623bd'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:11:35,764 107018 ERROR [tempest.api.compute.base] Failed to delete server 4a814fd9-1b44-4a31-90c8-c87a9c4623bd
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 448, in delete_server
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base cls.servers_client.delete_server(server_id)
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base resp, body = self.delete("servers/%s" % server_id)
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base self._error_checker(resp, resp_body)
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:11:35.764 107018 ERROR tempest.api.compute.base
2026-06-22 10:11:35,945 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 500 DELETE https://10.4.3.99/compute/v2.1/os-keypairs/tempest-keypair-1486625448 0.180s
2026-06-22 10:11:35,945 107018 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 10:11:35 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-f52640e3-0930-4a41-918e-a6008eea3f99', 'x-compute-request-id': 'req-f52640e3-0930-4a41-918e-a6008eea3f99', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/os-keypairs/tempest-keypair-1486625448'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:11:35,945 107018 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-1486625448
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 10:11:35.945 107018 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 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-06-22 10:11:35.945 107018 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 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:11:35.945 107018 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 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:11:35.945 107018 ERROR tempest.lib.common.validation_resources
2026-06-22 10:13:06,040 107018 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='10.4.3.99', port=443): Read timed out. (read timeout=90)")': /networking/v2.0/security-groups/58d5ec4e-2938-439f-b210-6408ea137c37
2026-06-22 10:14:37,544 107018 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='10.4.3.99', port=443): Read timed out. (read timeout=90)")': /networking/v2.0/security-groups/58d5ec4e-2938-439f-b210-6408ea137c37
2026-06-22 10:16:07,625 107018 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='10.4.3.99', port=443): Read timed out. (read timeout=90)")': /networking/v2.0/security-groups/58d5ec4e-2938-439f-b210-6408ea137c37
2026-06-22 10:17:37,635 107018 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='10.4.3.99', port=443): Read timed out. (read timeout=90)")': /networking/v2.0/security-groups/58d5ec4e-2938-439f-b210-6408ea137c37
2026-06-22 10:18:05,116 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 503 DELETE https://10.4.3.99/networking/v2.0/security-groups/58d5ec4e-2938-439f-b210-6408ea137c37 389.169s
2026-06-22 10:18:05,116 107018 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 10:17:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-faa72203-e016-47eb-a4c5-4fc9aa499a7c', 'connection': 'close', 'status': '503', 'content-location': 'https://10.4.3.99/networking/v2.0/security-groups/58d5ec4e-2938-439f-b210-6408ea137c37'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-06-22 10:18:05,116 107018 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting security group 58d5ec4e-2938-439f-b210-6408ea137c37
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 10:18:05.116 107018 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 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-06-22 10:18:05.116 107018 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 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 956, in _error_checker
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources raise exceptions.UnexpectedResponseCode(str(resp.status),
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources Details: 503
2026-06-22 10:18:05.116 107018 ERROR tempest.lib.common.validation_resources
2026-06-22 10:18:05,348 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 503 DELETE https://10.4.3.99/networking/v2.0/floatingips/da0c650c-3c36-4892-84fa-07762cfafecb 0.231s
2026-06-22 10:18:05,348 107018 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 10:18:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c238f7f1-9c14-4e56-b20a-25e734a975d3', 'connection': 'close', 'status': '503', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips/da0c650c-3c36-4892-84fa-07762cfafecb'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-06-22 10:18:05,349 107018 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting ip da0c650c-3c36-4892-84fa-07762cfafecb
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 335, in clear_validation_resources
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources floating_ip_client.delete_floatingip(fip_id)
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/floating_ips_client.py", line 55, in delete_floatingip
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 956, in _error_checker
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources raise exceptions.UnexpectedResponseCode(str(resp.status),
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources Details: 503
2026-06-22 10:18:05.349 107018 ERROR tempest.lib.common.validation_resources
2026-06-22 10:18:05,517 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 503 DELETE https://10.4.3.99/networking/v2.0/subnets/e7aea347-db22-4d1b-860f-017ba6ba4b96 0.166s
2026-06-22 10:18:05,517 107018 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 10:18:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a286e676-acfb-4b7e-a189-328d73421293', 'connection': 'close', 'status': '503', 'content-location': 'https://10.4.3.99/networking/v2.0/subnets/e7aea347-db22-4d1b-860f-017ba6ba4b96'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-06-22 10:18:05,773 107018 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 503 DELETE https://10.4.3.99/networking/v2.0/networks/685f9569-5b71-4de4-9ad9-13f9b89b2e8a 0.255s
2026-06-22 10:18:05,774 107018 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 10:18:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6db2e841-5dac-40b9-96b8-9bf32fb4265a', 'connection': 'close', 'status': '503', 'content-location': 'https://10.4.3.99/networking/v2.0/networks/685f9569-5b71-4de4-9ad9-13f9b89b2e8a'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/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-2: {{{
Traceback (most recent call last):
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
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network
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
}}}
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 396, in test_tagged_attachment
interface = self.interfaces_client.create_interface(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/interfaces_client.py", line 47, in create_interface
resp, body = self.post('servers/%s/os-interface' % 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.exceptions.MessagingTimeout'>
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 2 | 0 | 2 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
fail
ft78.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 10:09:35,601 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394 0.223s
2026-06-22 10:09:35,602 107010 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 10:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1662', '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-40f18c54-1beb-4bec-9456-96b96eb88b69', 'x-compute-request-id': 'req-40f18c54-1beb-4bec-9456-96b96eb88b69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-735694649-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:34:78"}, {"version": 4, "addr": "172.24.5.13", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:34:78"}]}, "created": "2026-06-22T10:08:41Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "121359d8-d70c-4a4e-a98e-cfb63e41b394", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-659245754", "status": "ACTIVE", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:01Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476443704", "OS-SRV-USG:launched_at": "2026-06-22T10:09:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--159382726"}], "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 10:09:35,821 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST https://10.4.3.99/volume/v3/volumes 0.212s
2026-06-22 10:09:35,821 107010 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-ServerActionsTestOtherA-volume-920341090"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2621ae1-551e-41eb-b2e7-db613b21bff5', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2621ae1-551e-41eb-b2e7-db613b21bff5', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/volume/v3/volumes'}
Body: b'{"volume": {"id": "f2137c12-143e-4519-bd22-44c82b4eefa5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:09:35.736408", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-920341090", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f2137c12-143e-4519-bd22-44c82b4eefa5"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f2137c12-143e-4519-bd22-44c82b4eefa5"}], "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 10:09:35,986 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST https://10.4.3.99/identity/v3/auth/tokens 0.158s
2026-06-22 10:09:35,987 107010 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2933', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-df86f8c0-d6c0-40f5-92de-160fb8c3682f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "name": "tempest-ServerActionsTestOtherA-1624059487-project-member", "password_expires_at": null}, "audit_ids": ["G-LbCfEQRM-oEd4iI0Tlfw"], "expires_at": "2026-06-22T11:09:35.000000Z", "issued_at": "2026-06-22T10:09:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3c039c968b04f9dbd9828f21ede56ab", "name": "tempest-ServerActionsTestOtherA-1624059487"}, "is_domain": false, "roles": [{"id": "b82d3869773d44828d9cc6861134f5f3", "name": "member"}, {"id": "15d6a826a9bf488da10e8441c02c65d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "38e1e0bb01d44ddfa5e7bfdb95cd674b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/identity", "region": "RegionOne"}], "id": "05dba96c6ea2443db8d3f5fce94d0efd", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "35538f67f0a34cee858ae06c605430c1", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.99:8080", "region": "RegionOne"}, {"id": "bb681a1988af4afaac837708d7c60f13", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99:8080/v1/AUTH_d3c039c968b04f9dbd9828f21ede56ab", "region": "RegionOne"}], "id": "3ac1aa3458174f57aa1a6c06a4d985a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "6182f2b1e72e477ca502d8706096c7eb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/networking", "region": "RegionOne"}], "id": "5e3831e6a56945f9bc847444d70c64a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "883dbd60f1094882be0e788886452652", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/image", "region": "RegionOne"}], "id": "850bb502ce3f4ccd978ed45c698a873c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "33c408bd519543d1aecae05e9512d64b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2.1", "region": "RegionOne"}], "id": "a3fb3c4546664aaeb60f744fa3148032", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "91217b82f8284c2d80af57181cb6f558", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/volume/v3", "region": "RegionOne"}], "id": "acfee0ae1aaa4d61a2b3ee3ddf932090", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b69d2e2c3f2b4a5db79d75a59681938e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2/d3c039c968b04f9dbd9828f21ede56ab", "region": "RegionOne"}], "id": "cbb40f5db9f143979262da0434bca0c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b063807bc7d2421ea93e3a7cd849a804", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/placement", "region": "RegionOne"}], "id": "d75c50a9c0fd44cfaa11133665823729", "type": "placement", "name": "placement"}]}}'
2026-06-22 10:09:35,987 107010 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': '6d570981-3cb6-4bb7-9034-91d110a67277', 'name': 'tempest-ServerActionsTestOtherA-735694649-network', 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', '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': 15326, '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-22T10:08:16Z', 'updated_at': '2026-06-22T10:08:16Z', 'revision_number': 1} available for tenant
2026-06-22 10:09:35,987 107010 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-22 10:09:35,987 107010 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-22 10:09:36,030 107010 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.99/compute/v2.1/os-keypairs 0.042s
2026-06-22 10:09:36,031 107010 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1898691750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDNvw9K8eiMLeG+5tKDj7wBfY25Sh5eueW5eXHqjQXMDKwChjoTkDwW/4O4opaNIpvlXvDN+OcdlPoA3Usti39yTVnl7moniuQXSJZItscSLkr1lpQLGBrPvdADB3fJ3fA=="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:35 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-fa1558db-b8c8-4594-a34c-96284d02f068', 'x-compute-request-id': 'req-fa1558db-b8c8-4594-a34c-96284d02f068', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1898691750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDNvw9K8eiMLeG+5tKDj7wBfY25Sh5eueW5eXHqjQXMDKwChjoTkDwW/4O4opaNIpvlXvDN+OcdlPoA3Usti39yTVnl7moniuQXSJZItscSLkr1lpQLGBrPvdADB3fJ3fA==", "fingerprint": "98:af:e6:52:5c:0c:07:ef:06:82:91:72:30:92:0f:f7", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0"}}'
2026-06-22 10:09:36,032 107010 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1898691750 created
2026-06-22 10:09:36,237 107010 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-groups 0.205s
2026-06-22 10:09:36,237 107010 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--756961146", "description": "tempest-description--1920352424"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-1c4fc9fa-4202-445c-a971-bea1dbf05e08', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "20a97db8-eb67-490f-952f-a4a5408b612c", "name": "tempest-securitygroup--756961146", "stateful": true, "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "project_id": "d3c039c968b04f9dbd9828f21ede56ab", "description": "tempest-description--1920352424", "shared": false, "security_group_rules": [{"id": "a93a6dae-f01b-4e56-9dce-35f4b2c3f780", "project_id": "d3c039c968b04f9dbd9828f21ede56ab", "security_group_id": "20a97db8-eb67-490f-952f-a4a5408b612c", "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": 368, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:09:36Z", "updated_at": "2026-06-22T10:09:36Z", "revision_number": 0, "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab"}, {"id": "d4558f6a-ac22-474a-b2da-fc38392d228d", "project_id": "d3c039c968b04f9dbd9828f21ede56ab", "security_group_id": "20a97db8-eb67-490f-952f-a4a5408b612c", "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": 369, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:09:36Z", "updated_at": "2026-06-22T10:09:36Z", "revision_number": 0, "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab"}], "tags": [], "created_at": "2026-06-22T10:09:36Z", "updated_at": "2026-06-22T10:09:36Z", "revision_number": 1}}'
2026-06-22 10:09:36,377 107010 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.139s
2026-06-22 10:09:36,377 107010 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": "20a97db8-eb67-490f-952f-a4a5408b612c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c6b4e059-3159-42c0-b8f0-4b473a3ca3a7', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "99e8fe22-0aa7-4584-b12a-c8d6d070e6f5", "project_id": "d3c039c968b04f9dbd9828f21ede56ab", "security_group_id": "20a97db8-eb67-490f-952f-a4a5408b612c", "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-22T10:09:36Z", "updated_at": "2026-06-22T10:09:36Z", "revision_number": 0, "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab"}}'
2026-06-22 10:09:36,576 107010 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.199s
2026-06-22 10:09:36,577 107010 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": "20a97db8-eb67-490f-952f-a4a5408b612c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2176b426-52a9-4706-bf6c-0f188235418f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c7b3f827-92ac-415c-9eb1-8caa2f1a3ea8", "project_id": "d3c039c968b04f9dbd9828f21ede56ab", "security_group_id": "20a97db8-eb67-490f-952f-a4a5408b612c", "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-22T10:09:36Z", "updated_at": "2026-06-22T10:09:36Z", "revision_number": 0, "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab"}}'
2026-06-22 10:09:36,577 107010 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--756961146 created
2026-06-22 10:09:37,120 107010 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/floatingips 0.542s
2026-06-22 10:09:37,120 107010 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e6b852a2-2332-4f12-b54f-f7ba56424436', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "b9b8c039-d5e8-4088-b79a-8a012b084106", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "project_id": "d3c039c968b04f9dbd9828f21ede56ab", "floating_ip_address": "172.24.5.199", "floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5", "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-22T10:09:36Z", "updated_at": "2026-06-22T10:09:36Z", "revision_number": 0}}'
2026-06-22 10:09:37,120 107010 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b9b8c039-d5e8-4088-b79a-8a012b084106', 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'floating_ip_address': '172.24.5.199', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:09:36Z', 'updated_at': '2026-06-22T10:09:36Z', 'revision_number': 0, 'ip': '172.24.5.199'} created
2026-06-22 10:09:37,120 107010 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1898691750', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDNvw9K8eiMLeG+5tKDj7wBfY25Sh5eueW5eXHqjQXMDKwChjoTkDwW/4O4opaNIpvlXvDN+OcdlPoA3Usti39yTVnl7moniuQXSJZItscSLkr1lpQLGBrPvdADB3fJ3fA==', 'fingerprint': '98:af:e6:52:5c:0c:07:ef:06:82:91:72:30:92:0f:f7', 'user_id': 'bafa9ddeb0b148ec9c4aa878c22ef7d0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDmws3QwyIF5DyXjsvSxcwYrELnnORrnUZ5Q/GuL7T3k6cOdwQAkmFU\n2kEtNIGVraigBwYFK4EEACKhZANiAAQzb8PSvHojC3hvubSg4+8AX2NuUoeXrnlu\nXlx6o0FzAysAoY6E5A8Fv+DuKKWjSKb5V7wzfjnHZT6AN1LLYt/ck1Z5e5qJ4rkF\n0iWSLbHEi5K9ZaUCxgaz73QAwd3yd3w=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '20a97db8-eb67-490f-952f-a4a5408b612c', 'name': 'tempest-securitygroup--756961146', 'stateful': True, 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'description': 'tempest-description--1920352424', 'shared': False, 'security_group_rules': [{'id': 'a93a6dae-f01b-4e56-9dce-35f4b2c3f780', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'security_group_id': '20a97db8-eb67-490f-952f-a4a5408b612c', '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': 368, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:09:36Z', 'updated_at': '2026-06-22T10:09:36Z', 'revision_number': 0, 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab'}, {'id': 'd4558f6a-ac22-474a-b2da-fc38392d228d', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'security_group_id': '20a97db8-eb67-490f-952f-a4a5408b612c', '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': 369, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:09:36Z', 'updated_at': '2026-06-22T10:09:36Z', 'revision_number': 0, 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab'}], 'tags': [], 'created_at': '2026-06-22T10:09:36Z', 'updated_at': '2026-06-22T10:09:36Z', 'revision_number': 1}, 'floating_ip': {'id': 'b9b8c039-d5e8-4088-b79a-8a012b084106', 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'floating_ip_address': '172.24.5.199', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:09:36Z', 'updated_at': '2026-06-22T10:09:36Z', 'revision_number': 0, 'ip': '172.24.5.199'}}
2026-06-22 10:09:37,908 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST https://10.4.3.99/compute/v2.1/servers 0.788s
2026-06-22 10:09:37,908 107010 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-tempest.common.compute-instance-229569632", "imageRef": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "flavorRef": "42", "networks": [{"uuid": "6d570981-3cb6-4bb7-9034-91d110a67277"}], "security_groups": [{"name": "tempest-securitygroup--756961146"}], "key_name": "tempest-keypair-1898691750", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e', '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-084f3609-f561-471b-88b3-51879b99e428', 'x-compute-request-id': 'req-084f3609-f561-471b-88b3-51879b99e428', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/compute/v2.1/servers'}
Body: b'{"server": {"id": "3674070e-2563-451a-99b8-8220a034f99e", "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--756961146"}], "adminPass": "7BzbZD3Z7b3j"}}'
2026-06-22 10:09:37,999 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.088s
2026-06-22 10:09:37,999 107010 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 10:09:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1235', '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-018ceec6-020c-4e89-825a-6c7071c50917', 'x-compute-request-id': 'req-018ceec6-020c-4e89-825a-6c7071c50917', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1898691750", "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 10:09:39,111 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.107s
2026-06-22 10:09:39,111 107010 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 10:09:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1239', '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-f8cf3834-7afa-4951-87bc-3fe0b3ee97c5', 'x-compute-request-id': 'req-f8cf3834-7afa-4951-87bc-3fe0b3ee97c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "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 10:09:40,264 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.147s
2026-06-22 10:09:40,264 107010 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 10:09:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1231', '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-4f6a4ada-77eb-4040-a474-42d811c6fe51', 'x-compute-request-id': 'req-4f6a4ada-77eb-4040-a474-42d811c6fe51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "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 10:09:40,273 107010 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-22 10:09:41,356 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.083s
2026-06-22 10:09:41,356 107010 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 10:09:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1231', '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-ef8c31c5-cdd8-44e1-964b-da6e00d89e2e', 'x-compute-request-id': 'req-ef8c31c5-cdd8-44e1-964b-da6e00d89e2e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "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 10:09:42,533 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.169s
2026-06-22 10:09:42,533 107010 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 10:09:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', '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-bd8dbccd-c22d-44f9-968e-a2b1fb19dea7', 'x-compute-request-id': 'req-bd8dbccd-c22d-44f9-968e-a2b1fb19dea7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "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 10:09:43,646 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.107s
2026-06-22 10:09:43,647 107010 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 10:09:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', '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-ce099939-1e62-43d2-b5b7-22381a19c4bd', 'x-compute-request-id': 'req-ce099939-1e62-43d2-b5b7-22381a19c4bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "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 10:09:44,739 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.086s
2026-06-22 10:09:44,739 107010 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 10:09:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1295', '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-ccf8d14c-7398-47d2-8a35-0f9a0368acc4', 'x-compute-request-id': 'req-ccf8d14c-7398-47d2-8a35-0f9a0368acc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "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 10:09:44,745 107010 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-06-22 10:09:45,946 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.201s
2026-06-22 10:09:45,946 107010 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 10:09:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', '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-32688e1d-43bc-43d7-9552-8d52894f0434', 'x-compute-request-id': 'req-32688e1d-43bc-43d7-9552-8d52894f0434', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:45,953 107010 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2026-06-22 10:09:47,101 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.147s
2026-06-22 10:09:47,101 107010 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 10:09:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-6e213508-e4c7-475d-9080-64c8a4edaee8', 'x-compute-request-id': 'req-6e213508-e4c7-475d-9080-64c8a4edaee8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:47,106 107010 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 9 second wait
2026-06-22 10:09:48,246 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.140s
2026-06-22 10:09:48,246 107010 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 10:09:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-795ca34f-6f79-4d4e-9250-9a56f6b9dfcc', 'x-compute-request-id': 'req-795ca34f-6f79-4d4e-9250-9a56f6b9dfcc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:49,408 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.155s
2026-06-22 10:09:49,408 107010 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 10:09:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-bc1f262e-b4d7-4bdf-aa12-3dec21eef573', 'x-compute-request-id': 'req-bc1f262e-b4d7-4bdf-aa12-3dec21eef573', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:50,587 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.173s
2026-06-22 10:09:50,588 107010 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 10:09:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-fa3fe4df-cb0d-4dd4-a974-99a3daa068e6', 'x-compute-request-id': 'req-fa3fe4df-cb0d-4dd4-a974-99a3daa068e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:51,782 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.186s
2026-06-22 10:09:51,783 107010 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 10:09:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-2ff09f09-2c90-44dc-b429-b7c3f2421c5d', 'x-compute-request-id': 'req-2ff09f09-2c90-44dc-b429-b7c3f2421c5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:52,966 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.178s
2026-06-22 10:09:52,966 107010 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 10:09:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-3c6e2156-fec1-4cbc-927c-4e6b7f29aae9', 'x-compute-request-id': 'req-3c6e2156-fec1-4cbc-927c-4e6b7f29aae9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:54,115 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.140s
2026-06-22 10:09:54,115 107010 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 10:09:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-47992ac7-7761-4577-8c0e-5c240c3114cc', 'x-compute-request-id': 'req-47992ac7-7761-4577-8c0e-5c240c3114cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:55,264 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.143s
2026-06-22 10:09:55,265 107010 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 10:09:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-6d0735be-c898-4d0d-8f5e-cdefbce54237', 'x-compute-request-id': 'req-6d0735be-c898-4d0d-8f5e-cdefbce54237', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:56,403 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.133s
2026-06-22 10:09:56,404 107010 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 10:09:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-e7848dc8-f057-494d-9af3-35375c301b9b', 'x-compute-request-id': 'req-e7848dc8-f057-494d-9af3-35375c301b9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:57,594 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.183s
2026-06-22 10:09:57,594 107010 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 10:09:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-18274e44-bdfd-4321-b252-581d6effecd1', 'x-compute-request-id': 'req-18274e44-bdfd-4321-b252-581d6effecd1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:58,739 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.139s
2026-06-22 10:09:58,740 107010 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 10:09:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-40c5d7bb-0cf0-4355-8a73-92f9c523fd73', 'x-compute-request-id': 'req-40c5d7bb-0cf0-4355-8a73-92f9c523fd73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:09:59,883 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.138s
2026-06-22 10:09:59,883 107010 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 10:09:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-e5225145-ddda-4fe1-8b83-e9d58ae8a063', 'x-compute-request-id': 'req-e5225145-ddda-4fe1-8b83-e9d58ae8a063', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:10:01,103 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.215s
2026-06-22 10:10:01,104 107010 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 10:10:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-34766160-a466-40ac-bbad-45a5b9e5dd98', 'x-compute-request-id': 'req-34766160-a466-40ac-bbad-45a5b9e5dd98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:10:02,307 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.190s
2026-06-22 10:10:02,307 107010 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 10:10:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-9863d8fe-4a5a-4b23-9941-eee859506b58', 'x-compute-request-id': 'req-9863d8fe-4a5a-4b23-9941-eee859506b58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:10:23,704 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 20.389s
2026-06-22 10:10:23,704 107010 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 10:10:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', '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-7fa06946-4f44-4af6-9bf7-36b71ca34714', 'x-compute-request-id': 'req-7fa06946-4f44-4af6-9bf7-36b71ca34714', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "3674070e-2563-451a-99b8-8220a034f99e", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/3674070e-2563-451a-99b8-8220a034f99e"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-229569632", "status": "BUILD", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1898691750", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756961146"}], "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 10:10:34,095 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 500 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 9.385s
2026-06-22 10:10:34,096 107010 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 10:10:24 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-c8197e79-d96e-4a24-a884-488d360f0649', 'x-compute-request-id': 'req-c8197e79-d96e-4a24-a884-488d360f0649', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,329 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 500 DELETE https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.233s
2026-06-22 10:10:34,329 107010 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 10:10:34 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-56158ebe-65ae-46f3-bef5-04fbff754260', 'x-compute-request-id': 'req-56158ebe-65ae-46f3-bef5-04fbff754260', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,329 107010 ERROR [tempest.common.compute] Deleting server 3674070e-2563-451a-99b8-8220a034f99e failed
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.329 107010 ERROR tempest.common.compute
2026-06-22 10:10:34,466 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 500 GET https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e 0.133s
2026-06-22 10:10:34,466 107010 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 10:10:34 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-f8e7567f-07f6-46c3-baa5-2b520655ad2e', 'x-compute-request-id': 'req-f8e7567f-07f6-46c3-baa5-2b520655ad2e', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/3674070e-2563-451a-99b8-8220a034f99e'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,466 107010 ERROR [tempest.common.compute] Server 3674070e-2563-451a-99b8-8220a034f99e failed to delete in time
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.466 107010 ERROR tempest.common.compute
2026-06-22 10:10:34,542 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 500 GET https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394 0.070s
2026-06-22 10:10:34,542 107010 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 10:10:34 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-2a20e686-a661-4bfa-ab72-a11d9c0e7c3b', 'x-compute-request-id': 'req-2a20e686-a661-4bfa-ab72-a11d9c0e7c3b', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,542 107010 ERROR [tempest.api.compute.base] Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 211, in server_check_teardown
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base waiters.wait_for_server_status(cls.servers_client,
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 40, in wait_for_server_status
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base body = client.show_server(server_id)['server']
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base return self.request('GET', url, extra_headers, headers,
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base self._error_checker(resp, resp_body)
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.542 107010 ERROR tempest.api.compute.base
2026-06-22 10:10:34,589 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 500 DELETE https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394 0.046s
2026-06-22 10:10:34,590 107010 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 10:10:34 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-e828ccb8-1a36-4c99-8369-546f394429dd', 'x-compute-request-id': 'req-e828ccb8-1a36-4c99-8369-546f394429dd', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,631 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 500 DELETE https://10.4.3.99/compute/v2.1/os-keypairs/tempest-keypair-1898691750 0.040s
2026-06-22 10:10:34,631 107010 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 10:10:34 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-ea8dbd02-8377-4988-9730-7984cedf902e', 'x-compute-request-id': 'req-ea8dbd02-8377-4988-9730-7984cedf902e', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/os-keypairs/tempest-keypair-1898691750'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,631 107010 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-1898691750
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 10:10:34.631 107010 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 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-06-22 10:10:34.631 107010 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 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.631 107010 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 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.631 107010 ERROR tempest.lib.common.validation_resources
2026-06-22 10:10:36,505 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 409 DELETE https://10.4.3.99/networking/v2.0/security-groups/20a97db8-eb67-490f-952f-a4a5408b612c 1.872s
2026-06-22 10:10:36,505 107010 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 10:10:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-3cc4d6ba-7185-45e9-9310-1af61331de0b', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.99/networking/v2.0/security-groups/20a97db8-eb67-490f-952f-a4a5408b612c'}
Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 20a97db8-eb67-490f-952f-a4a5408b612c in use.", "detail": ""}}'
2026-06-22 10:10:36,505 107010 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 20a97db8-eb67-490f-952f-a4a5408b612c VM might not be deleted
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 10:10:36.505 107010 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 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-06-22 10:10:36.505 107010 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 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp)
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 20a97db8-eb67-490f-952f-a4a5408b612c in use.', 'detail': ''}
2026-06-22 10:10:36.505 107010 ERROR tempest.lib.common.validation_resources
2026-06-22 10:10:37,259 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE https://10.4.3.99/networking/v2.0/floatingips/b9b8c039-d5e8-4088-b79a-8a012b084106 0.753s
2026-06-22 10:10:37,259 107010 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 10:10:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-48e2dee1-6699-4a99-b274-7d00e7286d0c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips/b9b8c039-d5e8-4088-b79a-8a012b084106'}
Body: b''
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 211, in server_check_teardown
waiters.wait_for_server_status(cls.servers_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 40, 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'>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 71, in tearDown
self.server_check_teardown()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 215, in server_check_teardown
cls.servers_client.delete_server(cls.server_id)
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
resp, body = self.delete("servers/%s" % server_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/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-2: {{{
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_server_actions.py", line 482, in test_rebuild_server_with_volume_attached
_, 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'>
|
||||||
test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] |
fail
ft78.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 10:10:38,383 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394 1.105s
2026-06-22 10:10:38,383 107010 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 10:10:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1662', '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-4fb38253-5958-441b-92c4-7ff98b39e3e0', 'x-compute-request-id': 'req-4fb38253-5958-441b-92c4-7ff98b39e3e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-735694649-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:34:78"}, {"version": 4, "addr": "172.24.5.13", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:34:78"}]}, "created": "2026-06-22T10:08:41Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "060c4353ea3d4afde8ed4fdc62f233d9ac0c13f5577882a60f68875e", "id": "121359d8-d70c-4a4e-a98e-cfb63e41b394", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-659245754", "status": "ACTIVE", "tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "updated": "2026-06-22T10:09:01Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476443704", "OS-SRV-USG:launched_at": "2026-06-22T10:09:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--159382726"}], "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 10:10:38,550 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 201 POST https://10.4.3.99/identity/v3/auth/tokens 0.158s
2026-06-22 10:10:38,550 107010 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2933', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5aae3f24-1ba0-4cb5-bd5e-66f012c46284', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "name": "tempest-ServerActionsTestOtherA-1624059487-project-member", "password_expires_at": null}, "audit_ids": ["MeR_a8l5SpmjOnj5DtodfQ"], "expires_at": "2026-06-22T11:10:38.000000Z", "issued_at": "2026-06-22T10:10:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3c039c968b04f9dbd9828f21ede56ab", "name": "tempest-ServerActionsTestOtherA-1624059487"}, "is_domain": false, "roles": [{"id": "b82d3869773d44828d9cc6861134f5f3", "name": "member"}, {"id": "15d6a826a9bf488da10e8441c02c65d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "38e1e0bb01d44ddfa5e7bfdb95cd674b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/identity", "region": "RegionOne"}], "id": "05dba96c6ea2443db8d3f5fce94d0efd", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "35538f67f0a34cee858ae06c605430c1", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.99:8080", "region": "RegionOne"}, {"id": "bb681a1988af4afaac837708d7c60f13", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99:8080/v1/AUTH_d3c039c968b04f9dbd9828f21ede56ab", "region": "RegionOne"}], "id": "3ac1aa3458174f57aa1a6c06a4d985a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "6182f2b1e72e477ca502d8706096c7eb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/networking", "region": "RegionOne"}], "id": "5e3831e6a56945f9bc847444d70c64a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "883dbd60f1094882be0e788886452652", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/image", "region": "RegionOne"}], "id": "850bb502ce3f4ccd978ed45c698a873c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "33c408bd519543d1aecae05e9512d64b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2.1", "region": "RegionOne"}], "id": "a3fb3c4546664aaeb60f744fa3148032", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "91217b82f8284c2d80af57181cb6f558", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/volume/v3", "region": "RegionOne"}], "id": "acfee0ae1aaa4d61a2b3ee3ddf932090", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b69d2e2c3f2b4a5db79d75a59681938e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2/d3c039c968b04f9dbd9828f21ede56ab", "region": "RegionOne"}], "id": "cbb40f5db9f143979262da0434bca0c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b063807bc7d2421ea93e3a7cd849a804", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/placement", "region": "RegionOne"}], "id": "d75c50a9c0fd44cfaa11133665823729", "type": "placement", "name": "placement"}]}}'
2026-06-22 10:10:38,551 107010 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': '6d570981-3cb6-4bb7-9034-91d110a67277', 'name': 'tempest-ServerActionsTestOtherA-735694649-network', 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', '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': 15326, '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-22T10:08:16Z', 'updated_at': '2026-06-22T10:08:16Z', 'revision_number': 1} available for tenant
2026-06-22 10:10:38,551 107010 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-476443704', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBETsE9F/YWm0/wbvhvD3HfXYSWx9MyhEOd5JDVmy3Jq/a1aYPijjjwKBipZiRZ6+HekZ6biR6DXnup7CVk067UcqXaRkPL3h9AaN+9Vpf0Ikm9tYwo/P5S27YO+f9N9UCQ==', 'fingerprint': 'f5:8d:20:15:b2:d8:b3:94:6e:eb:75:dc:dd:e1:82:66', 'user_id': 'bafa9ddeb0b148ec9c4aa878c22ef7d0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCKzT6BuhBOpHB6nbHZRLqJf6+pxLLFTfk4GIzLuyRrC002btY+Igcq\nKQO+hWAxvuKgBwYFK4EEACKhZANiAARE7BPRf2FptP8G74bw9x312ElsfTMoRDne\nSQ1Zstyav2tWmD4o448CgYqWYkWevh3pGem4keg157qewlZNOu1HKl2kZDy94fQG\njfvVaX9CJJvbWMKPz+Utu2Dvn/TfVAk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ceb81ea0-3600-471a-ad6d-8d0de7a50c7b', 'name': 'tempest-securitygroup--159382726', 'stateful': True, 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'description': 'tempest-description--1023820732', 'shared': False, 'security_group_rules': [{'id': '818a213a-fcc4-4606-9c2e-d8ef768a33c0', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'security_group_id': 'ceb81ea0-3600-471a-ad6d-8d0de7a50c7b', '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': 144, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:08:28Z', 'updated_at': '2026-06-22T10:08:28Z', 'revision_number': 0, 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab'}, {'id': 'd088aacd-aa23-4f69-9f7d-40d88c766a5c', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'security_group_id': 'ceb81ea0-3600-471a-ad6d-8d0de7a50c7b', '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': 146, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:08:28Z', 'updated_at': '2026-06-22T10:08:28Z', 'revision_number': 0, 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab'}], 'tags': [], 'created_at': '2026-06-22T10:08:28Z', 'updated_at': '2026-06-22T10:08:28Z', 'revision_number': 1}, 'floating_ip': {'id': '8767633d-b72c-4949-8b47-5d809ebc14c8', 'tenant_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'project_id': 'd3c039c968b04f9dbd9828f21ede56ab', 'floating_ip_address': '172.24.5.13', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:08:32Z', 'updated_at': '2026-06-22T10:08:32Z', 'revision_number': 0, 'ip': '172.24.5.13'}}
2026-06-22 10:10:38,891 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 POST https://10.4.3.99/volume/v3/volumes 0.340s
2026-06-22 10:10:38,891 107010 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-tempest.common.compute-volume-1494151376", "imageRef": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "size": 1}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d83b888a-3e75-4c8c-a679-273af8c43390', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d83b888a-3e75-4c8c-a679-273af8c43390', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/volume/v3/volumes'}
Body: b'{"volume": {"id": "f92a2608-2c7f-41d3-b2da-3a2d22d9f930", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:38.835640", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1494151376", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}], "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 10:10:38,926 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930 0.027s
2026-06-22 10:10:38,926 107010 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 10:10:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f595252c-534f-4db4-9cc4-eb0534218b76', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f595252c-534f-4db4-9cc4-eb0534218b76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930'}
Body: b'{"volume": {"id": "f92a2608-2c7f-41d3-b2da-3a2d22d9f930", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:39.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1494151376", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}], "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3c039c968b04f9dbd9828f21ede56ab"}}'
2026-06-22 10:10:39,977 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930 0.040s
2026-06-22 10:10:39,977 107010 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 10:10:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e816bedf-f1a7-407b-b26c-11a6151ccf7c', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e816bedf-f1a7-407b-b26c-11a6151ccf7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930'}
Body: b'{"volume": {"id": "f92a2608-2c7f-41d3-b2da-3a2d22d9f930", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:39.000000", "updated_at": "2026-06-22T10:10:39.000000", "name": "tempest-tempest.common.compute-volume-1494151376", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}], "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3c039c968b04f9dbd9828f21ede56ab"}}'
2026-06-22 10:10:41,050 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930 0.067s
2026-06-22 10:10:41,050 107010 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 10:10:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-240c4af5-7af5-4bb5-8a8c-bc5e51eca43f', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-240c4af5-7af5-4bb5-8a8c-bc5e51eca43f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930'}
Body: b'{"volume": {"id": "f92a2608-2c7f-41d3-b2da-3a2d22d9f930", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:39.000000", "updated_at": "2026-06-22T10:10:39.000000", "name": "tempest-tempest.common.compute-volume-1494151376", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}], "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3c039c968b04f9dbd9828f21ede56ab"}}'
2026-06-22 10:10:42,103 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930 0.044s
2026-06-22 10:10:42,103 107010 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 10:10:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0773ee-8aaa-422e-81f4-3a1e80a459f4', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0773ee-8aaa-422e-81f4-3a1e80a459f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930'}
Body: b'{"volume": {"id": "f92a2608-2c7f-41d3-b2da-3a2d22d9f930", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:39.000000", "updated_at": "2026-06-22T10:10:39.000000", "name": "tempest-tempest.common.compute-volume-1494151376", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}], "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3c039c968b04f9dbd9828f21ede56ab"}}'
2026-06-22 10:10:43,152 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930 0.043s
2026-06-22 10:10:43,152 107010 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 10:10:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcf03a21-1c14-4422-9ade-4898bcc96807', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf03a21-1c14-4422-9ade-4898bcc96807', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930'}
Body: b'{"volume": {"id": "f92a2608-2c7f-41d3-b2da-3a2d22d9f930", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:39.000000", "updated_at": "2026-06-22T10:10:43.000000", "name": "tempest-tempest.common.compute-volume-1494151376", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/f92a2608-2c7f-41d3-b2da-3a2d22d9f930"}], "user_id": "bafa9ddeb0b148ec9c4aa878c22ef7d0", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d3c039c968b04f9dbd9828f21ede56ab", "volume_image_metadata": {"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": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "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 10:10:43,160 107010 INFO [tempest.common.waiters] volume f92a2608-2c7f-41d3-b2da-3a2d22d9f930 reached available after waiting for 5.160312 seconds
2026-06-22 10:11:03,589 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 POST https://10.4.3.99/compute/v2.1/servers 20.429s
2026-06-22 10:11:03,590 107010 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerActionsTestOtherA-server-680540148", "imageRef": "", "flavorRef": "42", "networks": [{"uuid": "6d570981-3cb6-4bb7-9034-91d110a67277"}], "security_groups": [{"name": "tempest-securitygroup--159382726"}], "key_name": "tempest-keypair-476443704", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo=", "block_device_mapping_v2": [{"uuid": "f92a2608-2c7f-41d3-b2da-3a2d22d9f930", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.99/compute/v2.1/servers/7bddc100-6ace-47ad-a9b5-d97d9ce18c49', '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-b5eac8c5-0759-41b2-8d5c-c6b4dd2cecaa', 'x-compute-request-id': 'req-b5eac8c5-0759-41b2-8d5c-c6b4dd2cecaa', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/compute/v2.1/servers'}
Body: b'{"server": {"id": "7bddc100-6ace-47ad-a9b5-d97d9ce18c49", "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/7bddc100-6ace-47ad-a9b5-d97d9ce18c49"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/7bddc100-6ace-47ad-a9b5-d97d9ce18c49"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--159382726"}], "adminPass": "WsvDf8bTMAyS"}}'
2026-06-22 10:12:11,266 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 500 GET https://10.4.3.99/compute/v2.1/servers/7bddc100-6ace-47ad-a9b5-d97d9ce18c49 67.675s
2026-06-22 10:12:11,266 107010 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 10:11:03 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-40acd28f-b9e6-4beb-92c0-bbebf2ed5917', 'x-compute-request-id': 'req-40acd28f-b9e6-4beb-92c0-bbebf2ed5917', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/7bddc100-6ace-47ad-a9b5-d97d9ce18c49'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:12:11,306 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 500 DELETE https://10.4.3.99/compute/v2.1/servers/7bddc100-6ace-47ad-a9b5-d97d9ce18c49 0.040s
2026-06-22 10:12:11,306 107010 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 10:12:11 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-bcf1b2dc-5d21-42fa-b6c9-471d669d31b8', 'x-compute-request-id': 'req-bcf1b2dc-5d21-42fa-b6c9-471d669d31b8', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/7bddc100-6ace-47ad-a9b5-d97d9ce18c49'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:12:11,307 107010 ERROR [tempest.common.compute] Deleting server 7bddc100-6ace-47ad-a9b5-d97d9ce18c49 failed
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 40, in wait_for_server_status
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:12:11.307 107010 ERROR tempest.common.compute
2026-06-22 10:12:11,346 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 500 GET https://10.4.3.99/compute/v2.1/servers/7bddc100-6ace-47ad-a9b5-d97d9ce18c49 0.038s
2026-06-22 10:12:11,346 107010 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 10:12:11 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-4d6bea82-b4b4-4b31-9bcd-d008ac84486a', 'x-compute-request-id': 'req-4d6bea82-b4b4-4b31-9bcd-d008ac84486a', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/7bddc100-6ace-47ad-a9b5-d97d9ce18c49'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:12:11,346 107010 ERROR [tempest.common.compute] Server 7bddc100-6ace-47ad-a9b5-d97d9ce18c49 failed to delete in time
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 40, in wait_for_server_status
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:12:11.346 107010 ERROR tempest.common.compute
2026-06-22 10:12:11,348 107010 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603
2026-06-22 10:12:11,394 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 500 GET https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394 0.044s
2026-06-22 10:12:11,394 107010 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 10:12:11 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-ec041f15-8d2f-4742-aec3-9d5cd39a329e', 'x-compute-request-id': 'req-ec041f15-8d2f-4742-aec3-9d5cd39a329e', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:12:11,394 107010 ERROR [tempest.api.compute.base] Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 211, in server_check_teardown
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base waiters.wait_for_server_status(cls.servers_client,
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 40, in wait_for_server_status
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base body = client.show_server(server_id)['server']
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base return self.request('GET', url, extra_headers, headers,
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base self._error_checker(resp, resp_body)
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:12:11.394 107010 ERROR tempest.api.compute.base
2026-06-22 10:12:11,434 107010 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 500 DELETE https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394 0.039s
2026-06-22 10:12:11,434 107010 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 10:12:11 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-283e4dc1-3327-4c7b-9111-40071fbbde87', 'x-compute-request-id': 'req-283e4dc1-3327-4c7b-9111-40071fbbde87', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/121359d8-d70c-4a4e-a98e-cfb63e41b394'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 211, in server_check_teardown
waiters.wait_for_server_status(cls.servers_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 40, 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'>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 71, in tearDown
self.server_check_teardown()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 215, in server_check_teardown
cls.servers_client.delete_server(cls.server_id)
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
resp, body = self.delete("servers/%s" % server_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/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/lib/decorators.py", line 106, in wrapper
raise exc
File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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_server_actions.py", line 523, in test_resize_volume_backed_server_confirm
server = self.create_test_server(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 40, 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_server_actions.ServerActionsTestOtherB | 1 | 0 | 1 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
fail
ft79.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 10:10:23,846 107016 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET https://10.4.3.99/compute/v2.1/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be 20.470s
2026-06-22 10:10:23,846 107016 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 10:10:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1664', '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-f944e99c-15b5-4c35-984c-6f07212b3363', 'x-compute-request-id': 'req-f944e99c-15b5-4c35-984c-6f07212b3363', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-98630553-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:36:c0"}, {"version": 4, "addr": "172.24.5.118", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:36:c0"}]}, "created": "2026-06-22T10:08:41Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "0aac30646a4bd84961d8a9433de98f41e5fe51ff5118443fb6d6581f", "id": "c81b8432-9fbe-49d8-a506-7908eb8a53be", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-958919604", "status": "ACTIVE", "tenant_id": "6bcb4a23ba2548e890a2e5379475d96d", "user_id": "a9381fabf4304f75a1cae2f3c429b488", "updated": "2026-06-22T10:09:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1564258392", "OS-SRV-USG:launched_at": "2026-06-22T10:09:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2072280528"}], "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 10:10:24,247 107016 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST https://10.4.3.99/volume/v3/volumes 0.390s
2026-06-22 10:10:24,247 107016 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-ServerActionsTestOtherB-volume-383514539"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3196549c-8f41-4d34-bb80-b97f233e9e64', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3196549c-8f41-4d34-bb80-b97f233e9e64', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/volume/v3/volumes'}
Body: b'{"volume": {"id": "ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:24.165062", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-383514539", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60"}], "user_id": "a9381fabf4304f75a1cae2f3c429b488", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-22 10:10:24,294 107016 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET https://10.4.3.99/volume/v3/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60 0.041s
2026-06-22 10:10:24,294 107016 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 10:10:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c09168b8-a75e-4a3e-b36b-36ecf7594d17', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c09168b8-a75e-4a3e-b36b-36ecf7594d17', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60'}
Body: b'{"volume": {"id": "ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:24.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-383514539", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60"}], "user_id": "a9381fabf4304f75a1cae2f3c429b488", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bcb4a23ba2548e890a2e5379475d96d"}}'
2026-06-22 10:10:27,207 107016 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET https://10.4.3.99/volume/v3/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60 1.903s
2026-06-22 10:10:27,207 107016 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 10:10:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b167b90e-0eb8-4776-a2fa-685c31de157b', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b167b90e-0eb8-4776-a2fa-685c31de157b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60'}
Body: b'{"volume": {"id": "ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:10:24.000000", "updated_at": "2026-06-22T10:10:24.000000", "name": "tempest-ServerActionsTestOtherB-volume-383514539", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60"}], "user_id": "a9381fabf4304f75a1cae2f3c429b488", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6bcb4a23ba2548e890a2e5379475d96d"}}'
2026-06-22 10:10:27,215 107016 INFO [tempest.common.waiters] volume ed0a2fd4-efdc-443a-9e1e-3f6fc2e79d60 reached available after waiting for 3.215922 seconds
2026-06-22 10:10:34,211 107016 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 503 GET https://10.4.3.99/compute/v2.1/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be 6.996s
2026-06-22 10:10:34,212 107016 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 10:10:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '218', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b3f18ed2-a36b-4e73-8cd5-adcf45f6f269', 'x-compute-request-id': 'req-b3f18ed2-a36b-4e73-8cd5-adcf45f6f269', 'connection': 'close', 'status': '503', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be'}
Body: b'{"message": "The server is currently unavailable. Please try again at a later time.<br /><br />\\nThe Keystone service is temporarily unavailable.\\n\\n", "code": "503 Service Unavailable", "title": "Service Unavailable"}'
2026-06-22 10:10:34,212 107016 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599
2026-06-22 10:10:34,397 107016 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 500 GET https://10.4.3.99/compute/v2.1/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be 0.183s
2026-06-22 10:10:34,398 107016 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 10:10:34 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-d4eda579-ecc6-4e6b-953b-3f3d68635634', 'x-compute-request-id': 'req-d4eda579-ecc6-4e6b-953b-3f3d68635634', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,398 107016 ERROR [tempest.api.compute.base] Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 211, in server_check_teardown
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base waiters.wait_for_server_status(cls.servers_client,
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 40, in wait_for_server_status
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base body = client.show_server(server_id)['server']
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base return self.request('GET', url, extra_headers, headers,
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base self._error_checker(resp, resp_body)
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.398 107016 ERROR tempest.api.compute.base
2026-06-22 10:10:34,499 107016 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 500 DELETE https://10.4.3.99/compute/v2.1/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be 0.099s
2026-06-22 10:10:34,499 107016 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 10:10:34 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-03d56be4-1308-4229-89cb-fffa025b4052', 'x-compute-request-id': 'req-03d56be4-1308-4229-89cb-fffa025b4052', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/c81b8432-9fbe-49d8-a506-7908eb8a53be'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 211, in server_check_teardown
waiters.wait_for_server_status(cls.servers_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 40, 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'>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 71, in tearDown
self.server_check_teardown()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 215, in server_check_teardown
cls.servers_client.delete_server(cls.server_id)
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
resp, body = self.delete("servers/%s" % server_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/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/lib/decorators.py", line 106, in wrapper
raise exc
File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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_server_actions.py", line 571, in test_resize_server_revert_with_volume_attached
server = self.reader_servers_client.show_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 956, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status),
tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
fail
ft80.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 10:10:33,958 107014 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 200 GET https://10.4.3.99/compute/v2.1/servers/2825d6c1-3596-465a-b35e-5073e77b2cf7 10.253s
2026-06-22 10:10:33,958 107014 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.93', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.93', 'x-openstack-nova-api-version': '2.93', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ceb35460-f539-40df-ab91-0f1433bfb060', 'x-compute-request-id': 'req-ceb35460-f539-40df-ab91-0f1433bfb060', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/2825d6c1-3596-465a-b35e-5073e77b2cf7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsV293TestJSON-483123239-network": [{"version": 4, "addr": "10.1.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:91:25"}]}, "created": "2026-06-22T10:09:29Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "459e9d917aa192ccb502f2be2bc428fce74b8dc498e0d1c43f03e384", "id": "2825d6c1-3596-465a-b35e-5073e77b2cf7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/2825d6c1-3596-465a-b35e-5073e77b2cf7"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/2825d6c1-3596-465a-b35e-5073e77b2cf7"}], "metadata": {}, "name": "tempest-ServerActionsV293TestJSON-server-953508259", "status": "ACTIVE", "tenant_id": "84f9a5bbcb75454b8e6fb25e8985bcfa", "user_id": "0baa4fad457440479ac5e76548cba52f", "updated": "2026-06-22T10:10:02Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-288916888", "OS-SRV-USG:launched_at": "2026-06-22T10:10:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2041860065"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "812c398e-f42a-4552-af01-5cf3919f4505", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null, "OS-EXT-SRV-ATTR:hostname": "tempest-serveractionsv293testjson-server-953508259"}}'
2026-06-22 10:10:34,026 107014 INFO [tempest.lib.common.rest_client] Request (ServerActionsV293TestJSON:test_rebuild_volume_backed_server): 500 GET https://10.4.3.99/volume/v3/volumes/812c398e-f42a-4552-af01-5cf3919f4505 0.060s
2026-06-22 10:10:34,026 107014 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.68', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.68', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99d03af-510d-4484-a434-e9e64ccd6cbf', 'x-openstack-request-id': 'req-c99d03af-510d-4484-a434-e9e64ccd6cbf', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/volume/v3/volumes/812c398e-f42a-4552-af01-5cf3919f4505'}
Body: b'{"computeFault": {"code": 500, "message": "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/servers/test_server_actions.py", line 901, in test_rebuild_volume_backed_server
volume_before_rebuild = self.volumes_client.show_volume(volume_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
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.
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
fail
ft81.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-22 10:09:34,022 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 202 POST https://10.4.3.99/volume/v3/volumes 0.355s
2026-06-22 10:09:34,022 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesExtendAttachedTest-Volume-1827103063"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad67a612-ca16-4c4e-8531-e11cd22adc1c', 'content-length': '772', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad67a612-ca16-4c4e-8531-e11cd22adc1c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/volume/v3/volumes'}
Body: b'{"volume": {"id": "85a79552-5ef8-4d53-af43-b41c464269dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:09:33.972472", "updated_at": null, "name": "tempest-VolumesExtendAttachedTest-Volume-1827103063", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}], "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}'
2026-06-22 10:09:34,050 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc 0.023s
2026-06-22 10:09:34,050 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c365729a-66a4-43f7-bf3c-690587e5116f', 'content-length': '840', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c365729a-66a4-43f7-bf3c-690587e5116f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc'}
Body: b'{"volume": {"id": "85a79552-5ef8-4d53-af43-b41c464269dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:09:34.000000", "updated_at": null, "name": "tempest-VolumesExtendAttachedTest-Volume-1827103063", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}], "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "756d6358cc254e4fa5fc7b95f81150e8"}}'
2026-06-22 10:09:35,088 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc 0.032s
2026-06-22 10:09:35,088 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ddae056-0f40-4b35-97e8-a0089e7f26a0', 'content-length': '865', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ddae056-0f40-4b35-97e8-a0089e7f26a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc'}
Body: b'{"volume": {"id": "85a79552-5ef8-4d53-af43-b41c464269dc", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:09:34.000000", "updated_at": "2026-06-22T10:09:34.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-1827103063", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}], "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "756d6358cc254e4fa5fc7b95f81150e8"}}'
2026-06-22 10:09:35,096 107006 INFO [tempest.common.waiters] volume 85a79552-5ef8-4d53-af43-b41c464269dc reached available after waiting for 1.095990 seconds
2026-06-22 10:09:35,096 107006 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-22 10:09:35,096 107006 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-22 10:09:35,139 107006 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.99/compute/v2.1/os-keypairs 0.042s
2026-06-22 10:09:35,140 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-390493387", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNQ+tBS/rqvgHJKbZ0BVk1WHUzDgLfDMAM5FubCg/CWUA9VFaBDfLyBsNOUITwJCyeVmJqn5cFyUlVuchqXBZPoZwXIZqbnWbNJQjm1wQCK6ejVT99KebjXEWY3HI8OTiA=="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '385', '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-2545c776-b537-4bba-8d94-5458c474eb66', 'x-compute-request-id': 'req-2545c776-b537-4bba-8d94-5458c474eb66', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-390493387", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNQ+tBS/rqvgHJKbZ0BVk1WHUzDgLfDMAM5FubCg/CWUA9VFaBDfLyBsNOUITwJCyeVmJqn5cFyUlVuchqXBZPoZwXIZqbnWbNJQjm1wQCK6ejVT99KebjXEWY3HI8OTiA==", "fingerprint": "ea:9e:0a:f8:7b:68:31:03:e8:37:1a:e3:b7:b3:0a:af", "user_id": "2f31f8c318ba44a5972eaeba4d505db1"}}'
2026-06-22 10:09:35,141 107006 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-390493387 created
2026-06-22 10:09:35,319 107006 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-groups 0.178s
2026-06-22 10:09:35,319 107006 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--64097906", "description": "tempest-description--2049314546"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-c26eac95-85b5-4ada-8f71-e3e2c40db1b4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657", "name": "tempest-securitygroup--64097906", "stateful": true, "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "project_id": "756d6358cc254e4fa5fc7b95f81150e8", "description": "tempest-description--2049314546", "shared": false, "security_group_rules": [{"id": "afaaaffa-0cfc-4546-800f-f53a10dffc65", "project_id": "756d6358cc254e4fa5fc7b95f81150e8", "security_group_id": "fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657", "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": 362, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:09:35Z", "updated_at": "2026-06-22T10:09:35Z", "revision_number": 0, "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8"}, {"id": "e78e2878-6d99-4298-b44a-7f5a48da5339", "project_id": "756d6358cc254e4fa5fc7b95f81150e8", "security_group_id": "fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657", "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": 361, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-22T10:09:35Z", "updated_at": "2026-06-22T10:09:35Z", "revision_number": 0, "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8"}], "tags": [], "created_at": "2026-06-22T10:09:35Z", "updated_at": "2026-06-22T10:09:35Z", "revision_number": 1}}'
2026-06-22 10:09:35,452 107006 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.132s
2026-06-22 10:09:35,452 107006 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": "fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-001fb5fc-8712-436a-a245-0b722bf7a491', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6f3ca8d2-f66b-4978-bb40-b357a02d9a51", "project_id": "756d6358cc254e4fa5fc7b95f81150e8", "security_group_id": "fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657", "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-22T10:09:35Z", "updated_at": "2026-06-22T10:09:35Z", "revision_number": 0, "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8"}}'
2026-06-22 10:09:35,626 107006 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/security-group-rules 0.173s
2026-06-22 10:09:35,626 107006 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": "fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-63b2da8f-654b-4193-9105-2f61771a9b58', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d783a8ec-fa56-4ea7-8520-16adcdeedc84", "project_id": "756d6358cc254e4fa5fc7b95f81150e8", "security_group_id": "fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657", "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-22T10:09:35Z", "updated_at": "2026-06-22T10:09:35Z", "revision_number": 0, "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8"}}'
2026-06-22 10:09:35,626 107006 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--64097906 created
2026-06-22 10:09:36,180 107006 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.99/networking/v2.0/floatingips 0.553s
2026-06-22 10:09:36,180 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5"}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-07adc086-cb35-4c43-b6dd-0ff16adea011', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "1692edd2-a04b-48f6-9f24-b79d8ab73644", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "project_id": "756d6358cc254e4fa5fc7b95f81150e8", "floating_ip_address": "172.24.5.105", "floating_network_id": "514d5f53-62f6-40f8-9898-849fe02ee3d5", "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-22T10:09:35Z", "updated_at": "2026-06-22T10:09:35Z", "revision_number": 0}}'
2026-06-22 10:09:36,180 107006 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1692edd2-a04b-48f6-9f24-b79d8ab73644', 'tenant_id': '756d6358cc254e4fa5fc7b95f81150e8', 'project_id': '756d6358cc254e4fa5fc7b95f81150e8', 'floating_ip_address': '172.24.5.105', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:09:35Z', 'updated_at': '2026-06-22T10:09:35Z', 'revision_number': 0, 'ip': '172.24.5.105'} created
2026-06-22 10:09:36,346 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 201 POST https://10.4.3.99/identity/v3/auth/tokens 0.162s
2026-06-22 10:09:36,347 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2937', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e085c715-e439-4003-998e-a7fd018dba89', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.99/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2f31f8c318ba44a5972eaeba4d505db1", "name": "tempest-VolumesExtendAttachedTest-1903984730-project-member", "password_expires_at": null}, "audit_ids": ["IjHYYLt2QRCcNL-qqBcSXg"], "expires_at": "2026-06-22T11:09:36.000000Z", "issued_at": "2026-06-22T10:09:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "756d6358cc254e4fa5fc7b95f81150e8", "name": "tempest-VolumesExtendAttachedTest-1903984730"}, "is_domain": false, "roles": [{"id": "b82d3869773d44828d9cc6861134f5f3", "name": "member"}, {"id": "15d6a826a9bf488da10e8441c02c65d0", "name": "reader"}], "catalog": [{"endpoints": [{"id": "38e1e0bb01d44ddfa5e7bfdb95cd674b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/identity", "region": "RegionOne"}], "id": "05dba96c6ea2443db8d3f5fce94d0efd", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "35538f67f0a34cee858ae06c605430c1", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.99:8080", "region": "RegionOne"}, {"id": "bb681a1988af4afaac837708d7c60f13", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99:8080/v1/AUTH_756d6358cc254e4fa5fc7b95f81150e8", "region": "RegionOne"}], "id": "3ac1aa3458174f57aa1a6c06a4d985a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "6182f2b1e72e477ca502d8706096c7eb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/networking", "region": "RegionOne"}], "id": "5e3831e6a56945f9bc847444d70c64a3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "883dbd60f1094882be0e788886452652", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/image", "region": "RegionOne"}], "id": "850bb502ce3f4ccd978ed45c698a873c", "type": "image", "name": "glance"}, {"endpoints": [{"id": "33c408bd519543d1aecae05e9512d64b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2.1", "region": "RegionOne"}], "id": "a3fb3c4546664aaeb60f744fa3148032", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "91217b82f8284c2d80af57181cb6f558", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/volume/v3", "region": "RegionOne"}], "id": "acfee0ae1aaa4d61a2b3ee3ddf932090", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b69d2e2c3f2b4a5db79d75a59681938e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/compute/v2/756d6358cc254e4fa5fc7b95f81150e8", "region": "RegionOne"}], "id": "cbb40f5db9f143979262da0434bca0c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "b063807bc7d2421ea93e3a7cd849a804", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.99/placement", "region": "RegionOne"}], "id": "d75c50a9c0fd44cfaa11133665823729", "type": "placement", "name": "placement"}]}}'
2026-06-22 10:09:36,347 107006 INFO [tempest.lib.common.fixed_network] (VolumesExtendAttachedTest:test_extend_attached_volume) Found network {'id': '5bbe69a3-faee-4dd3-84a9-6b575a465d09', 'name': 'tempest-VolumesExtendAttachedTest-1712459111-network', 'tenant_id': '756d6358cc254e4fa5fc7b95f81150e8', 'project_id': '756d6358cc254e4fa5fc7b95f81150e8', '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': 24027, '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-22T10:09:22Z', 'updated_at': '2026-06-22T10:09:22Z', 'revision_number': 1} available for tenant
2026-06-22 10:09:36,347 107006 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-390493387', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNQ+tBS/rqvgHJKbZ0BVk1WHUzDgLfDMAM5FubCg/CWUA9VFaBDfLyBsNOUITwJCyeVmJqn5cFyUlVuchqXBZPoZwXIZqbnWbNJQjm1wQCK6ejVT99KebjXEWY3HI8OTiA==', 'fingerprint': 'ea:9e:0a:f8:7b:68:31:03:e8:37:1a:e3:b7:b3:0a:af', 'user_id': '2f31f8c318ba44a5972eaeba4d505db1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB1gagxSS5EUfnwJp7zofZAweajn8M+CBRwByNnHx+Z7aFEb8AnHz/+\nBl66d5jqGRagBwYFK4EEACKhZANiAATUPrQUv66r4BySm2dAVZNVh1Mw4C3wzADO\nRbmwoPwllAPVRWgQ3y8gbDTlCE8CQsnlZiap+XBclJVbnIalwWT6GcFyGam51mzS\nUI5tcEAiuno1U/fSnm41xFmNxyPDk4g=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657', 'name': 'tempest-securitygroup--64097906', 'stateful': True, 'tenant_id': '756d6358cc254e4fa5fc7b95f81150e8', 'project_id': '756d6358cc254e4fa5fc7b95f81150e8', 'description': 'tempest-description--2049314546', 'shared': False, 'security_group_rules': [{'id': 'afaaaffa-0cfc-4546-800f-f53a10dffc65', 'project_id': '756d6358cc254e4fa5fc7b95f81150e8', 'security_group_id': 'fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657', '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': 362, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:09:35Z', 'updated_at': '2026-06-22T10:09:35Z', 'revision_number': 0, 'tenant_id': '756d6358cc254e4fa5fc7b95f81150e8'}, {'id': 'e78e2878-6d99-4298-b44a-7f5a48da5339', 'project_id': '756d6358cc254e4fa5fc7b95f81150e8', 'security_group_id': 'fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657', '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': 361, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-22T10:09:35Z', 'updated_at': '2026-06-22T10:09:35Z', 'revision_number': 0, 'tenant_id': '756d6358cc254e4fa5fc7b95f81150e8'}], 'tags': [], 'created_at': '2026-06-22T10:09:35Z', 'updated_at': '2026-06-22T10:09:35Z', 'revision_number': 1}, 'floating_ip': {'id': '1692edd2-a04b-48f6-9f24-b79d8ab73644', 'tenant_id': '756d6358cc254e4fa5fc7b95f81150e8', 'project_id': '756d6358cc254e4fa5fc7b95f81150e8', 'floating_ip_address': '172.24.5.105', 'floating_network_id': '514d5f53-62f6-40f8-9898-849fe02ee3d5', '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-22T10:09:35Z', 'updated_at': '2026-06-22T10:09:35Z', 'revision_number': 0, 'ip': '172.24.5.105'}}
2026-06-22 10:09:37,076 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 202 POST https://10.4.3.99/compute/v2.1/servers 0.728s
2026-06-22 10:09:37,077 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesExtendAttachedTest-instance-852786809", "imageRef": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "flavorRef": "42", "networks": [{"uuid": "5bbe69a3-faee-4dd3-84a9-6b575a465d09"}], "security_groups": [{"name": "tempest-securitygroup--64097906"}], "key_name": "tempest-keypair-390493387", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:09:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '402', 'location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa', '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-91698a7f-810a-4595-af40-a5feb0d62c55', 'x-compute-request-id': 'req-91698a7f-810a-4595-af40-a5feb0d62c55', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/compute/v2.1/servers'}
Body: b'{"server": {"id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--64097906"}], "adminPass": "CxfPMmEH3jzp"}}'
2026-06-22 10:09:37,162 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.084s
2026-06-22 10:09:37,162 107006 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 10:09:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1237', '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-75052241-4215-49e2-b376-a4d79931c16a', 'x-compute-request-id': 'req-75052241-4215-49e2-b376-a4d79931c16a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-390493387", "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 10:09:38,256 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.087s
2026-06-22 10:09:38,256 107006 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 10:09:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1241', '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-a3077f9e-cd44-4597-b526-b107cb3cb438', 'x-compute-request-id': 'req-a3077f9e-cd44-4597-b526-b107cb3cb438', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "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 10:09:39,347 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.086s
2026-06-22 10:09:39,348 107006 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 10:09:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1289', '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-27f84cbc-fcb7-4a62-984c-2195d36a0457', 'x-compute-request-id': 'req-27f84cbc-fcb7-4a62-984c-2195d36a0457', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "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 10:09:39,353 107006 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-22 10:09:40,465 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.112s
2026-06-22 10:09:40,465 107006 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 10:09:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1289', '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-d50bd822-e769-4018-8e4f-1ab0278ffc37', 'x-compute-request-id': 'req-d50bd822-e769-4018-8e4f-1ab0278ffc37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "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 10:09:41,577 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.104s
2026-06-22 10:09:41,577 107006 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 10:09:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1297', '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-6207d409-4a19-4cd6-948a-05dd61e275de', 'x-compute-request-id': 'req-6207d409-4a19-4cd6-948a-05dd61e275de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "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 10:09:41,586 107006 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-06-22 10:09:42,849 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.263s
2026-06-22 10:09:42,849 107006 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 10:09:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', '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-e323dc44-1ced-4b81-acf1-9214645a9036', 'x-compute-request-id': 'req-e323dc44-1ced-4b81-acf1-9214645a9036', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:44,011 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.152s
2026-06-22 10:09:44,011 107006 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 10:09:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-ffcb58ff-69ba-4d8a-b452-dac41c9b18e2', 'x-compute-request-id': 'req-ffcb58ff-69ba-4d8a-b452-dac41c9b18e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:44,017 107006 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2026-06-22 10:09:45,222 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.205s
2026-06-22 10:09:45,222 107006 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 10:09:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-d935c58b-2e28-45d5-a1e2-da84c839e1e9', 'x-compute-request-id': 'req-d935c58b-2e28-45d5-a1e2-da84c839e1e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:46,379 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.151s
2026-06-22 10:09:46,379 107006 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 10:09:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-529b0c72-194d-42ea-b8e1-18114cb3e8ac', 'x-compute-request-id': 'req-529b0c72-194d-42ea-b8e1-18114cb3e8ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:47,528 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.142s
2026-06-22 10:09:47,528 107006 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 10:09:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-c4a4e5d7-91e7-40c8-98d7-7850bb289d6f', 'x-compute-request-id': 'req-c4a4e5d7-91e7-40c8-98d7-7850bb289d6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:48,682 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.146s
2026-06-22 10:09:48,682 107006 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 10:09:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-e083723e-a577-47b6-88de-2f735b517f5d', 'x-compute-request-id': 'req-e083723e-a577-47b6-88de-2f735b517f5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:49,831 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.144s
2026-06-22 10:09:49,832 107006 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 10:09:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-be485161-d490-4475-a942-b0a6ac3785d2', 'x-compute-request-id': 'req-be485161-d490-4475-a942-b0a6ac3785d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:51,070 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.232s
2026-06-22 10:09:51,071 107006 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 10:09:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-3d5632ad-b51b-4f63-a7a6-0e2679f13685', 'x-compute-request-id': 'req-3d5632ad-b51b-4f63-a7a6-0e2679f13685', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:52,222 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.147s
2026-06-22 10:09:52,223 107006 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 10:09:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-2abfbc63-a0ce-43cf-8397-71eb959ff96f', 'x-compute-request-id': 'req-2abfbc63-a0ce-43cf-8397-71eb959ff96f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:53,379 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.146s
2026-06-22 10:09:53,379 107006 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 10:09:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-6a15e86b-8ad9-47e5-a452-7b23bad94d41', 'x-compute-request-id': 'req-6a15e86b-8ad9-47e5-a452-7b23bad94d41', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:54,510 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.126s
2026-06-22 10:09:54,511 107006 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 10:09:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-bcb7f45b-e6c5-4aab-b449-000dacd875bd', 'x-compute-request-id': 'req-bcb7f45b-e6c5-4aab-b449-000dacd875bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:55,646 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.130s
2026-06-22 10:09:55,646 107006 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 10:09:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-be0059c6-b3d0-45eb-a7b4-c69f69677f1b', 'x-compute-request-id': 'req-be0059c6-b3d0-45eb-a7b4-c69f69677f1b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:56,845 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.194s
2026-06-22 10:09:56,845 107006 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 10:09:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-121cffd0-6c22-42d8-83d4-a656dfd3790c', 'x-compute-request-id': 'req-121cffd0-6c22-42d8-83d4-a656dfd3790c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:57,985 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.132s
2026-06-22 10:09:57,986 107006 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 10:09:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-4acc2f6b-eeab-4411-902c-3cf271bd1d0d', 'x-compute-request-id': 'req-4acc2f6b-eeab-4411-902c-3cf271bd1d0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:09:59,145 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.154s
2026-06-22 10:09:59,145 107006 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 10:09:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-5cffe1dc-23cc-4d75-bb51-1855fdad60cf', 'x-compute-request-id': 'req-5cffe1dc-23cc-4d75-bb51-1855fdad60cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:10:00,309 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.158s
2026-06-22 10:10:00,309 107006 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 10:10:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-baf78d64-7a12-4069-88a3-c3d32f0b457d', 'x-compute-request-id': 'req-baf78d64-7a12-4069-88a3-c3d32f0b457d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:10:01,565 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.250s
2026-06-22 10:10:01,565 107006 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 10:10:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-26af7068-8563-4d22-a372-0e9e7f4f0ad4', 'x-compute-request-id': 'req-26af7068-8563-4d22-a372-0e9e7f4f0ad4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:10:02,783 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.210s
2026-06-22 10:10:02,783 107006 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 10:10:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', '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-89b50c76-f3ba-4099-88b6-dc3e8fa8778b', 'x-compute-request-id': 'req-89b50c76-f3ba-4099-88b6-dc3e8fa8778b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "BUILD", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:09:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:10:24,200 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 20.411s
2026-06-22 10:10:24,200 107006 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 10:10:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1550', '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-9c37ddd9-6a26-4033-9197-7a55e4110399', 'x-compute-request-id': 'req-9c37ddd9-6a26-4033-9197-7a55e4110399', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesExtendAttachedTest-1712459111-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:f7:68"}]}, "created": "2026-06-22T10:09:37Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/flavors/42"}]}, "hostId": "e305b0bc9ef3f513acfe804aa31a71119c2d3824cc913e779a3307f6", "id": "6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa", "image": {"id": "67c57b2f-eb71-4e0a-a891-e0eb90a6eedd", "links": [{"rel": "bookmark", "href": "https://10.4.3.99/compute/images/67c57b2f-eb71-4e0a-a891-e0eb90a6eedd"}]}, "links": [{"rel": "self", "href": "https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}, {"rel": "bookmark", "href": "https://10.4.3.99/compute/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-852786809", "status": "ACTIVE", "tenant_id": "756d6358cc254e4fa5fc7b95f81150e8", "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "updated": "2026-06-22T10:10:05Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-390493387", "OS-SRV-USG:launched_at": "2026-06-22T10:10:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--64097906"}], "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 10:10:24,208 107006 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 47 second wait
2026-06-22 10:10:34,042 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 500 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa/os-interface 9.833s
2026-06-22 10:10:34,042 107006 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 10:10:24 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-33824191-f860-4464-830a-9011e351ca67', 'x-compute-request-id': 'req-33824191-f860-4464-830a-9011e351ca67', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa/os-interface'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,290 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 500 DELETE https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.248s
2026-06-22 10:10:34,291 107006 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 10:10:34 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-019fc029-a827-456f-b642-42adb043e3e9', 'x-compute-request-id': 'req-019fc029-a827-456f-b642-42adb043e3e9', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,291 107006 ERROR [tempest.common.compute] Deleting server 6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa failed
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 336, in create_test_server
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute _setup_validation_fip(
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 92, in _setup_validation_fip
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute ifaces = clients.interfaces_client.list_interfaces(server['id'])
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/interfaces_client.py", line 32, in list_interfaces
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute resp, body = self.get('servers/%s/os-interface' % server_id)
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.291 107006 ERROR tempest.common.compute
2026-06-22 10:10:34,435 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 500 GET https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa 0.140s
2026-06-22 10:10:34,435 107006 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 10:10:34 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-b044bb8f-16db-4bba-9e55-3d17a2affdc1', 'x-compute-request-id': 'req-b044bb8f-16db-4bba-9e55-3d17a2affdc1', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/servers/6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,435 107006 ERROR [tempest.common.compute] Server 6f4b46d6-8b3d-4e18-ab4b-0ae3230b9eaa failed to delete in time
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 336, in create_test_server
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute _setup_validation_fip(
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 92, in _setup_validation_fip
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute ifaces = clients.interfaces_client.list_interfaces(server['id'])
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/interfaces_client.py", line 32, in list_interfaces
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute resp, body = self.get('servers/%s/os-interface' % server_id)
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.435 107006 ERROR tempest.common.compute
2026-06-22 10:10:34,506 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 500 DELETE https://10.4.3.99/compute/v2.1/os-keypairs/tempest-keypair-390493387 0.064s
2026-06-22 10:10:34,506 107006 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 10:10:34 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-4792ce31-28fd-4099-adc0-3c4f02f5e85a', 'x-compute-request-id': 'req-4792ce31-28fd-4099-adc0-3c4f02f5e85a', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.99/compute/v2.1/os-keypairs/tempest-keypair-390493387'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-22 10:10:34,506 107006 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-390493387
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 10:10:34.506 107006 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 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-06-22 10:10:34.506 107006 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 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.506 107006 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 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.ServerFault: Got server fault
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources Details: Unexpected API Error. Please contact the administrator
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources <class 'oslo_db.exception.DBConnectionError'>
2026-06-22 10:10:34.506 107006 ERROR tempest.lib.common.validation_resources
2026-06-22 10:10:36,461 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 409 DELETE https://10.4.3.99/networking/v2.0/security-groups/fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657 1.953s
2026-06-22 10:10:36,461 107006 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 10:10:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-8fb19d57-6fd8-4ad4-b0a1-a1927c32b828', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.99/networking/v2.0/security-groups/fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657'}
Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657 in use.", "detail": ""}}'
2026-06-22 10:10:36,461 107006 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657 VM might not be deleted
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-22 10:10:36.461 107006 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 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-06-22 10:10:36.461 107006 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 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp)
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group fca9f2bc-9b6d-4ec0-8218-bb7a4f67b657 in use.', 'detail': ''}
2026-06-22 10:10:36.461 107006 ERROR tempest.lib.common.validation_resources
2026-06-22 10:10:36,746 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 204 DELETE https://10.4.3.99/networking/v2.0/floatingips/1692edd2-a04b-48f6-9f24-b79d8ab73644 0.283s
2026-06-22 10:10:36,746 107006 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 10:10:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-bbb11877-a3f9-4ce3-8817-b3dc5ad0350e', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.99/networking/v2.0/floatingips/1692edd2-a04b-48f6-9f24-b79d8ab73644'}
Body: b''
2026-06-22 10:10:36,918 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc 0.170s
2026-06-22 10:10:36,918 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0a35391-ffc5-45ae-9748-f1ec956a776e', 'content-length': '865', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0a35391-ffc5-45ae-9748-f1ec956a776e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc'}
Body: b'{"volume": {"id": "85a79552-5ef8-4d53-af43-b41c464269dc", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:09:34.000000", "updated_at": "2026-06-22T10:09:34.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-1827103063", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}], "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "756d6358cc254e4fa5fc7b95f81150e8"}}'
2026-06-22 10:10:37,014 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 202 DELETE https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc 0.088s
2026-06-22 10:10:37,014 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-345267de-fe83-41b0-aaed-464d0e891611', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc'}
Body: b''
2026-06-22 10:10:37,089 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc 0.074s
2026-06-22 10:10:37,089 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22f46590-538d-41da-8c5b-c7502ffcbe7b', 'content-length': '864', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22f46590-538d-41da-8c5b-c7502ffcbe7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc'}
Body: b'{"volume": {"id": "85a79552-5ef8-4d53-af43-b41c464269dc", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-22T10:09:34.000000", "updated_at": "2026-06-22T10:10:37.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-1827103063", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}, {"rel": "bookmark", "href": "https://10.4.3.99/volume/volumes/85a79552-5ef8-4d53-af43-b41c464269dc"}], "user_id": "2f31f8c318ba44a5972eaeba4d505db1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "756d6358cc254e4fa5fc7b95f81150e8"}}'
2026-06-22 10:10:38,113 107006 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 404 GET https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc 0.018s
2026-06-22 10:10:38,113 107006 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 22 Jun 2026 10:10:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-98eb0e57-fe4e-440f-8dcc-bf498450c715', 'x-openstack-request-id': 'req-98eb0e57-fe4e-440f-8dcc-bf498450c715', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.99/volume/v3/volumes/85a79552-5ef8-4d53-af43-b41c464269dc'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 85a79552-5ef8-4d53-af43-b41c464269dc could not be found."}}'
}}}
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/api/volume/test_volumes_extend.py", line 195, in test_extend_attached_volume
self._test_extend_attached_volume(volume)
File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 119, in _test_extend_attached_volume
server = self.create_server(wait_until='SSHABLE')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, in create_server
body, _ = 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 336, in create_test_server
_setup_validation_fip(
File "/opt/stack/tempest/tempest/common/compute.py", line 92, in _setup_validation_fip
ifaces = clients.interfaces_client.list_interfaces(server['id'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/interfaces_client.py", line 32, in list_interfaces
resp, body = self.get('servers/%s/os-interface' % 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 (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 1 | 0 | 0 | 0 | 1 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt82.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
pt83.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 | |
VolumeTypesAdminTests) |
skip
pt84.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt84.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt84.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt85.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
pt86.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
pt87.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
pt88.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt89.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt89.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt89.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt90.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt91.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt92.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
pt93.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
pt94.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
pt95.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
pt96.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
pt97.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt98.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt98.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| 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_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt100.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]
|
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt100.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f]
|
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt100.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4]
|
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt100.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]
|
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt100.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd]
|
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt100.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc]
|
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt100.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt101.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt101.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt101.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt102.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative]
|
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt102.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative]
|
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt102.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative]
|
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt102.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative]
|
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt102.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt103.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt104.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt104.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| Total | 145 | 20 | 101 | 0 | 24 | ||